forked from video-dev/hls.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
80 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,82 @@ | ||
{ | ||
"arte": {"url": "https://video-dev.github.io/streams/test_001/stream.m3u8", "description": "ARTE China,ABR", "live": false , "abr": true}, | ||
"bigBuckBunny480p": {"url": "https://video-dev.github.io/streams/x36xhzz/url_6/193039199_mp4_h264_aac_hq_7.m3u8", "description": "big buck bunny,480p", "live": false, "abr": false, "blacklist_ua" : ["internet explorer"]}, | ||
"deltatreDAI": {"url": "https://video-dev.github.io/streams/dai-discontinuity-deltatre/manifest.m3u8", "description": "Ad-insertion in event stream", "live": false, "abr": false, "blacklist_ua" : []}, | ||
"issue666": {"url": "http://www.streambox.fr/playlists/cisq0gim60007xzvi505emlxx.m3u8", "description": "hls.js/issues/666", "live": false, "abr": false,"blacklist_ua" : ["internet explorer"]}, | ||
"issue649": {"url": "http://cdn3.screen9.com/media/c/W/cW87csHkxsgu5TV1qs78aA_auto_hls.m3u8?auth=qlUjeCtbVdtkDfZYrtveTIVUXX1yuSqgF8wfWabzKpX72r-d5upW88-FHuyRRdnZA_1PKRTGAtTt_6Z-aj22kw", "description": "hls.js/issues/649", "live": false, "abr": false}, | ||
"nasa": {"url": "https://nasa-i.akamaihd.net/hls/live/253565/NASA-NTV1-Public/master.m3u8", "description": "NASA live stream", "live": true, "abr": false, "blacklist_ua" : ["internet explorer","safari"]}, | ||
"closedcaptions" : {"url": "http://playertest.longtailvideo.com/adaptive/captions/playlist.m3u8", "description": "CNN special report, with CC", "live": false, "abr": false, "blacklist_ua" : ["safari"]}, | ||
"oceans_aes": {"url": "http://playertest.longtailvideo.com/adaptive/oceans_aes/oceans_aes.m3u8", "description": "AES encrypted,ABR", "live": false , "abr": true}, | ||
"bbb_aes": {"url": "http://streambox.fr/playlists/sample_aes/index.m3u8", "description": "SAMPLE-AES encrypted", "live": false , "abr": false}, | ||
"mp3": {"url": "https://player.webvideocore.net/CL1olYogIrDWvwqiIKK7eLBkzvO18gwo9ERMzsyXzwt_t-ya8ygf2kQBZww38JJT/8i4vvznv8408.m3u8", "description": "MP3 VOD demo", "live": false , "abr": false, "blacklist_ua" : ["safari"]}, | ||
"mpeg_audio": {"url": "https://pl.streamingvideoprovider.com/mp3-playlist/playlist.m3u8", "description": "MPEG Audio Only demo", "live": false , "abr": false, "blacklist_ua" : ["internet explorer","MicrosoftEdge","safari","firefox"]}, | ||
"fmp4": {"url": "https://storage.googleapis.com/shaka-demo-assets/angel-one-hls/hls.m3u8", "description": "HLS fMP4 Angel One multiple audio tracks", "live": false , "abr": false, "blacklist_ua" : ["safari"]} | ||
"arte": { | ||
"url": "https://video-dev.github.io/streams/test_001/stream.m3u8", | ||
"description": "ARTE China,ABR", | ||
"live": false, | ||
"abr": true | ||
}, | ||
"bigBuckBunny480p": { | ||
"url": "https://video-dev.github.io/streams/x36xhzz/url_6/193039199_mp4_h264_aac_hq_7.m3u8", | ||
"description": "big buck bunny,480p", | ||
"live": false, | ||
"abr": false, | ||
"blacklist_ua": ["internet explorer"] | ||
}, | ||
"deltatreDAI": { | ||
"url": "https://video-dev.github.io/streams/dai-discontinuity-deltatre/manifest.m3u8", | ||
"description": "Ad-insertion in event stream", | ||
"live": false, | ||
"abr": false, | ||
"blacklist_ua": [] | ||
}, | ||
"issue666": { | ||
"url": "http://www.streambox.fr/playlists/cisq0gim60007xzvi505emlxx.m3u8", | ||
"description": "hls.js/issues/666", | ||
"live": false, | ||
"abr": false, | ||
"blacklist_ua": ["internet explorer"] | ||
}, | ||
"issue649": { | ||
"url": "http://cdn3.screen9.com/media/c/W/cW87csHkxsgu5TV1qs78aA_auto_hls.m3u8?auth=qlUjeCtbVdtkDfZYrtveTIVUXX1yuSqgF8wfWabzKpX72r-d5upW88-FHuyRRdnZA_1PKRTGAtTt_6Z-aj22kw", | ||
"description": "hls.js/issues/649", | ||
"live": false, | ||
"abr": false | ||
}, | ||
"nasa": { | ||
"url": "https://nasa-i.akamaihd.net/hls/live/253565/NASA-NTV1-Public/master.m3u8", | ||
"description": "NASA live stream", | ||
"live": true, | ||
"abr": false, | ||
"blacklist_ua": ["internet explorer", "safari"] | ||
}, | ||
"closedcaptions": { | ||
"url": "http://playertest.longtailvideo.com/adaptive/captions/playlist.m3u8", | ||
"description": "CNN special report, with CC", | ||
"live": false, | ||
"abr": false, | ||
"blacklist_ua": ["safari"] | ||
}, | ||
"oceans_aes": { | ||
"url": "http://playertest.longtailvideo.com/adaptive/oceans_aes/oceans_aes.m3u8", | ||
"description": "AES encrypted,ABR", | ||
"live": false, | ||
"abr": true | ||
}, | ||
"bbb_aes": { | ||
"url": "http://streambox.fr/playlists/sample_aes/index.m3u8", | ||
"description": "SAMPLE-AES encrypted", | ||
"live": false, | ||
"abr": false | ||
}, | ||
"mp3": { | ||
"url": "https://player.webvideocore.net/CL1olYogIrDWvwqiIKK7eLBkzvO18gwo9ERMzsyXzwt_t-ya8ygf2kQBZww38JJT/8i4vvznv8408.m3u8", | ||
"description": "MP3 VOD demo", | ||
"live": false, | ||
"abr": false, | ||
"blacklist_ua": ["safari"] | ||
}, | ||
"mpeg_audio": { | ||
"url": "https://pl.streamingvideoprovider.com/mp3-playlist/playlist.m3u8", | ||
"description": "MPEG Audio Only demo", | ||
"live": false, | ||
"abr": false, | ||
"blacklist_ua": ["internet explorer", "MicrosoftEdge", "safari", "firefox"] | ||
}, | ||
"fmp4": { | ||
"url": "https://storage.googleapis.com/shaka-demo-assets/angel-one-hls/hls.m3u8", | ||
"description": "HLS fMP4 Angel One multiple audio tracks", | ||
"live": false, | ||
"abr": false, | ||
"blacklist_ua": ["safari"] | ||
} | ||
} |