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.
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.
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.
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.
ReplyDeletecontrol module has nothing to do with directory permissions
ReplyDeleteCan the module be used to hls stream existing mp4 files? Or do they need to be encoded for hls?
ReplyDeleteYou can stream mp4 file as live stream with ffmpeg and apply encoding if needed.
ReplyDeleteHowever if you need VOD HLS this module cannot do that. I have another module
which does that. I'll post more details later.
yah need vod hls, waiting for the details
ReplyDeletesorry for being impatient, can you share some details on vod hls module ? & is it cpu intensive ?
ReplyDelete