Sebastian Triana martinez
Results
2
comments of
Sebastian Triana martinez
When you use RTMP the video format will be .m3u8 Then, for this format you can use video.js (this in the free side) If you want something better, you should...
You cold try something like this: rtmp { server { application live { live on; record all; record_path /path/to/recordings; record_unique on; record_suffix .mp4; exec_record_done /usr/local/bin/ffmpeg -i $path -vcodec libx264 -preset...