[FFmpeg-user] Can ffmpeg+ffserver save video data to local disk and send out to network simultaneously ?
Mazen
mazen at pnettv.com
Thu May 30 19:12:39 CEST 2013
Hi
Can this backup.ts file controlled by time or by size?
Thanks
-----Original Message-----
From: ffmpeg-user-bounces at ffmpeg.org [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of Tom Evans
Sent: Thursday, May 30, 2013 12:20 PM
To: FFmpeg user questions
Subject: Re: [FFmpeg-user] Can ffmpeg+ffserver save video data to local disk and send out to network simultaneously ?
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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list