Re: Serving chunks to clients continuously With Nginx without using .m3u files !

2021-06-04 Thread Fatma MAZARI
Hi, thank you for you response, I want nginx to continuously send Continuation requests including the next chunk. I want to make this point because some applications cannot read playlist files (.m3u) ,I thought about developing a python api which sends packets (http CONTINUATION) ==> the client of

RE: Serving chunks to clients continuously With Nginx without using .m3u files !

2021-06-04 Thread Reinis Rozitis
> I wanna use nginx and ffmpeg to serve chunks to clients without using or > sending .m3u files to clients. How can I do this lease? > * ffmpeg copy streams in local ( in /home/STREAMS/channel/stream%d.ts ==> > /home/STREAMS/channel/stream1.ts , /home/STREAMS/channel/stream2.ts , > /home/STR