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.
|
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 |
Re: Renew output path without stopping the capturing?Quote:
|
Re: Renew output path without stopping the capturing?Any other ideas?
|
Re: Renew output path without stopping the capturing?Quote:
|
Re: Renew output path without stopping the capturing?Quote:
|
All times are GMT -6. The time now is 10:53 PM. |