I'm trying to play an http live stream to iphone, it looks like i have looked every example, mistakes and everything that i could found on the internet and apple docs about http live stream, and i think i'm in a dead end now.. I'm using MPMoviePlayer as in most of examples. Also i have to add the i can see the stream if i open the url from vlc player.

I succeeded in playing the apple BipBop stream on my iPhone that is here but can't play my stream. I figured that my url shows not in the m3u8 file so i found this terminal command, and successfully used it.

/Applications/VLC.app/Contents/MacOS/VLC --intf=rc rtp://@239.35.86.11:10000 '--sout=#transcode{fps=25,vcodec=h264,venc=x264{aud,profile=baseline,level=30, keyint=30,bframes=0,ref=1,nocabac},acodec=mp3,ab=56,audio-sync,deinterlace}:standard{mux=ts,dst=-,access=file}' | mediastreamsegmenter -b http://192.168.1.16/~Jonas/streaming/ -f /users/jonas/sites/streaming/ -D

Now i have a playlist m3u8 file locally on my machine. As i understand with the command i download stream divide it into smaller ts files and generate m3u8 file that is like a reference to those ts files. So i've tried to load this, but still no luck. For some reasons i can't even open the m3u8 file in vlc or itunes, it throws me errors. So i guess it is something wrong with the playlist file?

Maybe some of you can see what am i doing wrong here or have some suggestions how to find my problem? I would really appreciate it.

link|improve this question

Try the apple http stream validator. developer.apple.com/library/ios/#technotes/tn2235/_index.html – Till Dec 17 '11 at 21:19
@Till Hey i've tried that but the stream validator gives no results, or when i give it the url of my m3u8 file it loads a lot and writes that couldn't receive file or something like that, and i don't understand what is wrong. – Lukas Dec 18 '11 at 10:48
Carefully inspect your M3U8 and check if the contained URLs are actually reachable. – Till Dec 18 '11 at 11:03
@Till hey thank you for helping, but i really don't know how to inspect my m3u8, but url is reachable. I can't play the m3u8 with any of my players so it's definitely something wrong with it i guess. If i give it to mediastream validator i get no results. – Lukas Dec 18 '11 at 11:13
The M3U8 basically is a text-file, so use any editor to check it. – Till Dec 18 '11 at 12:44
show 2 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.