Re: [Live-devel] Getting request headers in RTSPServer

2021-02-22 Thread Ross Finlayson
> On Feb 22, 2021, at 10:02 AM, Idan Freiberg wrote: > > Hi Ross, > > Thanks for your help. > > I'll try to better explain the situation: RTSP clients will access my RTSP > reverse proxy server after some network NAT will translate their rtsp address > into my proxy address. i.e. rtsp:///.

Re: [Live-devel] Getting request headers in RTSPServer

2021-02-22 Thread Idan Freiberg
Hi Ross, Thanks for your help. I'll try to better explain the situation: RTSP clients will access my RTSP reverse proxy server after some network NAT will translate their rtsp address into my proxy address. i.e. rtsp:///... will be NAT translated into my proxy server ip. However the RTSP URL wil

Re: [Live-devel] Getting request headers in RTSPServer

2021-02-22 Thread Ross Finlayson
> On Feb 22, 2021, at 7:14 AM, Idan Freiberg wrote: > > That basically means the server acts as a gateway behinds multiple backend > video sources (RTSP sources). So I need to find a way in the application > layer to route the traffic to the right backend rtsp server related to a > specific

Re: [Live-devel] Getting request headers in RTSPServer

2021-02-22 Thread Idan Freiberg
That basically means the server acts as a gateway behinds multiple backend video sources (RTSP sources). So I need to find a way in the application layer to route the traffic to the right backend rtsp server related to a specific video source. בתאריך יום ב׳, 22 בפבר׳ 2021 ב-17:10 מאת Ross Finlayso

Re: [Live-devel] Getting request headers in RTSPServer

2021-02-22 Thread Ross Finlayson
> On Feb 22, 2021, at 6:43 AM, Idan Freiberg wrote: > > > I’m writing a reverse RTSP proxy so multiple client will try to access > different cameras through it. I’m not sure exactly what you mean by a ‘reverse’ RTSP proxy. But are you aware of our existing “LIVE555 Proxy Server”? h

Re: [Live-devel] Getting request headers in RTSPServer

2021-02-22 Thread Idan Freiberg
I’m writing a reverse RTSP proxy so multiple client will try to access different cameras through it. בתאריך יום ב׳, 22 בפבר׳ 2021 ב-9:23 מאת Ross Finlayson < finlay...@live555.com>: > > > > On Feb 21, 2021, at 10:00 PM, Idan Freiberg wrote: > > > > Thanks Ross > > > > I specifically looking for t