[FFmpeg-user] IP Camera stream copy to multiple outputs

DopeLabs dopelabs at dubstep.fm
Tue Dec 18 14:28:02 EET 2018


assuming h264/aac

ffmpeg -i ipcam -c copy -f flv rtmp://youtube -f mp4 localfile.mp4



> On Dec 18, 2018, at 3:38 01AM, Michael Shaffer <mikeshaffer at gmail.com> wrote:
> 
> I'm using ffmpeg to stream copy from an IP camera to youtube live. I would
> also like to save a copy of the video to my hard drive. The problem is the
> IP camera only supports one connection at a time. Is there a way to send
> ffmpeg to a program that would "multiply" the video so I could use as many
> copies as I want? I want to write 3 separate python programs to manage the
> different tasks I want to do with the video. One for streaming to youtube.
> One for archiving the footage. A third one for experimenting with OpenCV
> motion detection on the video.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-user mailing list