Hello again, The MediaSink I am using is the QuickTimeFileSink from liveMedia. I am creating the FileSink this way:
scs.qtOut = QuickTimeFileSink::createNew(env, *scs.session, fileName, 50000,480, 360,20,false,false,false,false); An example of a file I have recorded is posted here: http://fazion.com.br/biz/192.168.200.39-16-25-35.avi I tried with different fps and size of buffers, but with no success. Thanks for your attention again. Renata Faraco Cunha 2013/6/24 Ross Finlayson <[email protected]> > I made a RTSP Client to receive a RTSP stream from a camera Pelco Sarix. > This stream has been saved in a MediaSink configured to have the same > parameters (frames per second, among others) of the stream. But, for each 1 > hour recorded I get a 1:03h video file.Is there anything I can do to get > and recording the stream at the same velocity? > > > Without knowing the details of what your "MediaSink" subclass looks like, > it's hard to answer this question. However, you should use the > 'presentation time' (that you get along with each received frame) to figure > out when each frame should be played. > > 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
