<div dir="ltr"><div dir="ltr">Hi, thank you for you response, <br><pre class="gmail-tw-data-text gmail-tw-text-large gmail-XcVN5d gmail-tw-ta" id="gmail-tw-target-text" dir="ltr" style="font-family:inherit;unicode-bidi:isolate;font-size:28px;line-height:36px;background-color:rgb(248,249,250);border:none;padding:2px 0.14em 2px 0px;overflow:hidden;width:270px;white-space:pre-wrap;color:rgb(32,33,36)"><span class="gmail-Y2IQFc" lang="en">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 course his application can estimate that there is another chunk.</span></pre><pre class="gmail-tw-data-text gmail-tw-text-large gmail-XcVN5d gmail-tw-ta" id="gmail-tw-target-text" style="font-family:inherit;unicode-bidi:isolate;font-size:28px;line-height:36px;background-color:rgb(248,249,250);border:none;padding:2px 0.14em 2px 0px;overflow:hidden;width:270px;white-space:pre-wrap;color:rgb(32,33,36)"><span class="gmail-Y2IQFc" lang="en">I'm waiting for your response. Thank you </span></pre></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 4 juin 2021 à 10:37, Reinis Rozitis <<a href="mailto:r@roze.lv">r@roze.lv</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> 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? <br>
> * ffmpeg copy streams in local ( in /home/STREAMS/channel/stream%d.ts ==>  /home/STREAMS/channel/stream1.ts ,  /home/STREAMS/channel/stream2.ts ,  /home/STREAMS/channel/stream3.ts ....) <br>
> * I want nginx to serve clients chunk by chunk in a continuous  way without serving m3u files (the client must wait for the next chunk)  . <br>
<br>
You can just point the server root to the folder where ffmpeg puts the stream files.<br>
<br>
It is the clients task to requests files not the webservers to push them - if you have (I am not aware of such) or can make a client which can fetch the files without playlist file then there is nothing special to configure on nginx side.<br>
<br>
The typical approach though is to generate playlist file which is requested continuously to get the stream chunks.<br>
<br>
rr<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div></div>