Add support for playing HLS m3u8/m3u URLs

This commit is contained in:
Max Goodhart
2022-06-05 14:12:08 -07:00
parent bd1dc48574
commit fd75dba562
4 changed files with 13 additions and 1 deletions

5
package-lock.json generated
View File

@@ -5919,6 +5919,11 @@
"minimalistic-assert": "^1.0.1"
}
},
"hls.js": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.1.5.tgz",
"integrity": "sha512-mQX5TSNtJEzGo5HPpvcQgCu+BWoKDQM6YYtg/KbgWkmVAcqOCvSTi0SuqG2ZJLXxIzdnFcKU2z7Mrw/YQWhPOA=="
},
"hmac-drbg": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",