[Live-devel] includeStartCodeInOutput parameter for H264VideoStreamDiscreteFramer::createNew()

2019-03-01 Thread Chris Paucar
Hi Ross, http://lists.live555.com/pipermail/live-devel/2014-August/018581.html You mentioned in the above link about H264VideoStreamDiscreteFramer::createNew() getting the includeStartCodeInOutput parameter that H264VideoStreamFramer::createNew() currently has. How can I implement this myself wi

Re: [Live-devel] BasicTaskScheduler doEventLoop gets stuck for >10s after some time period while receiving an RTP AVC stream via RTSP

2019-03-01 Thread Nathan Commons
stopPlaying shouldn't be being called, and no objects should be being deleted. I'll double check this, but I am 99% certain. I'll test out the unmodified client applications to see how they perform. On Fri, Mar 1, 2019 at 3:06 PM Ross Finlayson wrote: > > In any case, we can’t really help you de

Re: [Live-devel] BasicTaskScheduler doEventLoop gets stuck for >10s after some time period while receiving an RTP AVC stream via RTSP

2019-03-01 Thread Ross Finlayson
> In any case, we can’t really help you debug your own code. As always, you > try running our (unmodified) supplied RTSP/RTP client application (i.e., > “openRTSP” or “testRTSPClient”) on your input stream, before you start > writing your own client application. Oops, I left out a “should”. I

Re: [Live-devel] BasicTaskScheduler doEventLoop gets stuck for >10s after some time period while receiving an RTP AVC stream via RTSP

2019-03-01 Thread Ross Finlayson
You shouldn’t be trying to debug the event handler code. That code is reliable, and has no known bugs. If an event handler is not being called, then that simply means that no corresponding event occurred. If a RTP packet arrived, but did not cause an event to be handled, then this must mean t

[Live-devel] SETUP request with "Transport: RTP/AVP; multicast" breaks RTSP proxy

2019-03-01 Thread Juho Ylikorpi
Hi, We found out that, Request: SETUP rtsp://...:554/proxyStream/track1 RTSP/1.0\r\n CSeq: 17410\r\n Transport: RTP/AVP;multicast User-Agent: RTSP Agent\r\n \r\n ...halts all parallel RTP streams from same proxy server (and when client repeatedly tries to reconnect paralyzes