Re: [Live-devel] RTP/RTSP Streaming Trouble

2007-11-19 Thread Ross Finlayson
Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="_=_NextPart_001_01C82AE7.FA66CA11" I'm working on getting a non-proprietary video stream for your access. However, in the meantime this is the primary message that's shown in VLC's message are

Re: [Live-devel] MORE: Memory leaks in DarwinInjector.cpp

2007-11-19 Thread eyal.b
Yes you are right about item 2, the one that allocates is the one to de-allocate. The problem is that RTSPClient uses the MediaSubsession as it own repository for the allocated sub-session id. It only keeps a copy (strDup) of the last sub-session id. So it has no way of keeping track of what it had

[Live-devel] RTP/RTSP Streaming Trouble

2007-11-19 Thread Atkins, Sarah
I'm working on getting a non-proprietary video stream for your access. However, in the meantime this is the primary message that's shown in VLC's message area during playback of one of the culprit video files: main warning: PTS is out of range (38474978), dropping buffer main warning: PTS is out o

Re: [Live-devel] about duration time

2007-11-19 Thread Ross Finlayson
My question is: If frame size of a video stream is larger than RTP packet size, the frame has to be fragmented. Since duration time is used to calculate the time at which the next packet is sent, it implies that the overflow data of a frame(carried in next packets) would delay? No - our code