Add MPEG-TS support and related utilities
Introduces MPEG-TS streaming support by adding mpegts.js as an optional dependency, updating keywords, and implementing new utility modules for MPEG-TS loading and setup. Updates VideoElement and videoProtocol logic to handle MPEG-TS streams, adds corresponding tests and mocks, and improves local settings for npm install.
This commit is contained in:
+4
-1
@@ -57,7 +57,8 @@
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"hls.js": "^1.6.13",
|
||||
"flv.js": "^1.6.2"
|
||||
"flv.js": "^1.6.2",
|
||||
"mpegts.js": "^1.7.3"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
@@ -67,6 +68,8 @@
|
||||
"hls",
|
||||
"rtmp",
|
||||
"flv",
|
||||
"mpegts",
|
||||
"iptv",
|
||||
"streaming",
|
||||
"media"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user