Skip to main content
April 21, 2014
Question

Live streaming to iOS

  • April 21, 2014
  • 1 reply
  • 1024 views

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,

This topic has been closed for replies.

1 reply

April 21, 2014

ps: the reason i initally used "live" instead of "livepkgr" was because with livepkgr the streams where recorded in a sub folder of "/op/adobe/ams/applications/livepkgr/etcetcetc" whereas i need the video files elsewhere wtih bigger storage space (a specifc folder with a file system to other file servers so i have more space to store the videos)

April 23, 2014

bump

April 24, 2014

basically what i want to do is just to stream .smil and .m3u8 with "live" app instead of "livepkg", if possible.