Re: [Live-devel] RTSP Server suddenly stops streaming

2015-10-21 Thread Tiago Fonseca
Your explanation about fDurationInMicroseconds really helped me understanding a little bit more about FramedSource. About h264 stream stop, I removed any delays that I was inserting in deliverFrame() and still no improvement. Here is the output from Wireshark: 348458 2024.77485 10.5.2.39

Re: [Live-devel] RTSP Server suddenly stops streaming

2015-10-19 Thread Ross Finlayson
(First, note that if you are receiving the mailing list as a ‘digest’, you should fix the “Subject:” line of your emails when you compose a reply.) >> Why are you delaying the call to "FramedSource::afterGetting(this)" by 50 ms? > > > But why not? Because it’s putting the delay in the wrong p

Re: [Live-devel] RTSP Server suddenly stops streaming

2015-10-16 Thread Ross Finlayson
> nextTask() = envir().taskScheduler().scheduleDelayedTask(5, > (TaskFunc*)FramedSource::afterGetting, this); Why are you delaying the call to “FramedSource::afterGetting(this)” by 50 ms? Once you’ve delivered a frame of data to the downstream object, you should call FramedSou

Re: [Live-devel] RTSP Server suddenly stops streaming

2015-10-16 Thread Tiago Fonseca
- An HTML attachment was scrubbed... URL: <http://lists.live555.com/pipermail/live-devel/attachments/20151014/f4c559c2/attachment-0001.html> -- Message: 2 Date: Wed, 14 Oct 2015 02:50:07 -0700 From: Ross Finlayson To: LIVE555 Streaming Media - development &

Re: [Live-devel] RTSP Server suddenly stops streaming

2015-10-14 Thread Ross Finlayson
> For the last month, I have been reading about live555 and going through as > much examples as I can. > With all the information I was able to get, I manage to make my own RTSP > Server and Client. > > My RTSP Client runs perfectly and non-stop days and days but there’s > something about my R