[FFmpeg-user] Can ffmpeg+ffserver save video data to local disk and send out to network simultaneously ?

Tom Evans tevans.uk at googlemail.com
Thu May 30 12:20:17 CEST 2013


On Thu, May 30, 2013 at 5:31 AM, Soho Soho123 <soho123.2012 at gmail.com> wrote:
> Hi All,
>
>
> If I would like to implement a stream server and it have to save video data
> to local disk simultaneously when ffserver output the video stream,
> is it possible to use ffmpeg +ffserver?


ffmpeg -i … -f mpegts - | ffmpeg -i - -c copy backup.ts -c copy rtsp://…

Cheers

Tom


More information about the ffmpeg-user mailing list