HLS streaming support
#1
I am have some issues with HLS streaming. I was wondering if someone could tell me the difference between these two HLS streaming links (I removed the ip of the lower link as it connects to my personal server):

This stream, for example, works fine:
http://iphone-streaming.ustream.tv/ustre...ylist.m3u8

Contents:
Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=895331,CODECS="avc1.77.30, mp4a.40.2",RESOLUTION=640x360
http://iphone-streaming.ustream.tv/wow09/uhls/1524/streams/live_8/iphone/playlist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1028509,CODECS="avc1.77.31, mp4a.40.2",RESOLUTION=854x480
http://iphone-streaming.ustream.tv/wow09/uhls/1524/streams/live_7/iphone/playlist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=582586,CODECS="avc1.77.13, mp4a.40.2",RESOLUTION=320x180
http://iphone-streaming.ustream.tv/wow09/uhls/1524/streams/live_9/iphone/playlist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=579810,CODECS="avc1.77.21, mp4a.40.2",RESOLUTION=426x240
http://iphone-streaming.ustream.tv/wow09/uhls/1524/streams/live_13/iphone/playlist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=444780,CODECS="avc1.77.13, mp4a.40.2",RESOLUTION=320x180
http://iphone-streaming.ustream.tv/wow09/uhls/1524/streams/live_10/iphone/playlist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=435802,CODECS="avc1.77.21, mp4a.40.2",RESOLUTION=480x270
http://iphone-streaming.ustream.tv/wow09/uhls/1524/streams/live_11/iphone/playlist.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=218542,CODECS="avc1.77.12, mp4a.40.2",RESOLUTION=240x134
http://iphone-streaming.ustream.tv/wow09/uhls/1524/streams/live_12/iphone/playlist.m3u8

This one does not work (This link does spit out a .m3u8 file):
http://xxx.xxx.xxx.xxx:8080/stream/HTTPL...Id=2823754

Contents:
Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=440000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=440
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=840000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=840
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1240000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=1240
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=240000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=240
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=150000
http://xxx.xxx.xxx.xxx:8080/stream/HTTPLiveStreamingPlaylist?MediaFileId=2823754&ConversionId=34656a42-73b4-4e14-99c0-d8289d688461&Quality=150

If I use one of the links in the playlist however it will work.
Reply
#2
Kricker and I have the same problem. To add to this, I was able to play the HLS stream above in VLC with no issues, but it did NOT play in smplayer which uses ffmpeg. Is this somehow an issue with ffmpeg that xbmc uses? If so, what can be done about it?
Reply
#3
bump... any thoughts on this thread?
Reply

Logout Mark Read Team Forum Stats Members Help
HLS streaming support0