Re: [Live-devel] RTSP Proxy Server Front End URL Customization

2019-09-05 Thread Ross Finlayson
> On Sep 5, 2019, at 5:23 PM, HAN Hao wrote: > > > In this case, the maximum number of proxy server instances created can only > be 2(ports 554 and 8554)? No. You can create servers that use whatever port number(s) you wish. Just note that only two port numbers - 554 and 8554 - are reser

Re: [Live-devel] RTSP Proxy Server Front End URL Customization

2019-09-05 Thread HAN Hao
> At the same time, may I also ask whether it is possible to set the RTSP Proxy > Server to use the same port? When multiple instances of RTSP Proxy Server is > hosted, the first proxy server does not show the port number(i.e > xxx.xxx.xxx.xxx/proxyStream). From the second proxy server onwards,

Re: [Live-devel] RTSP Proxy Server Front End URL Customization

2019-09-05 Thread Ross Finlayson
> Note also that port 554 is the ‘default’ port number for RTSP. “rtsp://“ > URLs that use port 554 don’t have to use it (although they can if you wish). > (This is analogous to port 80 for HTTP.) My explanation here was a little unclear. This is better: Port 554 is the ‘default’ port numb

Re: [Live-devel] RTSP Proxy Server Front End URL Customization

2019-09-05 Thread Ross Finlayson
> On Sep 5, 2019, at 12:55 AM, HAN Hao wrote: > > >> Thank you! For that situation, I am able to see the accepted connection. May >> I know whether there are any ways to know if the accepted IP Address has >> terminated or lost that connection? > >> Yes, the “ClientConnection” object (or,

Re: [Live-devel] RTSP Proxy Server Front End URL Customization

2019-09-05 Thread HAN Hao
> Thank you! For that situation, I am able to see the accepted connection. May > I know whether there are any ways to know if the accepted IP Address has > terminated or lost that connection? >Yes, the “ClientConnection” object (or, in this case, the subclass object >“RTSPServer::RTSPClientCo