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

2019-02-28 Thread Nathan Commons
My setup: my MediaSink subclass for my application (calling it RTPSink) has a H264VideoRTPSource (gotten from the MediaSubession, determined by SDP parsing). After calling startPlaying, it runs fine for some period of time. However, after some random amount of time, the BasicTaskScheduler that's us

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