> Now, I can use this filter as the source of my custom subsession object, then 
> pass True as reuseFirstSource argument of the subsession constructor, so I 
> can just use one filter to serve multiple remote player, right?

Yes, that should work.

However, your filter class is not quite right.  In your 
"afterGettingCallback()" function, you need to set the filter's "fFrameSize", 
"fNumTruncatedBytes", "fPresentationTime", and "fDurationInMicroseconds" member 
variables from the corresponding function parameters: "frameSize", 
"numTruncatedBytes", "presentationTime", and "durationInMicroseconds".


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to