Re: Efficient stream proxy

2017-04-25 Thread Roman Arutyunyan
Hi, On Tue, Apr 25, 2017 at 12:11:00PM -0400, kay wrote: > I'd like to implement proxy server for internet radio streaming. And I'd > like to reuse existing established connection to the upstream for all > clients which listen the same "radio station"/"url". > > Right now every listener creates a

Efficient stream proxy

2017-04-25 Thread kay
Hi, I'd like to implement proxy server for internet radio streaming. And I'd like to reuse existing established connection to the upstream for all clients which listen the same "radio station"/"url". Right now every listener creates a new connection on nginx side. Is it even possible to reuse one