Re: [Live-devel] Status of Live555 RTPS Client and Server using Stream over TCP

2008-12-31 Thread Ross Finlayson
After doing a bit more digging in the code and on the web I've discovered that the problem of not receiving RTSP commands after the play command when using RTP-over-TCP streaming is a known problem (although it is usually associated with the keep-a-live feature (cough hack The standard way fo

Re: [Live-devel] QTKit QTCaptureSession as a DeviceSource

2008-12-31 Thread Austin Snow
There is not any large delay (~5 to 10ms) from the call to downstream call to doGetNextFrame() and the upstream call to FrameSource::afterGetting(this) in DeviceSource.cpp. from downstream call to doGetNextFrame() fPresentationTime.tv_sec=1230780299 fPresentationTime.tv_usec=377538 from ups

Re: [Live-devel] QTKit QTCaptureSession as a DeviceSource

2008-12-31 Thread Ross Finlayson
dura is set for each call, 33366 for 30 frames per sec or 6 for 15 frames per sec, still the data is called for ~ every 1. modulo_time_base=0x00 fNumVTIRBits=0x00 vop_time_increment=0x00 The above are always zero, could this be the problem? No, I don't think so. Also I'm not setting th

Re: [Live-devel] QTKit QTCaptureSession as a DeviceSource

2008-12-31 Thread Austin Snow
dura is set for each call, 33366 for 30 frames per sec or 6 for 15 frames per sec, still the data is called for ~ every 1. modulo_time_base=0x00 fNumVTIRBits=0x00 vop_time_increment=0x00 The above are always zero, could this be the problem? Also I'm not setting the presentation time, what

Re: [Live-devel] QTKit QTCaptureSession as a DeviceSource

2008-12-31 Thread Ross Finlayson
Hello All, I having some difficulty on getting samples out of a QTCaptureSession into MPEG4VideoStreamDiscreteFramer. The DeviceSource::doNextFrame is only being called every 1 to 1.5 seconds, the delay is not in MPEG4VideoStreamDiscreteFramer::doGetNextFrame(). The duration between success

Re: [Live-devel] Status of Live555 RTPS Client and Server using Stream over TCP

2008-12-31 Thread Matt Schuckmann
I found this very good discussion on persistent tcp vs non-persistent tcp RTSP clients. http://www.ietf.org/mail-archive/web/mmusic/current/msg00655.html From reading some of this thread and the live555 RTPSClient code it appears that the RTSPClient is a persistent tcp client is this true? H

Re: [Live-devel] Status of Live555 RTPS Client and Server using Stream over TCP

2008-12-31 Thread Matt Schuckmann
After doing a bit more digging in the code and on the web I've discovered that the problem of not receiving RTSP commands after the play command when using RTP-over-TCP streaming is a known problem (although it is usually associated with the keep-a-live feature (cough hack) and not with usages

Re: [Live-devel] Status of Live555 RTPS Client and Server using Stream over TCP

2008-12-31 Thread Matt Schuckmann
Ok I've got a little more information. With respect to problem #2 I've discovered that the server is not receiving or responding to any RTSP commands once the play command has been issued when streaming over tcp. In particular I've tested the TEARDOWN and SET_PARAMETER commands both of which th

[Live-devel] Status of Live555 RTPS Client and Server using Stream over TCP

2008-12-31 Thread Matt Schuckmann
I know this is sort of a loaded question probably without a clear answer but here goes. I was wondering if there are any known issues with using the StreamOverTCP option of the RTSPClient::SetupMediaSession() when both the client application and the server application are based on the Dec 4

Re: [Live-devel] create .ts files

2008-12-31 Thread Andre Morais
thanks! Happy new year! Regards On Wed, Dec 31, 2008 at 5:10 PM, Paul Clark wrote: > Andre Morais wrote: > >> Thanks! >> the problem is that I don't know how to do it on windows. >> >> > VLC (www.videolan.org) will do it for you - tick "Stream/Save" in the > "Open" dialog, then open Settings an

Re: [Live-devel] create .ts files

2008-12-31 Thread Paul Clark
Andre Morais wrote: Thanks! the problem is that I don't know how to do it on windows. VLC (www.videolan.org) will do it for you - tick "Stream/Save" in the "Open" dialog, then open Settings and check "File" in the outputs. The default is encapsulation in MPEG-TS without transcoding. Paul

[Live-devel] QTKit QTCaptureSession as a DeviceSource

2008-12-31 Thread Austin Snow
Hello All, I having some difficulty on getting samples out of a QTCaptureSession into MPEG4VideoStreamDiscreteFramer. The DeviceSource::doNextFrame is only being called every 1 to 1.5 seconds, the delay is not in MPEG4VideoStreamDiscreteFramer::doGetNextFrame(). A binary file of the QTCa