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/
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel