
Successfully connected to 1.1.1.1 port 554 Starting connection attempt to 1.1.1 port 554 Here is the log: built with gcc 8 (Debian 8.3.0-6)Ĭonfiguration: -prefix=/usr -extra-version='1~deb10u1' -toolchain=hardened -libdir=/usr/lib/x86_64-linux-gnu -incdir=/usr/include/x86_64-linux-gnu -arch=amd64 -ena ble-gpl -disable-stripping -enable-avresample -disable-filter=resample -enable-avisynth -enable-gnutls -enable-ladspa -enable-libaom -enable-libass -enable-libblur ay -enable-libbs2b -enable-libcaca -enable-libcdio -enable-libcodec2 -enable-libflite -enable-libfontconfig -enable-libfreetype -enable-libfribidi -enable-libgme -enable-libgsm -enable-libjack -enable-libmp3lame -enable-libmysofa -enable-libopenjpeg -enable-libopenmpt -enable-libopus -enable-libpulse -enable-librsvg -enable -librubberband -enable-libshine -enable-libsnappy -enable-libsoxr -enable-libspeex -enable-libssh -enable-libtheora -enable-libtwolame -enable-libvidstab -enable-l ibvorbis -enable-libvpx -enable-libwavpack -enable-libwebp -enable-libx265 -enable-libxml2 -enable-libxvid -enable-libzmq -enable-libzvbi -enable-lv2 -enable-omx -enable-openal -enable-opengl -enable-sdl2 -enable-libdc1394 -enable-libdrm -enable-libiec61883 -enable-chromaprint -enable-frei0r -enable-libx264 -enable-shared Is it impossible at all? Would appreciate any comments / input / suggestions. It doesn't work via -c:v copy and it does not work via -c:v.

Now the question is how do I set / fine tune my libx264 streaming camera's parameters to this? -preset ultrafast -crf 20 -tune zerolatency I think this is also understandable because you cannot convert / transcode from libx264 to libx264. It doesn't work either because my camera is already streaming in libx264, it says dup! dup! dup! which means duplicate as far as I understand, one libx264 duplicates another libx264 and just shuts up and stops streaming. However, when I do it like this, -c:v libx264 -preset ultrafast -cfr 20 -tune zerolatency When I do it like this, -c:v copy -preset ultrafast -cfr 20 -tune zerolatencyĪnd it doesn't work I know that this is excpected because the video codec is copied and all the other parameters such as -preset, -cfr and so on are ignored.
