Great, thank you very much! So, your idea is to create my own fileSinker with my own file format recording each timestamp and frame size and then create my own byteStreamFileSource and serve the data packets as they where sinked but filtering that timestamps and framesizes.I can use some own header as 0xAABBCCDD to mark that timestamp entry points, did I understand you properly? Would you suggest using other header or not using any to mark our entry points??
Thank you again for your amazing feedback. 2012/1/31 Ross Finlayson <[email protected]> > Unfortunately none of the output 'multimedia' file formats that we > currently support - .mov/.mp4, or .avi - are very good at supporting the > recording of accurate timestamp information along with each frame, so they > are not very well suited for the purpose of recording incoming streams for > later re-streaming. (The Matroska file format is much better for this, and > someday I hope to support recording into Matroska files (we can already > stream from such files).) > > If you're recording incoming streams only for later re-streaming (i.e., > you don't also plan to play the files locally using a video player), then I > suggest just coming up with your own simple file format that records a > timestamp (i.e., presentation time) and frame size, along with each frame's > data. > > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > _______________________________________________ > live-devel mailing list > [email protected] > http://lists.live555.com/mailman/listinfo/live-devel > >
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
