Re: [Live-devel] Difficulties with a live source

2009-03-09 Thread Brad Bitterman
I have several live sources that do not have GOV's and they work perfect with live555. You should not have a problem. BTW: Tell Rich Brad says hello :) - Brad On Mar 9, 2009, at 3:07 PM, Austin Snow (pftv) wrote: Thanks Ross, I'm now generating the header with the proper visual object s

Re: [Live-devel] Difficulties with a live source

2009-03-09 Thread Austin Snow (pftv)
Thanks Ross, I'm now generating the header with the proper visual object sequence start code and supporting information. 01B00301B5090100012000C007D05841214103 Can I send this information into the MPEG4VideoStreamDiscreteFramer and/or MPEG4VideoStreamFramer without the ne

Re: [Live-devel] Difficulties with a live source

2009-03-07 Thread Ross Finlayson
I am receiving audio and video rtp streams using RTSP and filling two queue from audio and video buffersink , after this I am playing the video and audio from these queues using directshow, how can I synchronize audio and video while playing. Assuming that your client is also implementing RTCP

Re: [Live-devel] Difficulties with a live source

2009-03-06 Thread Aditya Vikram
Hi, I am receiving audio and video rtp streams using RTSP and filling two queue from audio and video buffersink , after this I am playing the video and audio from these queues using directshow, how can I synchronize audio and video while playing. Regards Aditya "DISCLAIMER: This message is pr

Re: [Live-devel] Difficulties with a live source

2009-03-03 Thread Ross Finlayson
Hello All, I having some difficulty getting samples from a live source (QTCaptureSession) into MPEG4VideoStreamDiscreteFramer via a DeviceSource.cpp. The live data does not contain any 01B3xxx01B6. (group of vop start code) or 01B0 (visual object sequence start code). T

[Live-devel] Difficulties with a live source

2009-03-03 Thread Austin Snow (pftv)
Hello All, I having some difficulty getting samples from a live source (QTCaptureSession) into MPEG4VideoStreamDiscreteFramer via a DeviceSource.cpp. The live data does not contain any 01B3xxx01B6. (group of vop start code) or 01B0 (visual object sequence start code).