summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hesse <tchakabam@gmail.com>2018-05-04 13:36:47 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-05-04 14:22:23 +0200
commit4e66ccac60376752b01293e79a4eee24f98399c8 (patch)
tree0621bcfad0732f57ea979cad9ae467a1836cf9b8
parent4a62c09504f2f61c5dfc732e76b85d68744a85eb (diff)
ios player: add HLS test streams from video-dev (Hls.js org)1.14
-rw-r--r--playback/player/ios/GstPlay/OnlineMedia.plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/playback/player/ios/GstPlay/OnlineMedia.plist b/playback/player/ios/GstPlay/OnlineMedia.plist
index 3a1c6c4..bd391cd 100644
--- a/playback/player/ios/GstPlay/OnlineMedia.plist
+++ b/playback/player/ios/GstPlay/OnlineMedia.plist
@@ -2,6 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
+
+ <!-- https://github.com/video-dev/streams HLS streams -->
+ <string>https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8</string>
+ <string>https://video-dev.github.io/streams/test_001/stream.m3u8</string>
+
<!-- Big Buck Bunny -->
<string>http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi</string>
<string>http://mirrorblender.top-ix.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_h264.mov</string>