Re: [Live-devel] Live555 Proxy add/remove frequently

2024-08-13 Thread Jörg Dommaschk via live-devel
--- Begin Message --- I saw this conversation and even though I am not involved in this issue, it reminded me of a problem I had a few weeks back. Maybe this is related. The point about different threads might be worth lingering on, because it looks like you are using some RTSP server class that

Re: [Live-devel] RTSP over HTTP on localhost only possible?

2024-07-03 Thread Jörg Dommaschk via live-devel
ay, July 3, 2024 2:06:36 PM Subject: Re: [Live-devel] RTSP over HTTP on localhost only possible? > On Jul 2, 2024, at 8:44 PM, Jörg Dommaschk via live-devel > wrote: > > Is there a way to make the live555 RTSP server only listen on localhost for > the RTSP-over-HTTP port? The

[Live-devel] RTSP over HTTP on localhost only possible?

2024-07-02 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Hi, I am using live555 to provide an RTSP stream on an IP camera. This works great. Now I was tasked to also provide tunneling over HTTP, so I was very happy when I learnt that live555 already has this covered by simply calling RTSPServer::setUpTunnelingOverHTTP. This als

[Live-devel] Possible bug in BasicTaskScheduler0

2023-10-30 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Hello, I think I may have found a bug: In BasicTaskScheduler0::deleteEventTrigger in BasicTaskScheduler0.cpp in the lines 126 and 128, fTriggersAwaitingHandling[fLastUsedTriggerNum] is cleared/set to False. If I understand things correctly - and I might very well not - sh

Re: [Live-devel] Building with C++ version less than 20

2023-08-28 Thread Jörg Dommaschk via live-devel
;Ross Finlayson" To: "LIVE555 Streaming Media, development & use" Sent: Monday, August 28, 2023 11:05:36 AM Subject: Re: [Live-devel] Building with C++ version less than 20 > On Aug 27, 2023, at 7:55 PM, Jörg Dommaschk via live-devel > wrote: > > However, I am stil

Re: [Live-devel] Building with C++ version less than 20

2023-08-27 Thread Jörg Dommaschk via live-devel
ncrease my knowledge. - Original Message - From: "Ross Finlayson" To: "LIVE555 Streaming Media, development & use" Sent: Friday, August 25, 2023 9:23:26 PM Subject: Re: [Live-devel] Building with C++ version less than 20 > On Aug 25, 2023, at 2:42 AM, Jörg Dom

Re: [Live-devel] Building with C++ version less than 20

2023-08-25 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Hi, thanks for the quick reply. First, I need to correct the example code I gave earlier. The condition should look like this: #if !defined NO_STD_LIB && __cplusplus >= 202002L I should have tested it before sending, sorry about that. About your actual reply: How do you de

[Live-devel] Building with C++ version less than 20

2023-08-24 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Hello, I have recently built live555 from the latest version and was greeted with a compilation error, namely: BasicTaskScheduler.cpp:191:40: error: 'struct std::atomic_flag' has no member named 'test' This happens because that member test of std::atomic_flag has only

Re: [Live-devel] Suggestion regarding authentication

2022-09-30 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Wow, that was amazingly fast, thanks a lot! However, with that implementation, the new specialHandlingOfAuthenticationFailure gets not only called when someone tried to login with a wrong password, but also when they connect for the first time in order to receive a nonce.

[Live-devel] Suggestion regarding authentication

2022-09-29 Thread Jörg Dommaschk via live-devel
--- Begin Message --- Hello, I was trying to add some brute force protection to my live555-based RTSP server, but I realised that this cannot be easily done (unless I am overlooking something - please let me know if I do), so I would like to suggest a small change: In the RTSPServer class, t