[Live-devel] Question about QuictTimeFilesync

2012-09-03 Thread Matteo Lisi
Hi to all... I'm trying to modify the openRTSP. I need to save the the rtsp stream into files with one minute length. For do this I need modify the QuickTimeFileSink class, adding the changeoutputfile method that I have to call each minute... Have you some ideas about how I can do this ? M

Re: [Live-devel] Open RTSP and video file splitting...

2010-12-27 Thread Matteo Lisi
Sorry for the misunderstood , I'll subclass "QuickTimeFileSink" as soon is possible... But I have another question.. Finally, I divide the video streming in 60 second mp4 video file... but now I have another problem: excpet the first one , the files have about 1 sec of "gray" before starting

Re: [Live-devel] Open RTSP and video file splitting...

2010-12-20 Thread Matteo Lisi
Hi I did a quick change on the QuickTimeFileSink class , for runtime output file name changing. You can see below the code: void QuickTimeFileSink::ChangeOutputFile(UsageEnvironment& env, char * outputFileName) { printf("ChangeOutputFile\n"); completeOutputFile(); CloseOutputFile(fOutFid);

[Live-devel] Open RTSP and video file splitting...

2010-12-16 Thread Matteo Lisi
Hi to All... I'm working on linux I'm trying to modify the test program "openRTSP" in live555 packet, for taking the streaming from a IP cam and put in a different file every 60 seconds. Like final result I want to have a collection of video file with lenght 60 seconds named stdout_xxx.mp4.