se <[EMAIL PROTECTED]>
To
LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]>
cc
Subject
Re: [Live-devel] DeviceSource question
You can't call "LIVE555 Streaming Media" library code from within
your separate encoder thread. However, what you can do
You can't call "LIVE555 Streaming Media" library code from within
your separate encoder thread. However, what you can do is have your
encoder thread use a global variable to signal an event that gets
handled by the LIVE555 code's event loop (running in its own thread).
One easy way to do this