- I run liveMedia in one thread, and the video source FIFO in
another. When I call deliverFrame() it is from the FIFO thread, not
the liveMedia thread. Is this a no-no?
Yes. 'liveMedia' code *must* be called from within one thread only.
The only liveMedia-related thing that you can do with
Greetings,
I am following the FAQ example and have modified
'testMPEG4VideoStreamer' and 'DeviceSource.cpp' to take framed input
from my MPEG4 video encoder, but I am having trouble getting it working
properly.
I have first verified my video data by writing it out to a file then
streaming