Re: proxy_buffering context and unexpected error

2021-03-04 Thread Fatma MAZARI
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 med

Re: proxy_buffering context and unexpected error

2021-03-03 Thread Drew Dixon
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

Re: proxy_buffering context and unexpected error

2021-03-03 Thread Francis Daly
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

Re: proxy_buffering context and unexpected error

2021-03-03 Thread Drew Dixon
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 woul

Re: proxy_buffering context and unexpected error

2021-03-03 Thread Francis Daly
On Wed, Mar 03, 2021 at 12:02:44PM -0500, Drew Dixon wrote: Hi there, > Which states that this is valid within the server context, however whenever > I attempt to set proxy_buffering to off (proxy_buffering off;) within my > server configuration context I receive the error message below: > > ngi