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] Compilation error for old gcc

2019-10-10 Thread Ross Finlayson
Denis, Thanks for the report. I’ve just installed a new version (2019.10.10) of the “LIVE555 Streaming Media” code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com

[Live-devel] Compilation error for old gcc

2019-10-10 Thread GENESTIER Denis
Hi Ross, With GCC version 4.4.6 (present on old centOS distro), the last liblivemedia library does not compile anymore with the linux-with-shared-libraries configuration. It is due to the new file MPEG2TransportStreamParser.hh where a word "class" is missing at line 107. Here is the patch. @@