I '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!
Le mer. 3 mars 2021 à 21:29, Drew Dixon <dwdi...@umich.edu> a écrit : > 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 : ) > > Cheers! > > On Wed, Mar 3, 2021 at 3:14 PM Francis Daly <fran...@daoine.org> wrote: > >> On Wed, Mar 03, 2021 at 02:51:33PM -0500, Drew Dixon wrote: >> >> Hi there, >> >> > Hi there, thanks for the quick reply, sure, the config is rather simple >> for >> > some initial testing, I'm not sure the directive being turned off will >> have >> > any effect w/ the present config but the directive is not within any >> "if" >> > within the "server" context and seems to be throwing an error when I >> would >> > expect it not to: >> >> Thanks for the example. >> >> I see the confusion. >> >> > stream { >> >> https://nginx.org/en/docs/http/ngx_http_proxy_module.html is for proxy_* >> directives with the http section. >> >> This example is within the stream section, so you'll be wanting the docs >> at https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html >> >> > server { >> > proxy_buffering off; >> >> I think that there is not something like the http proxy_buffering >> available within the stream module, so it is effectively always off in >> that case. >> >> Cheers, >> >> f >> -- >> Francis Daly fran...@daoine.org >> _______________________________________________ >> nginx mailing list >> nginx@nginx.org >> http://mailman.nginx.org/mailman/listinfo/nginx >> > _______________________________________________ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx