Re: [Live-devel] RTSPS and PKI

2025-06-17 Thread Jonathan Brady via live-devel
--- Begin Message --- As far as I know with the current client implementation the server certificate is always valid and I believe additional work is required to bypass validity checks and allow things like self signed certificates. A client could check this, but it would require work to do th

Re: [Live-devel] build failure for Windows 64 bits

2025-03-27 Thread Jonathan Brady via live-devel
--- Begin Message --- I can confirm that people still use Windows (but not necessarily by choice) and that Live555 compiles fine with both VC2019 and VC2022. On 27/03/2025 01:27, Ross Finlayson wrote: On Mar 27, 2025, at 2:11 PM, BENMOUSSA Yahia - Contractor via live-devel wrote: Do we nee

Re: [Live-devel] TR: build failure for Windows 64 bits

2025-03-27 Thread Jonathan Brady via live-devel
with building live555 though as I use my own build script. Regards, Jonathan Brady --- End Message --- ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Using live555 to advertise multicast UDP

2024-04-24 Thread Jonathan Brady via live-devel
--- Begin Message --- Hello, I have an application which already outputs (none RTP) video via multicast, I would like to use a Live555 server to simply "advertise" these streams via an RTSP connection in it's SDP without actually serving the data.  How can I go about doing this? Regards, Jo

Re: [Live-devel] setlocale 0xc0000374 heap corruption - LOCALE_NOT_USED is OK

2021-10-26 Thread Jonathan Brady via live-devel
--- Begin Message --- Hello, After spending 10 seconds googling "setlocale crash" I can inform you that: * On Windows setlocale is not thread safe o https://social.msdn.microsoft.com/Forums/windowsserver/en-US/b46aa226-d337-43c3-8d15-135f6fca9b53/setlocale-behavior-in-multithreaded-applic

Re: [Live-devel] Compilation with MSVC

2020-01-31 Thread Jonathan Brady
On 31/01/2020 20:38, Ross Finlayson wrote: On Jan 31, 2020, at 9:30 AM, Jonathan Brady wrote: Ross, Just a quick note to let you know that compilation with MSVC is broken due to the changes for TLS: In particular on line 1942 of liveMedia/RTSPClient.cpp the cast to const u_int8_t * of

[Live-devel] Compilation with MSVC

2020-01-31 Thread Jonathan Brady
Ross, Just a quick note to let you know that compilation with MSVC is broken due to the changes for TLS: In particular on line 1942 of liveMedia/RTSPClient.cpp the cast to const u_int8_t * of data. Removing the cast fixes the problem, I think this is because const char * is signed using th

[Live-devel] xlocale.h inclusion causes build failure with glibc 2.26

2018-02-12 Thread Jonathan Brady
Hello, We are getting a build failure when compiling the latest live555 with glibc 2.26. In file included from MPEG4GenericRTPSink.cpp:22:0: include/Locale.hh:47:10: fatal error: xlocale.h: No such file or directory #include // because, on some systems, doesn't include ; this makes sure tha

Re: [Live-devel] RTSP proxy not noticing server restart

2014-09-22 Thread Jonathan Brady
On 22/09/14 15:42, Ross Finlayson wrote: It is possible to restart an origin server quickly enough that a live 555 proxy server does not notice. As a test this can be done by modifying one of the live 555 test programs (I was using testH264VideoStreamer) to enable SO_REUSEADDR/SO_REUSEPORT, t

[Live-devel] RTSP proxy not noticing server restart

2014-09-22 Thread Jonathan Brady
Hello, It is possible to restart an origin server quickly enough that a live 555 proxy server does not notice. As a test this can be done by modifying one of the live 555 test programs (I was using testH264VideoStreamer) to enable SO_REUSEADDR/SO_REUSEPORT, then the process could be quickly