[HW Accel Support]: (0.16 dev) some cameras stopped working in JetPack 6 vs JetPack 5 #16725
-
Describe the problem you are havingStill on my quest to get Frigate working properly on JetPack 6, I noticed 4 of the cameras that we're working on JetPack 5 no longer work on JetPack 6 (failing with decode errors as seen in screenshot above). I'm using a Jetson Orin Nano Devkit (Super) with JetPack 6.2 and built the docker image from Version0.16.0-e773d63c Frigate config filemqtt:
enabled: false
ffmpeg:
hwaccel_args: preset-jetson-h265
record:
enabled: true
retain:
days: 7
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 30
go2rtc:
streams:
zijgevel-inkomsas:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
zijgevel-loods:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
poort-vooraan:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
poort-achteraan:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
achtergevel-links:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
achtergevel-rechts:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
terras:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
nachtsas:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
fietsenstalling:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
voordeur:
- rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
cameras:
zijgevel-inkomsas:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
zijgevel-loods:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
poort-vooraan:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
poort-achteraan:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
achtergevel-links:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
achtergevel-rechts:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
terras:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
nachtsas:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
fietsenstalling:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
voordeur:
ffmpeg:
inputs:
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://<redacted>/cam/realmonitor?channel=1&subtype=0
roles:
- record
detectors:
tensorrt:
type: tensorrt
device: 0
model:
path: /config/model_cache/tensorrt/yolov7-320.trt
input_tensor: nchw
input_pixel_format: rgb
width: 320
height: 320
version: 0.16-0 docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: frigate:latest-tensorrt-jp6
runtime: nvidia
shm_size: "4gb" # update for your cameras based on calculation above
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- ./storage:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "5000:5000" # Internal unauthenticated access. Expose carefully.
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
- YOLO_MODELS=yolov7-320 Relevant Frigate log output2025-02-21 16:05:16.758797225 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758799561 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758801866 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758804202 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758806506 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758808874 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758811210 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758813482 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758815818 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758818122 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758820426 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758822762 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758825194 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758827690 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758830218 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758832747 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758835211 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758837739 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758840203 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758842859 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758845323 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.758847755 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.758850219 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.759128244 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.760506433 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.760518082 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.760521154 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.760523714 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.761076500 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.761081588 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.761271994 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.761389886 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.762495106 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.762622791 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.762730058 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.762843150 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.762951761 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.763076629 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.763194841 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.763292573 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.763394048 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.763489667 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.763604327 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.763725547 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.765161690 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.765303230 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.765399809 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.765494629 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.765581863 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.765670154 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.765758349 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.765881009 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.765982261 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.766094168 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.766471877 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.766599849 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.766707884 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.766824080 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.766911187 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.767047319 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.767144251 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.767241982 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.767565640 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.767696621 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.767810384 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.767919988 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.768020567 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.768134971 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.768229854 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.768321441 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.768410276 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.768498791 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : [vost#0:0/rawvideo @ 0xaaaaf8d1b130] Finishing stream without any data written to it.
2025-02-21 16:05:16.768586186 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvMMLiteNvVideoDecDoWork:7112> NVVIDEO Video Dec Unsupported Stream
2025-02-21 16:05:16.768699789 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : NVMMLITE_NVVIDEODEC, <NvVideoBufferProcessing:6608> video_parser_parse Unsupported Codec
2025-02-21 16:05:16.768794193 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
2025-02-21 16:05:16.768904756 [2025-02-21 16:05:16] ffmpeg.nachtsas.detect ERROR : corrupted size vs. prev_size in fastbins
2025-02-21 16:05:17.888964394 [2025-02-21 16:05:17] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for voordeur. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:17.890343831 [2025-02-21 16:05:17] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for poort-achteraan. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:17.892705061 [2025-02-21 16:05:17] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for fietsenstalling. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:17.894166580 [2025-02-21 16:05:17] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for nachtsas. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:27.886957661 [2025-02-21 16:05:27] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for voordeur. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:27.890170438 [2025-02-21 16:05:27] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for poort-achteraan. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:27.893451762 [2025-02-21 16:05:27] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for fietsenstalling. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:27.895822303 [2025-02-21 16:05:27] frigate.record.maintainer WARNING : Too many unprocessed recording segments in cache for nachtsas. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
2025-02-21 16:05:35.491146298 [2025-02-21 16:05:35] watchdog.fietsenstalling INFO : No frames received from fietsenstalling in 20 seconds. Exiting ffmpeg...
2025-02-21 16:05:35.491158618 [2025-02-21 16:05:35] watchdog.fietsenstalling INFO : Waiting for ffmpeg to exit gracefully...
2025-02-21 16:05:35.809458124 [2025-02-21 16:05:35] frigate.video ERROR : fietsenstalling: Unable to read frames from ffmpeg process.
2025-02-21 16:05:35.811294472 [2025-02-21 16:05:35] frigate.video ERROR : fietsenstalling: ffmpeg process is not running. exiting capture thread...
2025-02-21 16:05:36.401667300 [2025-02-21 16:05:36] watchdog.poort-achteraan INFO : No frames received from poort-achteraan in 20 seconds. Exiting ffmpeg...
2025-02-21 16:05:36.401915468 [2025-02-21 16:05:36] watchdog.poort-achteraan INFO : Waiting for ffmpeg to exit gracefully...
2025-02-21 16:05:36.606055237 [2025-02-21 16:05:36] watchdog.voordeur INFO : No frames received from voordeur in 20 seconds. Exiting ffmpeg...
2025-02-21 16:05:36.606106855 [2025-02-21 16:05:36] watchdog.voordeur INFO : Waiting for ffmpeg to exit gracefully...
2025-02-21 16:05:36.758657864 [2025-02-21 16:05:36] frigate.video ERROR : poort-achteraan: Unable to read frames from ffmpeg process.
2025-02-21 16:05:36.758993747 [2025-02-21 16:05:36] frigate.video ERROR : poort-achteraan: ffmpeg process is not running. exiting capture thread...
2025-02-21 16:05:36.775366635 [2025-02-21 16:05:36] watchdog.nachtsas INFO : No frames received from nachtsas in 20 seconds. Exiting ffmpeg...
2025-02-21 16:05:36.775378507 [2025-02-21 16:05:36] watchdog.nachtsas INFO : Waiting for ffmpeg to exit gracefully...
2025-02-21 16:05:36.908827739 [2025-02-21 16:05:36] frigate.video ERROR : voordeur: Unable to read frames from ffmpeg process.
2025-02-21 16:05:36.909665015 [2025-02-21 16:05:36] frigate.video ERROR : voordeur: ffmpeg process is not running. exiting capture thread...
2025-02-21 16:05:37.079522350 [2025-02-21 16:05:37] frigate.video ERROR : nachtsas: Unable to read frames from ffmpeg process.
2025-02-21 16:05:37.079689684 [2025-02-21 16:05:37] frigate.video ERROR : nachtsas: ffmpeg process is not running. exiting capture thread... Relevant go2rtc log output2025-02-21 15:46:38.491408210 [INFO] Preparing new go2rtc config...
2025-02-21 15:46:39.365303628 [INFO] Starting go2rtc...
2025-02-21 15:46:39.471598085 15:46:39.471 INF go2rtc platform=linux/arm64 revision=b2399f3 version=1.9.2
2025-02-21 15:46:39.471647783 15:46:39.471 INF config path=/dev/shm/go2rtc.yaml
2025-02-21 15:46:39.472755116 15:46:39.472 INF [rtsp] listen addr=:8554
2025-02-21 15:46:39.473671946 15:46:39.473 INF [api] listen addr=:1984
2025-02-21 15:46:39.473875729 15:46:39.473 INF [webrtc] listen addr=:8555
2025-02-21 15:46:48.331039859 [INFO] Starting go2rtc healthcheck service... FFprobe output from your cameraffprobe version 6.0 Copyright (c) 2007-2023 the FFmpeg developers
built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
configuration: --cc='ccache gcc' --cxx='ccache g++' --enable-shared --disable-static --prefix=/rootfs/usr/lib/ffmpeg/jetson --enable-gpl --enable-libx264 --enable-libx265 --enable-nvmpi --enable-ffnvcodec --enable-cuda-llvm --disable-cuvid --disable-nvenc --disable-nvdec
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
Input #0, rtsp, from 'rtsp://<redacted>/cam/realmonitor?channel=1&subtype=2':
Metadata:
title : Media Server
Duration: N/A, start: 0.100000, bitrate: N/A
Stream #0:0: Video: hevc (Main), yuv420p(tv), 1280x720, 20 fps, 100 tbr, 90k tbn Install methodDocker Compose Object DetectorTensorRT Network connectionWired Camera make and modelunsure (not my cameras) Screenshots of the Frigate UI's System metrics pagesIgnore the "Inkom" one, it's using CPU decoding because reasons not relevant to this issue. Any other information that may be helpfulI'm trying to find out the exact model of cameras used. Not expecting a fix or anything, just wanted to share my experience and hoping someone might have insights. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
UPDATE: it seems like I'm simply trying to decode too many streams at once, since the streams work when isolating them. Sorry for the noise. |
Beta Was this translation helpful? Give feedback.
-
Seems to be a general issue with JetPack 6: https://forums.developer.nvidia.com/t/orin-agx-jetpack-6-nvdec-limitation-of-8-streams/320865/6 Should hopefully be fixed in next jetpack update |
Beta Was this translation helpful? Give feedback.
Seems to be a general issue with JetPack 6: https://forums.developer.nvidia.com/t/orin-agx-jetpack-6-nvdec-limitation-of-8-streams/320865/6
Should hopefully be fixed in next jetpack update