[Live-devel] Get one frame at an absolute time
Ross Finlayson
finlayson at live555.com
Thu Sep 12 01:03:19 PDT 2013
> In any case, I don't know what should I do in any of the modes (SMTPE/NPT/Absolute) when the server has sent the complete range specified in the play command from the client. In RFC2326 I see this statement:
> After playing the desired range, the presentation is automatically paused, as if a PAUSE request had been issued.
> How should I implement this in live555?
Just stop sending data :-)
The best way to do this is - within your "doGetNextFrame()" implementation - call "FramedSource::handleClosure(this);" instead of the usual "FramedSource::afterGetting(this);". As I noted before, this is what "ByteStreamFileSource" does.
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/20130912/4deeae1e/attachment.html>
More information about the live-devel
mailing list