Re: [Live-devel] Bug fix: Missing member initialization in TLSState

2020-01-22 Thread Ross Finlayson
Horst, Thanks for the report. I’ve just released a new version (2020.01.22) of the “LIVE555 Streaming Media” code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com h

[Live-devel] Bug fix: Missing member initialization in TLSState

2020-01-22 Thread Horst Possegger
Hi, TLSState::reset() may cause a segmentation fault because not all members of TLSState are properly initialized. In particular, lines 26-28 of liveMedia/TLSState.cpp (version 2020.01.19) should initialize "fCon" and "fCtx", too: #ifndef NO_OPENSSL , fClient(client), fHasBeenSetup(False), fCo

Re: [Live-devel] BUGS in rtsp interleaved

2020-01-22 Thread Cihan Kömeçoğlu
Hi Ross, I can give you more detail about how I decide rtsp proxy could not send RTP packet after a few seconds. I have captured packets  in host which rtsp proxy is running. Hanua camera was sending packet to proxy properly but streams of rtsp proxy was giving up sending RTP packets after a

Re: [Live-devel] BUGS in rtsp interleaved

2020-01-22 Thread Ross Finlayson
Cihan, Note that the ‘interleaving’ (RTP/RTCP-over-RTSP) is happening only for your ‘front-end’ stream, which you are accessing using the VLC RTSP client application. Unfortunately we can’t help you specifically with problems with VLC, as that is not our software. Instead, for testing, I sugg

[Live-devel] BUGS in rtsp interleaved

2020-01-22 Thread Cihan Kömeçoğlu
Hi all, I have a problem when I try to create session which type rtsp interleaved I am using rtsp proxy in live555 media streaming project and  when I send request for rtsp interleave which rtp streams is sending in RTSP session by using same port with RTSP. But rtsp proxy giving up sending