Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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.
|
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
Re: Renew output path without stopping the capturing?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.
|
#4
|
|||
|
|||
Re: Renew output path without stopping the capturing?Any other ideas?
|
#5
|
|||
|
|||
Re: Renew output path without stopping the capturing?Its kind of hard because you havent given any specifics. For example how long the clips.
|
#6
|
|||
|
|||
Re: Renew output path without stopping the capturing?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...
|
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|