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
; } Best Regards, Tiago Fonseca -- Message: 1 Date: Wed, 14 Oct 2015 09:33:37 + From: Tiago Fonseca To: "live-devel@lists.live555.com" Subject: [Live-devel] RTSP Server suddenly stops streaming Message-ID:

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

[Live-devel] RTSP Server suddenly stops streaming

2015-10-14 Thread Tiago Fonseca
Hi all, 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 RTSP Se