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 <[email protected]> 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
