Friday, March 22, 2013

Native HLS in master

I have merged native HLS into master and tagged v0.9.13. Now you don't need ffmpeg for HLS to work. Just compile nginx with nginx-rtmp-module. No separate hls module exist anymore. All HLS code is included in main rtmp module.

6 comments:

  1. hello, we are developing our application using rtmp module. congratulations on the great work, very well prepared and clear. in the case of the control module, which would be the correct directory permissions? in our tests we set as 777 and is working, but we're not sure if this is correct. Thank you again.

    ReplyDelete
  2. control module has nothing to do with directory permissions

    ReplyDelete
  3. Can the module be used to hls stream existing mp4 files? Or do they need to be encoded for hls?

    ReplyDelete
  4. You can stream mp4 file as live stream with ffmpeg and apply encoding if needed.
    However if you need VOD HLS this module cannot do that. I have another module
    which does that. I'll post more details later.

    ReplyDelete
  5. yah need vod hls, waiting for the details

    ReplyDelete
  6. sorry for being impatient, can you share some details on vod hls module ? & is it cpu intensive ?

    ReplyDelete