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
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
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
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