{"id":21948158,"url":"https://github.com/evolution-gaming/videojs","last_synced_at":"2025-07-18T03:05:58.034Z","repository":{"id":74385173,"uuid":"52075189","full_name":"evolution-gaming/videojs","owner":"evolution-gaming","description":"Custom version of videojs npm module","archived":false,"fork":false,"pushed_at":"2016-02-19T09:07:28.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-27T19:54:10.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evolution-gaming.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-19T09:03:35.000Z","updated_at":"2016-02-25T13:35:28.000Z","dependencies_parsed_at":"2023-06-26T01:56:42.509Z","dependency_job_id":null,"html_url":"https://github.com/evolution-gaming/videojs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fvideojs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fvideojs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fvideojs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fvideojs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolution-gaming","download_url":"https://codeload.github.com/evolution-gaming/videojs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244991177,"owners_count":20543627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T05:12:14.299Z","updated_at":"2025-03-22T17:13:49.879Z","avatar_url":"https://github.com/evolution-gaming.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Video.js logo](https://i.cloudup.com/C3nAUZ-l4c.png)\n\n# [Video.js - HTML5 Video Player](http://videojs.com)  [![Build Status](https://travis-ci.org/videojs/video.js.svg?branch=master)](https://travis-ci.org/videojs/video.js)\n\n\u003e Video.js is a web video player built from the ground up for an HTML5 world. It supports HTML5 and Flash video, as well as YouTube and Vimeo (through [plugins](https://github.com/videojs/video.js/wiki/Plugins)). It supports video playback on desktops and mobile devices. This project was started mid 2010, and the player is now used on over ~~50,000~~ 100,000 websites.\n\n## Quick start\nThanks to the awesome folks over at [Fastly](http://www.fastly.com/), there's a free, CDN hosted version of Video.js that anyone can use. Simply add these includes to your document's\n`\u003chead\u003e`:\n\n```html\n\u003clink href=\"http://vjs.zencdn.net/4.11/video-js.css\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"http://vjs.zencdn.net/4.11/video.js\"\u003e\u003c/script\u003e\n```\n\nThen, whenever you want to use Video.js you can simply use the `\u003cvideo\u003e` element as your normally would, but with an additional `data-setup` attribute containing any Video.js options. These options\ncan include any Video.js option plus potential [plugin](https://github.com/videojs/video.js/wiki/Plugins) options, just make sure they're valid JSON!\n\n```html\n\u003cvideo id=\"really-cool-video\" class=\"video-js vjs-default-skin\" controls\n preload=\"auto\" width=\"640\" height=\"264\" poster=\"really-cool-video-poster.jpg\"\n data-setup='{}'\u003e\n  \u003csource src=\"really-cool-video.mp4\" type='video/mp4'\u003e\n  \u003csource src=\"really-cool-video.webm\" type='video/webm'\u003e\n  \u003cp class=\"vjs-no-js\"\u003e\n    To view this video please enable JavaScript, and consider upgrading to a web browser\n    that \u003ca href=\"http://videojs.com/html5-video-support/\" target=\"_blank\"\u003esupports HTML5 video\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/video\u003e\n```\n\nIf you don't want to use auto-setup, you can leave off the `data-setup` attribute and initialize a video element manually.\n\n```javascript\nvar player = videojs('really-cool-video', { /* Options */ }, function() {\n  console.log('Good to go!');\n\n  this.play(); // if you don't trust autoplay for some reason\n\n  // How about an event listener?\n  this.on('ended', function() {\n    console.log('awww...over so soon?');\n  });\n});\n```\n\nIf you're ready to dive in, the [documentation](docs/index.md) is the first place to go for more information. Generally the\n[player API docs](docs/api/vjs.Player.md) are the most pertinent.\n\n## Contributing\nVideo.js is a free and open source library, and we appreciate any help you're willing to give. Check out the [contributing guide](CONTRIBUTING.md).\n\n## Building your own Video.js from source\nTo build your own custom version read the section on [contributing code](CONTRIBUTING.md#contributing-code) and [\"Building your own copy\"](CONTRIBUTING.md#building-your-own-copy-of-videojs) in the contributing guide.\n\n## License\n\nVideo.js is licensed under the Apache License, Version 2.0. [View the license file](LICENSE)\n\nCopyright 2014 Brightcove, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fvideojs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolution-gaming%2Fvideojs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fvideojs/lists"}