>       virtual void seekStream(unsigned clientSessionId, void* streamToken, 
> double& seekNPT, double streamDuration, u_int64_t& numBytes);
>               This is the function that will do the seeking.

A correction:  The virtual function to redefine here (assuming that you've 
defined your own subclass of "OnDemandServerMediaSubsession" is:
        virtual void seekStreamSource(FramedSource* inputSource, double& 
seekNPT, double streamDuration, u_int64_t& numBytes);
This is the function that will do the seeking.  Note that there are several 
existing examples in the code.


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

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to