Re: [Live-devel] RTSP proxy server crash on delete with -V option

2024-09-29 Thread Ross Finlayson
OK, thanks. I’ve just installed a new version (2024.09.29) of the code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/liv

Re: [Live-devel] RTSP proxy server crash on delete with -V option

2024-09-27 Thread Андрій Олексійович Радченко
Yes. Something like this: 1) ~ProxyServerMediaSession 2) ~ServerMediaSession //(at this point fProxyRTSPClient is already deleted) 3) deleteAllSubsessions() 4) Medium::close(fSubsessionsHead) ... 5) delete medium 6) ~ProxyServerMediaSubsession 7) envir() << *this << "::~ProxyServerMediaSubsession(

Re: [Live-devel] RTSP proxy server crash on delete with -V option

2024-09-27 Thread Ross Finlayson
Andrey, Thank you for the bug report. I agree that there is probably a bug here, but I don’t like your proposed solution. If a “ProxyServerMediaSession” has been deleted, then nobody should be calling “url()” on it. I.e., the problem is not that code is trying to access an already-deleted “P

[Live-devel] RTSP proxy server crash on delete with -V option

2024-09-27 Thread Андрій Олексійович Радченко
Hello. I tried live555ProxyServer.cpp example and found that if: 1) we start program with -V option 2) there are active proxy streams (not clients, but just get descriptions from rtsp streams); 3) we EXIT from event loop and delete server with *Medium::close()* then it will crash due to access to

Re: [Live-devel] RTSP Proxy Server IP Address

2019-10-10 Thread Ross Finlayson
By default, the server uses the network interface that’s used for IP multicast routing - i.e., the one that has a route for 224.0.0.0/4. (The reason for this is that it uses IP multicast to detect its own IP address.) So, the easiest way to choose a particular network interface is to reconfigur

[Live-devel] RTSP Proxy Server IP Address

2019-10-10 Thread HAN Hao
Hi, I am trying to use the RTSP Proxy Server to host a RTSP stream. However, with both the Wi-Fi and the Ethernet connected, the IP address for the proxy server can sometimes be the Wi-Fi IP while sometimes it is the Ethernet IP. May I know whether there are any ways to ensure that the restream

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

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

2019-09-04 Thread Ross Finlayson
> On Sep 4, 2019, at 12:32 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, in this

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

2019-09-04 Thread HAN Hao
> Thank you for your assistance! I managed to change the URL of the > proxystream. However, for the compilation of the genericmediaserver.cpp, may > I know what are the steps I take to see the IP addresses of the devices > connected? >As I already noted, you can do this simply by compiling >

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

2019-09-02 Thread HAN Hao
Hello! > On Sep 1, 2019, at 8:25 PM, HAN Hao wrote: > > Thank you for your assistance! I managed to change the URL of the > proxystream. However, for the compilation of the genericmediaserver.cpp, may > I know what are the steps I take to see the IP addresses of the devices > connected? >As

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

2019-09-02 Thread Ross Finlayson
(First, please trim your message when responding to an email. This is basic email ’netiquette’, that everyone should know.) > On Sep 1, 2019, at 8:25 PM, HAN Hao wrote: > > Thank you for your assistance! I managed to change the URL of the > proxystream. However, for the compilation of the ge

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

2019-09-01 Thread HAN Hao
. Thank you! Regards, Han Hao -Original Message- From: live-devel [mailto:live-devel-boun...@us.live555.com] On Behalf Of Ross Finlayson Sent: Friday, 30 August, 2019 4:37 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTSP Proxy Server Front End

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

2019-08-30 Thread Ross Finlayson
> On Aug 30, 2019, at 10:07 AM, HAN Hao wrote: > > Hi Sir/Madam, > > I am trying to use the proxy server as a mean to manage downlink and uplink > from my RTSP source. However, using the default setting of the RTSP Proxy > Server, the front end URL can only be set as IP/proxyStream%i. > >

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

2019-08-30 Thread HAN Hao
Hi Sir/Madam, I am trying to use the proxy server as a mean to manage downlink and uplink from my RTSP source. However, using the default setting of the RTSP Proxy Server, the front end URL can only be set as IP/proxyStream%i. May I know how do I change this setting such that the front end URL

Re: [Live-devel] RTSP Proxy Server

2012-06-19 Thread Sambhav
There is an existing RTSP server for which there is no programatic control and cannot be changed. I need to implement a custom feature at the application level which requires server control. So was thinking on these terms. Regards, Sambhav On Tue, Jun 19, 2012 at 8:25 PM, Ross Finlayson wrote:

Re: [Live-devel] RTSP Proxy Server

2012-06-19 Thread Ross Finlayson
> Is the following RTSP proxy server mode of operation possible ? > ProxyServer only acts as proxy only for RTSP commands, but the RTP/RTCP data > flows to the client directly from the main RTSP Server No, and for most back-end servers, that would not even be possible. For security reasons (to

[Live-devel] RTSP Proxy Server

2012-06-19 Thread Kumar Sambhav
Hi, Is the following RTSP proxy server mode of operation possible ? ProxyServer only acts as proxy only for RTSP commands, but the RTP/RTCP data flows to the client directly from the main RTSP Server Regards, Sambhav ___ live-devel mailing list live-