[Live-devel] A Problem of streaming MP4 file
Ross Finlayson
finlayson at live555.com
Mon Sep 10 19:52:35 PDT 2012
> 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120910/204a9fa2/attachment.html>
More information about the live-devel
mailing list