Live streaming to iOS
Hello,
I know there's quite a lot of tutorials around here about this but since i don't use the livepkgr app i'm rather struggling.
So:
- I use the "live" app
- I customized the "main.asc" a bit so that it records live broadcasts in mp4 in a subdir of /www/, which can be reach through mysite.com/livestream/thefile.mp4
- I also added some code in the "main.asc" so that the user have to add login/pass in the streamname in FLME to not get it "hijacked", etc.. works all fine so far.
- AMS is on port 1935 and i did'nt install Apache since i had my own installed already on port 8080 and nginx on port 80 (as a proxy).
- I currently use jwplayer to display the live broadcast, in such manner --> "rtmp://mysite.com:1935/appname/streamname"
This works great but obviously not "iOS ready", so i'd like to get rid of jwplayer (or at least use the HTML5 only feature of jwplayer) so that iPhone/iPad can play the live stream as well.
I followed a few tutorials but i ended up with some "Manifest file not find" from jwplayer, eventhough i generated a .smil and .m3u8 file named same as "streamname"
Thanks for your help and sorry for my english,
Regards,
