[Camera Support]: ieGeek camera #18940
-
Describe the problem you are havingWhen trying to connect to my camera I got the following error: When trying the RTSP path on VLC it works without any problem. Same for direct ffmpeg command on my PC. Version0.15.0-6cb5cfb What browser(s) are you using?Chrome Frigate config filemqtt:
enabled: false
logger:
default: debug
cameras:
name_of_your_camera:
enabled: true
ffmpeg:
global_args: -hide_banner -loglevel debug -threads 2
input_args: preset-rtsp-blue-iris
inputs:
- path: "rtsp://USERNAME:[email protected]:8554/Streaming/Channels/101"
roles:
- detect
detect:
enabled: false
width: 1280
height: 720
version: 0.15-1Relevant Frigate log outputfrigate | 2025-06-30 17:32:01.595323965 [INFO] Starting go2rtc healthcheck service...
frigate | 2025-06-30 17:32:03.390940795 [2025-06-30 17:32:03] asyncio DEBUG : Using selector: EpollSelector
frigate | 2025-06-30 17:32:08.395514547 [2025-06-30 17:32:08] asyncio DEBUG : Using selector: EpollSelector
frigate | 2025-06-30 17:32:13.398986789 [2025-06-30 17:32:13] asyncio DEBUG : Using selector: EpollSelector
frigate | 2025-06-30 17:32:13.447538906 [2025-06-30 17:32:13] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
frigate | 2025-06-30 17:32:13.447577669 [2025-06-30 17:32:13] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate | 2025-06-30 17:32:13.447617304 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Splitting the commandline.
frigate | 2025-06-30 17:32:13.447660726 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-hide_banner' ... matched as option 'hide_banner' (do not show program banner) with argument '1'.
frigate | 2025-06-30 17:32:13.447707654 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
frigate | 2025-06-30 17:32:13.447752288 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-threads' ... matched as AVOption 'threads' with argument '2'.
frigate | 2025-06-30 17:32:13.447789518 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-user_agent' ... matched as AVOption 'user_agent' with argument 'FFmpeg Frigate/0.15.0-6cb5cfb'.
frigate | 2025-06-30 17:32:13.447823181 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-user_agent' ... matched as AVOption 'user_agent' with argument 'FFmpeg Frigate/0.15.0-6cb5cfb'.
frigate | 2025-06-30 17:32:13.447846165 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-avoid_negative_ts' ... matched as AVOption 'avoid_negative_ts' with argument 'make_zero'.
frigate | 2025-06-30 17:32:13.447888965 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-flags' ... matched as AVOption 'flags' with argument 'low_delay'.
frigate | 2025-06-30 17:32:13.447921276 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-strict' ...Routing option strict to both codec and muxer layer
frigate | 2025-06-30 17:32:13.447962524 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : matched as AVOption 'strict' with argument 'experimental'.
frigate | 2025-06-30 17:32:13.448000435 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-fflags' ... matched as AVOption 'fflags' with argument '+genpts+discardcorrupt'.
frigate | 2025-06-30 17:32:13.448027135 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-rtsp_transport' ... matched as AVOption 'rtsp_transport' with argument 'tcp'.
frigate | 2025-06-30 17:32:13.448067451 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-timeout' ... matched as AVOption 'timeout' with argument '5000000'.
frigate | 2025-06-30 17:32:13.448100924 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-use_wallclock_as_timestamps' ... matched as AVOption 'use_wallclock_as_timestamps' with argument '1'.
frigate | 2025-06-30 17:32:13.454950445 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-i' ... matched as input url with argument 'rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101'.
frigate | 2025-06-30 17:32:13.454990971 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-r' ... matched as option 'r' (override input framerate/convert to given output framerate (Hz value, fraction or abbreviation)) with argument '5'.
frigate | 2025-06-30 17:32:13.455065552 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-vf' ... matched as option 'vf' (alias for -filter:v (apply filters to video streams)) with argument 'fps=5,scale=1280:720'.
frigate | 2025-06-30 17:32:13.455069249 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-threads' ... matched as AVOption 'threads' with argument '2'.
frigate | 2025-06-30 17:32:13.455095368 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-f' ... matched as option 'f' (force container format (auto-detected otherwise)) with argument 'rawvideo'.
frigate | 2025-06-30 17:32:13.455158697 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
frigate | 2025-06-30 17:32:13.455206407 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Reading option 'pipe:' ... matched as output url.
frigate | 2025-06-30 17:32:13.455236584 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Finished splitting the commandline.
frigate | 2025-06-30 17:32:13.455289964 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Parsing a group of options: global .
frigate | 2025-06-30 17:32:13.455339658 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Applying option hide_banner (do not show program banner) with argument 1.
frigate | 2025-06-30 17:32:13.455393379 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Applying option loglevel (set logging level) with argument debug.
frigate | 2025-06-30 17:32:13.455427984 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Successfully parsed a group of options.
frigate | 2025-06-30 17:32:13.455471676 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Parsing a group of options: input url rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101.
frigate | 2025-06-30 17:32:13.455517362 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Successfully parsed a group of options.
frigate | 2025-06-30 17:32:13.455562537 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Opening an input file: rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101.
frigate | 2025-06-30 17:32:13.455606770 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x555e9de73500] No default whitelist set
frigate | 2025-06-30 17:32:13.455633220 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x555e9de73500] Original list of addresses:
frigate | 2025-06-30 17:32:13.455688514 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x555e9de73500] Address 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:13.455728139 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x555e9de73500] Interleaved list of addresses:
frigate | 2025-06-30 17:32:13.455767924 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x555e9de73500] Address 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:13.455814962 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x555e9de73500] Starting connection attempt to 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:13.455844297 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x555e9de73500] Successfully connected to 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:13.455882810 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [rtsp @ 0x555e9de72200] method DESCRIBE failed: 406 Not Acceptable
frigate | 2025-06-30 17:32:13.455933055 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [rtsp @ 0x555e9de72200] CSeq: 3
frigate | 2025-06-30 17:32:13.455983059 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Date: Mon Jun 30 17:31:52 2025
frigate | 2025-06-30 17:32:13.456019818 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Server: rtsp_demo
frigate | 2025-06-30 17:32:13.456069752 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR :
frigate | 2025-06-30 17:32:13.456117692 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : [in#0 @ 0x555e9de71ec0] Error opening input: Server returned 4XX Client Error, but not one of 40{0,1,3,4}
frigate | 2025-06-30 17:32:13.456174699 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Error opening input file rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101.
frigate | 2025-06-30 17:32:13.456223331 [2025-06-30 17:32:13] ffmpeg.name_of_your_camera.detect ERROR : Error opening input files: Server returned 4XX Client Error, but not one of 40{0,1,3,4}
frigate | 2025-06-30 17:32:13.510517274 [2025-06-30 17:32:13] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
frigate | 2025-06-30 17:32:13.510675292 [2025-06-30 17:32:13] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
frigate | 2025-06-30 17:32:18.402687587 [2025-06-30 17:32:18] asyncio DEBUG : Using selector: EpollSelector
frigate | 2025-06-30 17:32:18.510809176 [2025-06-30 17:32:18] frigate.stats.emitter DEBUG : Starting stats collection
frigate | 2025-06-30 17:32:18.511009597 [2025-06-30 17:32:18] asyncio DEBUG : Using selector: EpollSelector
frigate | 2025-06-30 17:32:18.527991523 [2025-06-30 17:32:18] frigate.stats.emitter DEBUG : Finished stats collection
frigate | 2025-06-30 17:32:19.439421609 [2025-06-30 17:32:19] frigate.api.auth DEBUG : Found jwt cookie
frigate | 2025-06-30 17:32:19.440034635 [2025-06-30 17:32:19] frigate.api.auth DEBUG : current time: Mon Jun 30 17:32:19 2025
frigate | 2025-06-30 17:32:19.440304469 [2025-06-30 17:32:19] frigate.api.auth DEBUG : jwt expires at: Tue Jul 1 15:30:56 2025
frigate | 2025-06-30 17:32:19.440368551 [2025-06-30 17:32:19] frigate.api.auth DEBUG : jwt refresh at: Tue Jul 1 03:30:56 2025
frigate | 2025-06-30 17:32:19.473689599 172.21.0.1 - - [30/Jun/2025:17:32:19 +0200] "GET /api/name_of_your_camera/latest.webp?height=296&cache=1751297538580 HTTP/1.1" 200 2664 "https://localhost:8971/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-"
frigate | 2025-06-30 17:32:23.406618200 [2025-06-30 17:32:23] asyncio DEBUG : Using selector: EpollSelector
frigate | 2025-06-30 17:32:23.464506035 [2025-06-30 17:32:23] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
frigate | 2025-06-30 17:32:23.464525963 [2025-06-30 17:32:23] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate | 2025-06-30 17:32:23.464548847 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Splitting the commandline.
frigate | 2025-06-30 17:32:23.464569736 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-hide_banner' ... matched as option 'hide_banner' (do not show program banner) with argument '1'.
frigate | 2025-06-30 17:32:23.464589294 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
frigate | 2025-06-30 17:32:23.464607839 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-threads' ... matched as AVOption 'threads' with argument '2'.
frigate | 2025-06-30 17:32:23.464625673 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-user_agent' ... matched as AVOption 'user_agent' with argument 'FFmpeg Frigate/0.15.0-6cb5cfb'.
frigate | 2025-06-30 17:32:23.464643467 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-user_agent' ... matched as AVOption 'user_agent' with argument 'FFmpeg Frigate/0.15.0-6cb5cfb'.
frigate | 2025-06-30 17:32:23.464660850 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-avoid_negative_ts' ... matched as AVOption 'avoid_negative_ts' with argument 'make_zero'.
frigate | 2025-06-30 17:32:23.464677742 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-flags' ... matched as AVOption 'flags' with argument 'low_delay'.
frigate | 2025-06-30 17:32:23.464694484 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-strict' ...Routing option strict to both codec and muxer layer
frigate | 2025-06-30 17:32:23.464710955 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : matched as AVOption 'strict' with argument 'experimental'.
frigate | 2025-06-30 17:32:23.464728278 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-fflags' ... matched as AVOption 'fflags' with argument '+genpts+discardcorrupt'.
frigate | 2025-06-30 17:32:23.464744930 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-rtsp_transport' ... matched as AVOption 'rtsp_transport' with argument 'tcp'.
frigate | 2025-06-30 17:32:23.464761551 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-timeout' ... matched as AVOption 'timeout' with argument '5000000'.
frigate | 2025-06-30 17:32:23.464777301 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-use_wallclock_as_timestamps' ... matched as AVOption 'use_wallclock_as_timestamps' with argument '1'.
frigate | 2025-06-30 17:32:23.464793141 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-i' ... matched as input url with argument 'rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101'.
frigate | 2025-06-30 17:32:23.464809663 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-r' ... matched as option 'r' (override input framerate/convert to given output framerate (Hz value, fraction or abbreviation)) with argument '5'.
frigate | 2025-06-30 17:32:23.464826926 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-vf' ... matched as option 'vf' (alias for -filter:v (apply filters to video streams)) with argument 'fps=5,scale=1280:720'.
frigate | 2025-06-30 17:32:23.464844970 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-threads' ... matched as AVOption 'threads' with argument '2'.
frigate | 2025-06-30 17:32:23.464862082 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-f' ... matched as option 'f' (force container format (auto-detected otherwise)) with argument 'rawvideo'.
frigate | 2025-06-30 17:32:23.464878624 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
frigate | 2025-06-30 17:32:23.464894464 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Reading option 'pipe:' ... matched as output url.
frigate | 2025-06-30 17:32:23.464911196 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Finished splitting the commandline.
frigate | 2025-06-30 17:32:23.464926695 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Parsing a group of options: global .
frigate | 2025-06-30 17:32:23.464943527 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Applying option hide_banner (do not show program banner) with argument 1.
frigate | 2025-06-30 17:32:23.464959909 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Applying option loglevel (set logging level) with argument debug.
frigate | 2025-06-30 17:32:23.464977472 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Successfully parsed a group of options.
frigate | 2025-06-30 17:32:23.464995647 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Parsing a group of options: input url rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101.
frigate | 2025-06-30 17:32:23.465010825 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Successfully parsed a group of options.
frigate | 2025-06-30 17:32:23.465027096 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Opening an input file: rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101.
frigate | 2025-06-30 17:32:23.465041764 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56397d61c500] No default whitelist set
frigate | 2025-06-30 17:32:23.465060239 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56397d61c500] Original list of addresses:
frigate | 2025-06-30 17:32:23.465075318 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56397d61c500] Address 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:23.465091118 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56397d61c500] Interleaved list of addresses:
frigate | 2025-06-30 17:32:23.465106157 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56397d61c500] Address 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:23.465121255 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56397d61c500] Starting connection attempt to 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:23.465137907 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x56397d61c500] Successfully connected to 192.168.42.100 port 8554
frigate | 2025-06-30 17:32:23.465153777 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [rtsp @ 0x56397d61b200] method DESCRIBE failed: 406 Not Acceptable
frigate | 2025-06-30 17:32:23.465171060 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [rtsp @ 0x56397d61b200] CSeq: 3
frigate | 2025-06-30 17:32:23.465185107 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Date: Mon Jun 30 17:32:12 2025
frigate | 2025-06-30 17:32:23.465202400 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Server: rtsp_demo
frigate | 2025-06-30 17:32:23.465219132 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR :
frigate | 2025-06-30 17:32:23.465235994 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : [in#0 @ 0x56397d61aec0] Error opening input: Server returned 4XX Client Error, but not one of 40{0,1,3,4}
frigate | 2025-06-30 17:32:23.465290197 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Error opening input file rtsp://*:*@192.168.42.100:8554/Streaming/Channels/101.
frigate | 2025-06-30 17:32:23.465292301 [2025-06-30 17:32:23] ffmpeg.name_of_your_camera.detect ERROR : Error opening input files: Server returned 4XX Client Error, but not one of 40{0,1,3,4}
frigate | 2025-06-30 17:32:23.523667262 [2025-06-30 17:32:23] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
frigate | 2025-06-30 17:32:23.523841754 [2025-06-30 17:32:23] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...Relevant go2rtc log outputNoneFFprobe output from your cameraffprobe version 5.1.6-0+deb12u1 Copyright (c) 2007-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=0+deb12u1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, rtsp, from 'rtsp://USERNAME:[email protected]:8554/Streaming/Channels/101':
Metadata:
title : pps_rtsp
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (Main), yuv420p(tv, bt709, progressive), 2304x1296, 11.92 fps, 19.92 tbr, 90k tbn
Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/sFrigate stats{"cameras":{"name_of_your_camera":{"camera_fps":0.0,"process_fps":0.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":false,"pid":481,"capture_pid":495,"ffmpeg_pid":1091,"audio_rms":0.0,"audio_dBFS":0.0}},"detectors":{"cpu":{"inference_speed":10.0,"detection_start":0.0,"pid":451}},"detection_fps":0.0,"cpu_usages":{"frigate.full_system":{"cpu":"9.8","mem":"25.0"},"1":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service"},"15":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6-linux-init-shutdownd"},"17":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B"},"24":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate"},"25":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx-log"},"26":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate-log"},"27":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-log"},"28":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync-log"},"29":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx"},"30":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc"},"31":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-healthcheck"},"32":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-fdholder"},"33":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-oneshot-runner"},"34":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync"},"45":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules"},"46":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --"},"86":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx"},"88":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc"},"89":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate"},"90":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/certsync"},"98":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml"},"105":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user go2rtc-healthcheck"},"107":{"cpu":"0.5","cpu_average":"1","mem":"0.2","cmdline":"python3 -u -m frigate"},"122":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: master process nginx"},"188":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"189":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"190":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"191":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: worker process"},"192":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: cache manager process"},"325":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user certsync"},"434":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"frigate.recording_manager"},"443":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"frigate.review_segment_manager"},"451":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"frigate.detector.cpu "},"466":{"cpu":"0.1","cpu_average":"0","mem":"0.1","cmdline":"frigate.output "},"480":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"481":{"cpu":"0.1","cpu_average":"0","mem":"0.1","cmdline":"frigate.process:name_of_your_camera"},"495":{"cpu":"0.2","cpu_average":"0","mem":"0.1","cmdline":"frigate.capture:name_of_your_camera"},"501":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1077":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 60"},"1088":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 30s"}},"service":{"uptime":625,"version":"0.15.0-6cb5cfb","latest_version":"0.15.1","storage":{"/media/frigate/recordings":{"total":233592.6,"used":85124.7,"free":136531.0,"mount_type":"ext4"},"/media/frigate/clips":{"total":233592.6,"used":85124.7,"free":136531.0,"mount_type":"ext4"},"/tmp/cache":{"total":93296.4,"used":64928.9,"free":23583.1,"mount_type":"overlay"},"/dev/shm":{"total":512.0,"used":1.2,"free":510.8,"mount_type":"tmpfs"}},"temperatures":{},"last_updated":1751298138},"processes":{"recording":{"pid":434},"review_segment":{"pid":443},"go2rtc":{"pid":98}}}Operating systemDebian Install methodDocker Compose Object DetectorCPU (no coral) Network connectionWired Camera make and modelieGeek Baby 1T Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
I'd first try another If that doesn't work, I'd suggest setting up the stream with go2rtc. https://docs.frigate.video/guides/configuring_go2rtc/ |
Beta Was this translation helpful? Give feedback.


I'd first try another
input_argsoption besidespreset-rtsp-blue-iristo see if that corrects it for you. Start withpreset-rtsp-generic.If that doesn't work, I'd suggest setting up the stream with go2rtc.
https://docs.frigate.video/guides/configuring_go2rtc/
https://docs.frigate.video/configuration/ffmpeg_presets/#input-args-presets