Re: [Live-devel] openRTSP crash when receiving stream via https

2022-12-01 Thread Gajdosik Johannes
ading, but this is my understanding how tls encoding is specified. Thanks again, Johannes On Fri, 2 Dec 2022 11:04:12 +1300 Ross Finlayson wrote: > > On Dec 2, 2022, at 9:41 AM, Gajdosik Johannes > > wrote: > > > > Hello Ross, > > I am sorry, it is not fixed y

Re: [Live-devel] openRTSP crash when receiving stream via https

2022-12-01 Thread Gajdosik Johannes
fCtx = 0x5563a370, fCon = 0x55659170}, fClient = @0x5562d760}, fPOSTSocketTLS = { = { _vptr.TLSState = 0x5560c620 , isNeeded = 1 '\001', fHasBeenSetup = 0 '\000', fCtx = 0x0, fCon = 0x0}, fClient = @0x5562d760}, fInputTLS = 0x5562d930,

Re: [Live-devel] openRTSP crash when receiving stream via https

2022-11-30 Thread Gajdosik Johannes
Hello Ross, Now I use the new version live.2022.11.29.tar.gz. And still get the same SIGSEGV: gaj@gajdosik /sdb3/JohannesGajdosikPKE/live.2022.11.29/testProgs $ gdb ./openRTSP GNU gdb (Gentoo 8.3.1 vanilla) 8.3.1 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version

[Live-devel] openRTSP crash when receiving stream via https

2022-11-29 Thread Gajdosik Johannes
I use version live.2022.11.19.tar.gz. Compiled using config.linux-gdb (with -O0 for better debugging) On the server side I call rtspServer->setTLSState(PATHNAME_TO_CERTIFICATE_FILE,PATHNAME_TO_PRIVATE_KEY_FILE,False,False); like in testOnDemandRTSPServer.cpp. Last 2 parameters False,False

Re: [Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-11 Thread Gajdosik Johannes
On Wed, 10 Aug 2016 07:28:41 -0700 Ross Finlayson wrote: > Absolutely not! > > LIVE555 programmers should never have to deal with RTP timestamps directly. > Our software automatically uses RTCP to convert presentation times to RTP > timestamps (when transmitting) and back to presentation time

[Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-10 Thread Gajdosik Johannes
Thanks for the LiveMedia Software! While receiving rtp over rtsp from my liveMedia server implementation, I receive bad timestamps every time when a new client starts to receive the same stream. I fixed this behaviour with the patch below. This patch also gives me full control over the timestam

Re: [Live-devel] rtp over rtsp, tcp sending: dropped frames

2016-08-10 Thread Gajdosik Johannes
On Tue, 9 Aug 2016 12:47:49 -0700 Ross Finlayson wrote: Thanks for your answer! > > In my opinion this behaviour is inappropriate, since I use TCP streaming > > exactly because I never must drop a frame. > > This is unrealistic, and impossible if your network stream is exceeding the > capac

[Live-devel] rtp over rtsp, tcp sending: dropped frames

2016-08-09 Thread Gajdosik Johannes
In my application I send rtp streams over rtsp (tcp streaming) because I cannot afford dropping a single frame. After some research I found that liveMedia will drop my frames in certain circumstances, especially when I send big I-Frames. The code is in RTPInterface::sendDataOverTCP, which will no