Are there any things to look out for when running the event loop in
a seperate thread?
Separate from what?
Have you read the FAQ??
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
On Thu, Feb 26, 2009 at 6:43 AM, Ross Finlayson wrote:
> As a starting point have a look at the FileSink class, the two main steps
>> involved are
>> 1) Inherit from MediaSink
>> 2) Override the virtual afterGettingFrame1(unsigned frameSize, struct
>> timeval presentationTime)
>>
>
> Actually, the