Added MPEG-DASH support (#2), workaround for #5

This commit is contained in:
Shiny Nematoda 2022-07-30 13:14:48 +00:00
parent 7273fcabc8
commit dc969e44ee
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
11 changed files with 522 additions and 177 deletions

View file

@ -11,9 +11,13 @@
},
"dependencies": {
"buffer": "^6.0.3",
"hls.js": "^1.1.5",
"dompurify": "^2.3.10",
"mux.js": "^6.2.0",
"peerjs": "^1.4.6",
"pinia": "^2.0.16",
"readable-stream": "^4.1.0",
"shaka-player": "^4.1.2",
"stream-browserify": "^3.0.0",
"vue": "^3.2.31",
"xml-js": "^1.6.11"
},