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

2024-08-13 Thread Jörg Dommaschk via live-devel
less for the case at hand. - Original Message - From: "Ross Finlayson" To: "LIVE555 Streaming Media, development & use" Sent: Wednesday, August 14, 2024 6:51:11 AM Subject: Re: [Live-devel] Live555 Proxy add/remove frequently Unfortunately I have not been able to reproduce thi

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

2024-08-13 Thread Ross Finlayson
Unfortunately I have not been able to reproduce this issue. Could you try running your proxy server under valgrind: cd live; make clean; ./genMakefiles linux-gdb; make valgrind your-proxy-server-application and email us the output if you see the crash. Ross Finlayson Live Network

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

2024-08-13 Thread Ross Finlayson
> On Aug 13, 2024, at 2:15 AM, Gous Mulla via live-devel > wrote: > > Even though there's a lock in place, we're making sure to invoke live555 > functions from a single application thread. OK, and that needs to be the same thread that runs the proxy server itself - in other words, the whole

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

2024-08-13 Thread Gous Mulla via live-devel
evelopment & use Subject: Re: [Live-devel] Live555 Proxy add/remove frequently External email: Use caution opening links or attachments Whoa! Why are you using 'mutex'es? I hope this doesn't mean that you are calling LIVE555 code from more than one thread? You absolutely can

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

2024-08-12 Thread Ross Finlayson
Whoa! Why are you using ‘mutex’es? I hope this doesn’t mean that you are calling LIVE555 code from more than one thread? You absolutely cannot do this; a LIVE555-based application must be single-threaded, using an event loop (rather than threads) to provide concurrency. See http://live555.c

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

2024-08-12 Thread Gous Mulla via live-devel
ion(sms); } } } delete iter; } Thanks & Regards, Gous Mulla Senior Software Engineer, Nvidia http://www.nvidia.com/ -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Tuesday, August 13, 2024 10:45 AM To: LIVE555 Streaming Media - developm

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

2024-08-12 Thread Ross Finlayson
> On Aug 12, 2024, at 9:55 PM, Gous Mulla via live-devel > wrote: > > We’ve confirmed that the same crash occurs in the latest live version, > 2024.08.01. OK, it looks like there is a bug in the LIVE555 code that is causing this, because it should be OK for a (proxy) server to delete - usi

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

2024-08-12 Thread Gous Mulla via live-devel
12, 2024 8:11 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live555 Proxy add/remove frequently External email: Use caution opening links or attachments On Aug 12, 2024, at 3:24 AM, Gous Mulla via live-devel mailto:live-de...@us.live555.com>> wrot

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

2024-08-12 Thread Ross Finlayson
> On Aug 12, 2024, at 3:24 AM, Gous Mulla via live-devel > wrote: > > We are using the Live555 Proxy Server, live version 2023.07.24. Sorry, but only the latest version of the code is supported; see http://live555.com/liveMedia/faq.html#old-versions Ross Finlayson Live Networks, Inc. http:

[Live-devel] Live555 Proxy add/remove frequently

2024-08-12 Thread Gous Mulla via live-devel
--- Begin Message --- Hi, We are using the Live555 Proxy Server, live version 2023.07.24. In our use case, we frequently add RTSP proxy URLs using ProxyServerMediaSession::createNew and remove them with deleteServerMediaSession(sms). However, we encounter occasional crashes during the proxy rem