{"id":21889292,"url":"https://github.com/jacklul/videojs-mpegtsjs","last_synced_at":"2025-06-25T22:05:53.012Z","repository":{"id":236147656,"uuid":"792011389","full_name":"jacklul/videojs-mpegtsjs","owner":"jacklul","description":"Working version of https://www.npmjs.com/package/videojs-mpegtsjs","archived":false,"fork":false,"pushed_at":"2024-04-25T20:10:01.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T02:41:24.346Z","etag":null,"topics":["javascript","mpegts","video","videojs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacklul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-25T19:58:17.000Z","updated_at":"2025-03-07T20:02:06.000Z","dependencies_parsed_at":"2024-04-25T21:33:39.538Z","dependency_job_id":null,"html_url":"https://github.com/jacklul/videojs-mpegtsjs","commit_stats":null,"previous_names":["jacklul/videojs-mpegtsjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jacklul/videojs-mpegtsjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacklul%2Fvideojs-mpegtsjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacklul%2Fvideojs-mpegtsjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacklul%2Fvideojs-mpegtsjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacklul%2Fvideojs-mpegtsjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacklul","download_url":"https://codeload.github.com/jacklul/videojs-mpegtsjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacklul%2Fvideojs-mpegtsjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261960503,"owners_count":23236572,"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":["javascript","mpegts","video","videojs"],"created_at":"2024-11-28T11:23:39.975Z","updated_at":"2025-06-25T22:05:52.983Z","avatar_url":"https://github.com/jacklul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```html\n\u003clink href=\"https://cdn.jsdelivr.net/npm/video.js/dist/video-js.min.css\" rel=\"stylesheet\" /\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/video.js/dist/video.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n\u003clink href=\"https://cdn.jsdelivr.net/npm/videojs-mobile-ui/dist/videojs-mobile-ui.min.css\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/videojs-mobile-ui/dist/videojs-mobile-ui.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/mpegts.js/dist/mpegts.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/jacklul/videojs-mpegtsjs@master/videojs-mpegts.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n\u003cscript type=\"text/javascript\"\u003e\n    if (window.mpegts) {\n        mpegts.LoggingControl.applyConfig({\n            enableDebug: false,\n            enableVerbose: false,\n            enableInfo: false,\n            enableWarn: false,\n            enableError: true,\n        });\n    }\n    \n    var player = videojs('video', {\n        suppressNotSupportedError: true,\n        mpegtsjs = {\n            mediaDataSource: {\n                type: 'mpegts',\n                isLive: true,\n                cors: true,\n                withCredentials: false\n            },\n            config: {\n                enableWorker: true,\n                enableWorkerForMSE: true,\n            }\n        }\n    });\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacklul%2Fvideojs-mpegtsjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacklul%2Fvideojs-mpegtsjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacklul%2Fvideojs-mpegtsjs/lists"}