



deprecated pixel format used, make sure you did set range correctly Input #0, rtsp, from : Media Server V3.4.92Ĭomment : Media Server Session Description : standardĭuration: N/A, start: 0.500000, bitrate: N/A Output: # ffmpeg -err_detect ignore_err -rtsp_transport tcp -re -i -c:av copy -f flv rtmp://127.0.0.1/stream/stream1įfmpeg version 4.1.4-static Copyright (c) 2000-2019 the FFmpeg developersīuilt with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516Ĭonfiguration: -enable-gpl -enable-version3 -enable-static -disable-debug -disable-ffplay -disable-indev=sndio -disable-outdev=sndio -cc=gcc-6 -enable-fontconfig -enable-frei0r -enable-gnutls -enable-gmp -enable-libgme -enable-gray -enable-libaom -enable-libfribidi -enable-libass -enable-libvmaf -enable-libfreetype -enable-libmp3lame -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-libopenjpeg -enable-librubberband -enable-libsoxr -enable-libspeex -enable-libsrt -enable-libvorbis -enable-libopus -enable-libtheora -enable-libvidstab -enable-libvo-amrwbenc -enable-libvpx -enable-libwebp -enable-libx264 -enable-libx265 -enable-libxml2 -enable-libxvid -enable-libzvbi -enable-libzimg From what I understand, these are supposed to act exactly the same, but that doesn't appear to be the case. If I use an older version of ffmpeg (version 4.1.4), it supports 2 ways of copying the video and audio feeds from the source stream without re-encoding them: -c:av copy and -vcodec copy -acodec copy.

The less CPU-intensive that my ffmpeg command is, the better. I'm trying to use ffmpeg, and nginx (with the rtmp module) to restream the live camera feed to multiple clients. I have an IP camera that produces an h264 stream. I'm not an expert at ffmpeg, or video tech by any means.
