{"id":30792099,"url":"https://github.com/cloudinary/cloudinary-video-player","last_synced_at":"2026-03-10T09:00:32.906Z","repository":{"id":41783555,"uuid":"97703809","full_name":"cloudinary/cloudinary-video-player","owner":"cloudinary","description":"Cloudinary Video Player","archived":false,"fork":false,"pushed_at":"2026-03-05T06:25:28.000Z","size":9802,"stargazers_count":92,"open_issues_count":17,"forks_count":25,"subscribers_count":21,"default_branch":"master","last_synced_at":"2026-03-05T19:25:34.392Z","etag":null,"topics":["cloudinary-javascript-library","cloudinary-library","cloudinary-video-player","hls"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudinary.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2017-07-19T10:24:51.000Z","updated_at":"2026-02-26T11:02:35.000Z","dependencies_parsed_at":"2022-09-11T17:13:56.048Z","dependency_job_id":"73543b9b-afd8-4f91-a0cb-497f2b9fb9d1","html_url":"https://github.com/cloudinary/cloudinary-video-player","commit_stats":null,"previous_names":[],"tags_count":403,"template":false,"template_full_name":null,"purl":"pkg:github/cloudinary/cloudinary-video-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fcloudinary-video-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fcloudinary-video-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fcloudinary-video-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fcloudinary-video-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudinary","download_url":"https://codeload.github.com/cloudinary/cloudinary-video-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudinary%2Fcloudinary-video-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cloudinary-javascript-library","cloudinary-library","cloudinary-video-player","hls"],"created_at":"2025-09-05T15:37:14.143Z","updated_at":"2026-03-10T09:00:32.811Z","avatar_url":"https://github.com/cloudinary.png","language":"JavaScript","readme":"# cloudinary-video-player\n\nCloudinary Video Player is a JavaScript-based HTML video player bundled with many valuable customization and integration capabilities, and is monetization and analytics-ready. The player is fully responsive for use in any device or screen size, and is integrated with Cloudinary's video delivery and manipulation solution.\n\nThis README includes basic information for installation and getting started. View the [documentation](https://cloudinary.com/documentation/cloudinary_video_player) for comprehensive guidance on integration and all the available features.\n\n## Installation\n\n### NPM\n1. Install using:\n\n   ```shell\n   npm install cloudinary-video-player\n   ```\n2. Import the package:\n\n   ```js\n   import cloudinary from 'cloudinary-video-player';\n   import 'cloudinary-video-player/cld-video-player.min.css';\n   // import required plugins like that:\n   // import 'cloudinary-video-player/chapters';\n   // import 'cloudinary-video-player/playlist';\n   ```\n\n* Note - import `/all` to get all available plugins in a single import:\n\n   ```js\n   import cloudinary from 'cloudinary-video-player/all';\n   import 'cloudinary-video-player/cld-video-player.min.css';\n   ```\n\n### CDN\n\nCloudinary Video Player can also be included directly from the [jsDelivr CDN](https://www.jsdelivr.com/), optional plugins will be lazy-loaded on demand:\n\n```html\n\u003clink href=\"https://cdn.jsdelivr.net/npm/cloudinary-video-player/dist/cld-video-player.min.css\" rel=\"stylesheet\"\u003e\n\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/cloudinary-video-player/dist/cld-video-player.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\n\n\n## Getting started\n\nCreate a video tag containing `cld-video-player` class and a supported skin class:\n```html\n\u003cvideo\n  id=\"player\"\n  controls\n  autoplay\n  data-cld-public-id=\"dog\"\n  class=\"cld-video-player cld-fluid\"\u003e\n\u003c/video\u003e\n```\n\nInstantiate a new cloudinary Video Player:\n```javascript\ncloudinary.videoPlayer('player', {\n   cloudName: 'demo',\n   publicId: 'cld-sample-video'\n});\n```\n\n## Documentation\n- [Documentation](https://cloudinary.com/documentation/cloudinary_video_player)\n- [API Reference](https://cloudinary.com/documentation/video_player_api_reference)\n- [Demos](https://cloudinary.com/demos?filter=videos)\n- [Code Examples](https://cloudinary.github.io/cloudinary-video-player/)\n- [Video Player Studio](https://studio.cloudinary.com/) \n\n## Development\nIn order to run this project locally:\n1. Clone this repository\n1. `npm install`\n1. `npm start`\n","funding_links":[],"categories":["Tools"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fcloudinary-video-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudinary%2Fcloudinary-video-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudinary%2Fcloudinary-video-player/lists"}