Merging gst-examples
[platform/upstream/gstreamer.git] / playback / player / ios / GstPlay / OnlineMedia.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4     <array>
5
6         <!-- https://github.com/video-dev/streams HLS streams  -->
7         <string>https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8</string>
8         <string>https://video-dev.github.io/streams/test_001/stream.m3u8</string>
9
10         <!-- Big Buck Bunny -->
11         <string>http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi</string>
12         <string>http://mirrorblender.top-ix.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_h264.mov</string>
13         <string>http://mirrorblender.top-ix.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_stereo.ogg</string>
14         <string>http://mirrorblender.top-ix.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_stereo.avi</string>
15
16         <!--Sintel-->
17         <string>http://ftp.nluug.nl/ftp/graphics/blender/apricot/trailer/Sintel_Trailer1.480p.DivX_Plus_HD.mkv</string>
18         <string>http://ftp.nluug.nl/ftp/graphics/blender/apricot/trailer/sintel_trailer-480p.mp4</string>
19         <string>http://ftp.nluug.nl/ftp/graphics/blender/apricot/trailer/sintel_trailer-480p.ogv</string>
20         <string>http://mirrorblender.top-ix.org/movies/sintel-1024-surround.mp4</string>
21
22         <!--Tears of Steel-->
23         <string>http://blender-mirror.kino3d.org/mango/download.blender.org/demo/movies/ToS/tears_of_steel_720p.mkv</string>
24         <string>http://blender-mirror.kino3d.org/mango/download.blender.org/demo/movies/ToS/tears_of_steel_720p.mov</string>
25         <string>http://media.xiph.org/mango/tears_of_steel_1080p.webm</string>
26
27         <!--Radio stations-->
28         <string>http://radio.hbr1.com:19800/trance.ogg</string>
29         <string>http://radio.hbr1.com:19800/tronic.aac</string>
30
31         <!--Non-existing entries (to debug error reporting facilities)-->
32         <string>http://non-existing.org/Non_Existing_Server</string>
33         <string>http://docs.gstreamer.com/Non_Existing_File</string>
34     </array>
35 </plist>