andrempo
andrempo
Same issue with a simple password.
Yes, from the container. ``` [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d]...
Sure: ``` root@0e12d35a8bfe:/opt/frigate# ffprobe -rtsp_transport tcp rtsp://user:[email protected]:554/stream2 ffprobe version 4.3.4-0+deb11u1 Copyright (c) 2007-2021 the FFmpeg developers built with gcc 10 (Debian 10.2.1-6) configuration: --prefix=/usr --extra-version=0+deb11u1 --toolchain=hardened --libdir=/usr/lib/arm-linux-gnueabihf --incdir=/usr/include/arm-linux-gnueabihf --arch=arm --enable-gpl...
Really weird indeed. changed the log level to debug ``` root@0e12d35a8bfe:/opt/frigate# ffmpeg -hide_banner -loglevel debug -c:v h264_v4l2m2m -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://user:[email protected]:554/stream2 -r...
NP, thanks for the help ``` root@0e12d35a8bfe:/opt/frigate# ffmpeg -hide_banner -loglevel debug -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport udp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://user:[email protected]:554/stream2 -r 2 -s 640x360 -f rawvideo -pix_fmt...
sorry, I did not copy the last two lines of the log .. ``` root@0e12d35a8bfe:/opt/frigate# ffmpeg -hide_banner -loglevel debug -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport udp -timeout 5000000 -use_wallclock_as_timestamps 1 -i...
I tried to use the binaries from the last rc version but I got different erros ... Is there any problem with jellyfin ffmpeg build for arm? (it was working...
Same issue, I think it is not using the btbn build: ``` root@3991d475bf09:/opt/frigate# whereis ffmpeg ffmpeg: /usr/bin/ffmpeg /usr/share/ffmpeg ``` Runing the rc1 image: ``` root@6f85063c91ec:/opt/frigate# whereis ffmpeg ffmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg ```
I think jellyfin builds tries to find the libs ont thpath`/usr/lib/jellyfin-ffmpeg` . So it does not work just mount the executable on the /usr/lib/btbn-ffmpeg/bin ``` ./ffmpeg: error while loading shared...