Good evening everyone, well I'm doing a Streaming video application, and I'm needing ffmpeg to turn multiple mp4 files into m3u8 I'll do it that way
ffmpeg -i video.mp4 -c copy saida.m3u8
However when I perform the same task on another terminal, to transmit another video, the old one stops transmitting. have any way to stream both videos using ffmpeg?