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
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
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);
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.