Re: [Live-devel] audio lags video

2010-03-04 Thread Ross Finlayson
I am reading a/v from live source through socket in 2 different threads I hope you've read the FAQ entry about threads. , In my aplication I am using class derived from FramedSource and in doGetNextFrame() I read from cyclic buffers and set the fPresentationTime etc, I wonder how can I use

Re: [Live-devel] MediaSubsession::videoWidth, videoHeight, videoFPS

2010-03-04 Thread Ross Finlayson
I'm trying to obtain video stream properties (frame resolution and FPS) via functions MediaSubsession::videoWidth(), MediaSubsession::videoHeight() and MediaSubsession::videoFPS(), but every time each function returns me 0. Only a few media streams put this information in the stream's SDP descr

[Live-devel] audio lags video

2010-03-04 Thread nishesh chouhan
Hi Ross, I am reading a/v from live source through socket in 2 different threads, In my aplication I am using class derived from FramedSource and in doGetNextFrame() I read from cyclic buffers and set the fPresentationTime etc, I wonder how can I use *hasBeenSynchronizedUsingRTCP and make sure the

[Live-devel] MediaSubsession::videoWidth, videoHeight, videoFPS

2010-03-04 Thread Denis
Hi! I'm trying to obtain video stream properties (frame resolution and FPS) via functions MediaSubsession::videoWidth(), MediaSubsession::videoHeight() and MediaSubsession::videoFPS(), but every time each function returns me 0. Should I do some advance steps or initialization to make those functio