On Sat, 10 Dec 2022 20:38:51 +0100 Robin van der Linden via ffmpeg-user <[email protected]> wrote:
> Hello, > > ffmpeg can do this, at least some parts. It will create the segments and a > master.m3u8 file for each track by itself. Still you will need to create > master.m3u8 File wich references all the tracks master.m3u8 yourself. My > Script is about 3500 lines long, so be prepared that you have to code lot > yourself. I'd suggest using nginx with the mpegts plugin to do all the HLS work, which will simplify things quite a bit. Or better yet, use SRT for streaming, which in my experience works far better than HLS. (Much better latency at least.) Dave _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
