Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Renew output path without stopping the capturing?

(http://stream-recorder.com/forum/showthread.php?t=14098)

Darwin222 10-19-2012 09:24 AM

Renew output path without stopping the capturing?


 
I would like to be able to renew the output path i.e split the video in parts without stopping rtmpdump. Moving the file to a new location doesn't work (at least in linux) since the stream continues to get saved in its new location.

svnpenn 10-19-2012 09:57 AM

Re: Renew output path without stopping the capturing?


 
The best I can think of is to use FFmpeg

Code:

ffmpeg -i a.flv -c copy -ss 60 -t 60 b.flv

Darwin222 10-19-2012 11:18 AM

Re: Renew output path without stopping the capturing?


 
Quote:

Originally Posted by svnpenn (Post 55533)
The best I can think of is to use FFmpeg

Code:

ffmpeg -i a.flv -c copy -ss 60 -t 60 b.flv

The problem with this is that the original file continues to grow in size. This is not efficient because I would like to capture the stream 24/7. So the original file will continue to grow forever.

Darwin222 10-24-2012 10:39 PM

Re: Renew output path without stopping the capturing?


 
Any other ideas?

svnpenn 10-24-2012 10:46 PM

Re: Renew output path without stopping the capturing?


 
Quote:

Originally Posted by Darwin222 (Post 55709)
Any other ideas?

Its kind of hard because you havent given any specifics. For example how long the clips.

Darwin222 10-25-2012 01:11 AM

Re: Renew output path without stopping the capturing?


 
Quote:

Originally Posted by svnpenn (Post 55710)
Its kind of hard because you havent given any specifics. For example how long the clips.

The streams will be saving 24/7 so the size will be growing forever. Every 24 hours I would like to cut the clip and save it into a new file. I would like to cut it and not copy it, so the original file does not grow in size forever. I hope you understand what I mean...


All times are GMT -6. The time now is 10:53 PM.