Updated euronews.. again

updated video.js
This commit is contained in:
Martin Donnelly 2021-01-06 21:54:23 +00:00
parent 69b13dd99f
commit 8202ad5ac0
3 changed files with 52 additions and 42 deletions

86
package-lock.json generated
View File

@ -1479,23 +1479,24 @@
} }
}, },
"@videojs/http-streaming": { "@videojs/http-streaming": {
"version": "1.13.2", "version": "2.2.4",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.2.tgz", "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.2.4.tgz",
"integrity": "sha512-U4Xhh+HxGpRBx9Gm0LlEadq85k9BwckzFgZmyhacauhK/27Mz0goKKFAt+BpxBNp2oHVdAdk8NHfneinsqni3Q==", "integrity": "sha512-gzT46RpAEegOhMId/zZ6uXCVGDMPOv8qmoTykBuvd6/4lVM3lZ1ZJCq0kytAkisDuDKipy93gP46oZEtonlc/Q==",
"requires": { "requires": {
"aes-decrypter": "3.0.0", "@babel/runtime": "^7.5.5",
"global": "^4.3.0", "@videojs/vhs-utils": "^2.2.1",
"m3u8-parser": "4.4.0", "aes-decrypter": "3.1.0",
"mpd-parser": "0.10.0", "global": "^4.3.2",
"mux.js": "5.5.1", "m3u8-parser": "4.5.0",
"url-toolkit": "^2.1.3", "mpd-parser": "0.14.0",
"video.js": "^6.8.0 || ^7.0.0" "mux.js": "5.6.7",
"video.js": "^6 || ^7"
} }
}, },
"@videojs/vhs-utils": { "@videojs/vhs-utils": {
"version": "1.3.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-1.3.0.tgz", "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-2.3.0.tgz",
"integrity": "sha512-oiqXDtHQqDPun7JseWkirUHGrgdYdeF12goUut5z7vwAj4DmUufEPFJ4xK5hYGXGFDyDhk2rSFOR122Ze6qXyQ==", "integrity": "sha512-ThSmm91S7tuIJ757ON50K4y7S/bvKN4+B0tu303gCOxaG57PoP1UvPfMQZ90XGhxwNgngexVojOqbBHhTvXVHQ==",
"requires": { "requires": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.5.5",
"global": "^4.3.2", "global": "^4.3.2",
@ -2208,13 +2209,14 @@
"dev": true "dev": true
}, },
"aes-decrypter": { "aes-decrypter": {
"version": "3.0.0", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.0.0.tgz", "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.1.0.tgz",
"integrity": "sha1-eEihwUW5/b9Xrj4rWxvHzwZEqPs=", "integrity": "sha512-wL1NFwP2yNrJG4InpXYFhhYe9TfonnDyhyxMq2+K9/qt+SrZzUieOpviN6pkDly7GawTqw5feehk0rn5iYo00g==",
"requires": { "requires": {
"commander": "^2.9.0", "@babel/runtime": "^7.5.5",
"@videojs/vhs-utils": "^2.2.1",
"global": "^4.3.2", "global": "^4.3.2",
"pkcs7": "^1.0.2" "pkcs7": "^1.0.4"
} }
}, },
"aggregate-error": { "aggregate-error": {
@ -3495,7 +3497,8 @@
"commander": { "commander": {
"version": "2.20.3", "version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
"dev": true
}, },
"commondir": { "commondir": {
"version": "1.0.1", "version": "1.0.1",
@ -7095,10 +7098,12 @@
} }
}, },
"m3u8-parser": { "m3u8-parser": {
"version": "4.4.0", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.4.0.tgz", "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.5.0.tgz",
"integrity": "sha512-iH2AygTFILtato+XAgnoPYzLHM4R3DjATj7Ozbk7EHdB2XoLF2oyOUguM7Kc4UVHbQHHL/QPaw98r7PbWzG0gg==", "integrity": "sha512-RGm/1WVCX3o1bSWbJGmJUu4zTbtJy8lImtgHM4CESFvJRXYztr1j6SW/q9/ghYOrUjgH7radsIar+z1Leln0sA==",
"requires": { "requires": {
"@babel/runtime": "^7.5.5",
"@videojs/vhs-utils": "^2.2.1",
"global": "^4.3.2" "global": "^4.3.2"
} }
}, },
@ -7443,12 +7448,12 @@
} }
}, },
"mpd-parser": { "mpd-parser": {
"version": "0.10.0", "version": "0.14.0",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.10.0.tgz", "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.14.0.tgz",
"integrity": "sha512-eIqkH/2osPr7tIIjhRmDWqm2wdJ7Q8oPfWvdjealzsLV2D2oNe0a0ae2gyYYs1sw5e5hdssDA2V6Sz8MW+Uvvw==", "integrity": "sha512-HqXQS3WLofcnYFcxv5oWdlciddUaEnN3NasXLVQ793mdnZRrinjz2Yk1DsUYPDYOUWf6ZBBqbFhaJT5LiT2ouA==",
"requires": { "requires": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.5.5",
"@videojs/vhs-utils": "^1.1.0", "@videojs/vhs-utils": "^2.2.1",
"global": "^4.3.2", "global": "^4.3.2",
"xmldom": "^0.1.27" "xmldom": "^0.1.27"
} }
@ -7487,9 +7492,9 @@
"dev": true "dev": true
}, },
"mux.js": { "mux.js": {
"version": "5.5.1", "version": "5.6.7",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.5.1.tgz", "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.6.7.tgz",
"integrity": "sha512-5VmmjADBqS4++8pTI6poSRJ+chHdaoI4XErcQPM5w4QfwaDl+FQlSI0iOgWbYDn6CBCbDRKaSCcEiN2K5aHNGQ==" "integrity": "sha512-YSr6B8MUgE4S18MptbY2XM+JKGbw9JDkgs7YkuE/T2fpDKjOhZfb/nD6vmsVxvLYOExWNaQn1UGBp6PGsnTtew=="
}, },
"mz": { "mz": {
"version": "2.7.0", "version": "2.7.0",
@ -8170,9 +8175,12 @@
} }
}, },
"pkcs7": { "pkcs7": {
"version": "1.0.2", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.2.tgz", "resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.4.tgz",
"integrity": "sha1-ttulJ1KMKUK/wSLOLa/NteWQdOc=" "integrity": "sha512-afRERtHn54AlwaF2/+LFszyAANTCggGilmcmILUzEjvs3XgFZT+xE6+QWQcAGmu4xajy+Xtj7acLOPdx5/eXWQ==",
"requires": {
"@babel/runtime": "^7.5.5"
}
}, },
"pkg-dir": { "pkg-dir": {
"version": "3.0.0", "version": "3.0.0",
@ -10869,9 +10877,9 @@
} }
}, },
"url-toolkit": { "url-toolkit": {
"version": "2.2.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.0.tgz", "resolved": "https://registry.npmjs.org/url-toolkit/-/url-toolkit-2.2.1.tgz",
"integrity": "sha512-Rde0c9S4fJK3FaHim3DSgdQ8IFrSXcZCpAJo9T7/FA+BoQGhK0ow3mpwGQLJCPYsNn6TstpW7/7DzMpSpz9F9w==" "integrity": "sha512-8+DzgrtDZYZGhHaAop5WGVghMdCfOLGbhcArsJD0qDll71FXa7EeKxi2hilPIscn2nwMz4PRjML32Sz4JTN0Xw=="
}, },
"use": { "use": {
"version": "3.1.1", "version": "3.1.1",
@ -10971,12 +10979,12 @@
} }
}, },
"video.js": { "video.js": {
"version": "7.8.4", "version": "7.10.2",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-7.8.4.tgz", "resolved": "https://registry.npmjs.org/video.js/-/video.js-7.10.2.tgz",
"integrity": "sha512-XTWWrhfdrk7nTBkqhWKslfXMpUhsDRsZ2L3ISxjuAgadpiomxFV/OARchtwxO+FdnxTm4njJstPmXbVe3F765g==", "integrity": "sha512-kJTTrqcQn2MhPzWR8zQs6W3HPJWpowO/ZGZcKt2dcJeJdJT0dEDLYtiFdjV37SylCmu66V0flRnV8cipbthveQ==",
"requires": { "requires": {
"@babel/runtime": "^7.9.2", "@babel/runtime": "^7.9.2",
"@videojs/http-streaming": "1.13.2", "@videojs/http-streaming": "2.2.4",
"@videojs/xhr": "2.5.1", "@videojs/xhr": "2.5.1",
"global": "4.3.2", "global": "4.3.2",
"keycode": "^2.2.0", "keycode": "^2.2.0",

View File

@ -13,7 +13,7 @@
"polka": "^0.5.2", "polka": "^0.5.2",
"sirv": "^1.0.6", "sirv": "^1.0.6",
"sirv-cli": "^1.0.6", "sirv-cli": "^1.0.6",
"video.js": "^7.8.4", "video.js": "^7.10.2",
"videojs-youtube": "^2.6.1", "videojs-youtube": "^2.6.1",
"vue": "^2.6.11", "vue": "^2.6.11",
"vuex": "^3.5.1" "vuex": "^3.5.1"

View File

@ -7,15 +7,17 @@
<Live title="BBC News" id="bbcnews24" <Live title="BBC News" id="bbcnews24"
src="https://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_hdtv/ak/bbc_news24.m3u8#"/> src="https://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_hdtv/ak/bbc_news24.m3u8#"/>
<Youtube title="EuroNews" id="euronews" <Youtube title="EuroNews" id="euronews"
src="https://www.youtube.com/embed/4MHhTZaGt2w?enablejsapi=1&autoplay=1&mute=1&controls=0&fs=0&modestbranding=1&cc_load_policy=1"/> src="https://www.youtube.com/embed/r3hfv3o2SDw?enablejsapi=1&autoplay=1&mute=1&controls=0&fs=0&modestbranding=1&cc_load_policy=1"/>
<Live title="BBC Parliament" id="bbcparliament" <Live title="BBC Parliament" id="bbcparliament"
src="https://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_tv/ak/bbc_parliament.m3u8#"/> src="https://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_tv/ak/bbc_parliament.m3u8#"/>
<Live title="Bloomberg" id="bloomberg" <Live title="Bloomberg" id="bloomberg"
src="https://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-1000-1_live.m3u8#"/> src="https://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-1000-1_live.m3u8#"/>
<Live title="CNN" id="cnn"
src="https://turnerlive.akamaized.net/hls/live/586497/cnngo/VIDEO_4_1064000.m3u8"/>
<Twitch title="twitch.tv/rukpolitics" id="rukpolitics" channel="rukpolitics"/> <Twitch title="twitch.tv/rukpolitics" id="rukpolitics" channel="rukpolitics"/>
<Twitch title="twitch.tv/ukcommons" id="ukcommons" channel="ukcommons"/> <Twitch title="twitch.tv/ukcommons" id="ukcommons" channel="ukcommons"/>
<Twitch title="twitch.tv/democracylive" id="democracylive" channel="democracylive"/> <!--<Twitch title="twitch.tv/democracylive" id="democracylive" channel="democracylive"/>-->
</div> </div>
</div> </div>
</template> </template>