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
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
_
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
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
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
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
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
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