Re: [Live-devel] live-devel Digest, Vol 199, Issue 3

2020-06-16 Thread Gerald Hansink
evel-requ...@lists.live555.com > > You can reach the person managing the list at > live-devel-ow...@lists.live555.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of live-devel digest..." > &g

[Live-devel] local rtsp client playback control only

2020-06-15 Thread Gerald Hansink
hi ross, for the use case where client is only used as "playback controller" without consuming video and the rtsp server acts as a "local video player". do you think this can be "easily" supported by implementing own "video sink" / "media session"? thanks, gerald _

Re: [Live-devel] segfault RtspClient

2017-06-02 Thread Gerald Hansink
hi Ross, see below for the explanation from Frederik of dereferencing a deleted RTPInterface - When I take the following steps to add debug output: * #define DEBUG_SEND in RTPInterface.cpp * print RTPInterface's address in its destructor * print which RTPInterface address is used in Sock

Re: [Live-devel] segfault RtspClient

2017-05-30 Thread Gerald Hansink
Hi Ross, we still have the same error (below), I highly recommend Asan, it has proven to be very valuable locating bugs that are otherwise impossible to detect. I remember from my last debugging session that all we do is a call to Medium::close(ourMediaSession). Tomorrow I will likely have time to

Re: [Live-devel] live-devel Digest, Vol 162, Issue 9

2017-05-24 Thread Gerald Hansink
in RTSPClient destructor the same "socket num" (fInputSocketNum) must be used when clearing "server request alternative byte handler" as when setting the handler, but this socket num fInputSocketNum is "cleared" in resetTCPSockets and in grabSocket, so if after setting the "server request alternati

Re: [Live-devel] libasan detects memory access error

2017-05-24 Thread Gerald Hansink
yes version 2017.04.26 On Wed, May 24, 2017 at 1:42 PM, Gerald Hansink wrote: > > -- Forwarded message -- > From: Frederik De Ruyck > Date: Wed, May 24, 2017 at 12:07 PM > Subject: Fwd: [Live-devel] libasan detects memory access error > To: Gerald Hansink

[Live-devel] libasan detects memory access error

2017-05-24 Thread Gerald Hansink
hi ross, colleague could not subscribe to the mailing list with his email address so see below for the forwarded question. best regards, gerald Hi, three weeks ago we've started

[Live-devel] segfault RtspClient

2017-05-09 Thread Gerald Hansink
hi ross, using the latest livemedia sources i see a segfault sometimes when making a rtsp connection to a axis ip camera. it looks like in SocketDescriptor destructor a "alternative byte handler" callback function is called with a pointer to a RtspClient instance which is deleted. in RtspClient d