<div dir="ltr">I

<span style="color:rgb(36,39,41);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:15px">'m using nginx for generating copies of stream chunks with ".ts" format that are encapsulated in m3u format. The issue here, is that I don't want to work with m3u format, I want to send directly and contouniesly the ts chunks to the media player(because m3u format it's not readable in so many media player) ! So, I want to know the configuration or the algorithme to work with in Nginx? Please, And thank you!</span></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 3 mars 2021 à 21:29, Drew Dixon <<a href="mailto:dwdixon@umich.edu">dwdixon@umich.edu</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"><div dir="ltr"><div dir="ltr">Ah...I see...I definitely did not notice that I was led while searching via Google to the http proxy module specific section of the docs rather than docs for that directive which may have been more broadly applicable.  Thank you for clarifying, and apologies for the pseudo-spam : ) <input name="virtru-metadata" type="hidden" value="{"email-policy":{"state":"closed","expirationUnit":"days","disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"enableNoauth":false,"persistentProtection":false,"expandedWatermarking":false,"expires":false,"isManaged":false},"attachments":{},"compose-id":"13","compose-window":{"secure":false}}"><div><br></div><div>Cheers!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 3, 2021 at 3:14 PM Francis Daly <<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Mar 03, 2021 at 02:51:33PM -0500, Drew Dixon wrote:<br>
<br>
Hi there,<br>
<br>
> Hi there, thanks for the quick reply, sure, the config is rather simple for<br>
> some initial testing, I'm not sure the directive being turned off will have<br>
> any effect w/ the present config but the directive is not within any "if"<br>
> within the "server" context and seems to be throwing an error when I would<br>
> expect it not to:<br>
<br>
Thanks for the example.<br>
<br>
I see the confusion.<br>
<br>
> stream {<br>
<br>
<a href="https://nginx.org/en/docs/http/ngx_http_proxy_module.html" rel="noreferrer" target="_blank">https://nginx.org/en/docs/http/ngx_http_proxy_module.html</a> is for proxy_*<br>
directives with the http section.<br>
<br>
This example is within the stream section, so you'll be wanting the docs<br>
at <a href="https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html" rel="noreferrer" target="_blank">https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html</a><br>
<br>
>     server {<br>
>         proxy_buffering off;<br>
<br>
I think that there is not something like the http proxy_buffering<br>
available within the stream module, so it is effectively always off in<br>
that case.<br>
<br>
Cheers,<br>
<br>
        f<br>
-- <br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a><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>
_______________________________________________<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></blockquote></div>