[Live-devel] doEventLoop()
Ross Finlayson
finlayson at live555.com
Sun Dec 28 18:26:10 PST 2008
>So there is not any way to push data (frame data) into a deivceSource?
Once again (and for the last time): A "LIVE555 Streaming Media"
application runs an event loop, so the only way to 'push' data to it
is to signal the availablity of new data as an event, and thereby
have a handler function (which will read the data) called from the
event loop.
> // Deliver the data here:
> fMaxSize = 1048576;
No! "fMaxSize" is an *in* parameter. Its value is passed to you by
the downstream object. It's a value that you *check* not one that
you *set*.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list