Re: [Live-devel] Need Help with test*Streamer From a Live Source

2009-12-28 Thread Ross Finlayson
- 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

[Live-devel] Need Help with test*Streamer From a Live Source

2009-12-28 Thread Chris
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