Re: [Live-devel] DeviceSource question

2008-05-27 Thread Ishwar . Jasuja
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

Re: [Live-devel] DeviceSource question

2008-05-23 Thread Ross Finlayson
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