[HW Accel Support]: ffmpeg does not work stably when using preset-vaapi #19821
-
Describe the problem you are havingI'm trying to launch frigate and use preset-vaapi with my processor, but for some reason ffmpeg is not working very stably, I'm migrating my frigate from orangepi 5 plus to scale, and I'm faced with this problem. My orange pi 5 plus handled all the threads perfectly and was 11% loaded. My CPU: Ryzen 7 5825u Version0.16.0 Frigate config fileversion: 0.16-0
mqtt:
enabled: false
detect:
enabled: true
fps: 5
objects:
track:
- person
- dog
- cat
- car
- motorcycle
- bicycle
detectors:
hailo:
type: hailo8l
device: PCIe
model:
width: 640
height: 640
input_tensor: nhwc
input_pixel_format: rgb
input_dtype: int
model_type: yolo-generic
labelmap_path: /labelmap/coco-80.txt
path: /config/model_cache/yolov11m.hef
semantic_search:
enabled: true
model: jinav2
model_size: small
record:
enabled: true
sync_recordings: true
retain:
days: 45
mode: all
alerts:
retain:
days: 45
mode: all
detections:
retain:
days: 45
mode: all
snapshots:
enabled: true
retain:
default: 45
birdseye:
enabled: true
restream: true
mode: continuous
motion:
threshold: 60
contour_area: 10
improve_contrast: true
go2rtc:
streams:
Street:
ffmpeg:rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.11/Streaming/Channels/101#video=copy#audio=copy#audio=aac#hardware
Entry:
ffmpeg:rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.12/Streaming/Channels/101#video=copy#audio=copy#audio=aac#hardware
Front_Yard:
ffmpeg:rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.13/Streaming/Channels/101#video=copy#audio=copy#audio=aac#hardware
Back_Yard:
ffmpeg:rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.14/Streaming/Channels/101#video=copy#audio=copy#audio=aac#hardware
Server_Room:
ffmpeg:rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.15/Streaming/Channels/101#video=copy#audio=copy#audio=aac#hardware
webrtc:
candidates:
- 10.7.8.240:8555
- stun:8555
ffmpeg:
hwaccel_args: preset-vaapi
input_args: preset-rtsp-restream
output_args:
record: preset-record-generic-audio-aac
cameras:
Street:
enabled: true
birdseye:
order: 2
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.11/Streaming/Channels/101
roles:
- audio
- detect
- record
notifications:
enabled: true
objects:
filters:
car:
mask: 0.155,0.69,0.648,0.209,0.654,0,0.306,0.003,0.124,0.005
motion:
threshold: 80
contour_area: 10
improve_contrast: true
Entry:
enabled: true
birdseye:
order: 1
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.12/Streaming/Channels/101
roles:
- audio
- detect
- record
notifications:
enabled: false
zones:
Sidewalk_entry:
coordinates: 0.152,1,0.119,0.304,0.15,0.301,0.523,0.999
loitering_time: 0
speed_threshold: 1
distances: 22,2,22.5,2
Entrance_entry:
coordinates: 0.289,0.597,0.425,0.445,0.692,0.636,0.39,0.819
loitering_time: 0
speed_threshold: 1
distances: 4,5,4,2.5
inertia: 3
motion: {}
objects:
filters:
car:
mask: 0.207,0.307,0.417,0.439,0.748,0.676,1,0.855,1,0,0,0
Front_Yard:
enabled: true
birdseye:
mode: objects
order: 3
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.13/Streaming/Channels/101
roles:
- audio
- detect
- record
notifications:
enabled: false
Back_Yard:
enabled: true
birdseye:
mode: objects
order: 4
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.14/Streaming/Channels/101
roles:
- audio
- detect
- record
notifications:
enabled: false
Server_Room:
enabled: true
birdseye:
mode: objects
order: 5
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_CAMERA_LOGIN}:{FRIGATE_CAMERA_PASSWORD}@192.168.10.11/Streaming/Channels/101
roles:
- audio
- detect
- record
notifications:
enabled: true
camera_groups:
Street:
order: 1
icon: LuArrowDownRightFromCircle
cameras:
- Street
- Entry
Yard:
order: 2
icon: LuArrowUpLeftFromCircle
cameras:
- Front_Yard
- Back_Yard
House:
order: 3
icon: LuAirplay
cameras: Server_Room
face_recognition:
enabled: false
model_size: small
lpr:
enabled: false
classification:
bird:
enabled: false
notifications:
enabled: false
email: [email protected]docker-compose file or Docker CLI commandservices:
frigate:
privileged: true
image: ghcr.io/blakeblackshear/frigate:0.16.0
shm_size: "1gb"
restart: unless-stopped
security_opt:
- apparmor=unconfined
- systempaths=unconfined
group_add:
- "44"
- "109"
cap_add:
- SYS_PTRACE
devices:
- /dev/dri
- /dev/kfd
- /dev/hailo0
volumes:
- /etc/localtime:/etc/localtime:ro
- /sys/:/sys/:ro
- ./config:/config
- /nvr:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "8971:8971"
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
env_file: .envRelevant Frigate log outputfrigate-1 | 2025-08-28 16:32:18.009251140 [2025-08-28 16:32:17] frigate.video ERROR : Street: Unable to read frames from ffmpeg process.
frigate-1 | 2025-08-28 16:32:18.201058095 [2025-08-28 16:32:17] frigate.video ERROR : Street: ffmpeg process is not running. exiting capture thread...
frigate-1 | 2025-08-28 16:32:21.108838994 [2025-08-28 16:32:20] watchdog.Street ERROR : Ffmpeg process crashed unexpectedly for Street.
frigate-1 | 2025-08-28 16:32:21.108848141 [2025-08-28 16:32:20] watchdog.Street ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate-1 | 2025-08-28 16:32:21.109204172 [2025-08-28 16:32:20] ffmpeg.Street.detect ERROR : [segment @ 0x5676ca8630c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
frigate-1 | 2025-08-28 16:32:21.202692895 [2025-08-28 16:32:20] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 5
frigate-1 | 2025-08-28 16:32:21.203096354 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.203369418 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.203537594 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 28
frigate-1 | 2025-08-28 16:32:21.203756656 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 5
frigate-1 | 2025-08-28 16:32:21.204004302 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.204276214 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 41
frigate-1 | 2025-08-28 16:32:21.204523209 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.204808125 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.205065810 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 5
frigate-1 | 2025-08-28 16:32:21.205327172 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.205589987 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.205885022 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.206386185 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.206828027 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 8
frigate-1 | 2025-08-28 16:32:21.207275138 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.207722931 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.310047623 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.404585080 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 39
frigate-1 | 2025-08-28 16:32:21.406760985 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 41
frigate-1 | 2025-08-28 16:32:21.509205683 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.509218076 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.509220521 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 16
frigate-1 | 2025-08-28 16:32:21.509223536 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.509226762 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.509230479 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.509233605 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.509236961 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.509238945 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 44
frigate-1 | 2025-08-28 16:32:21.509240478 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 13
frigate-1 | 2025-08-28 16:32:21.509242221 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 39
frigate-1 | 2025-08-28 16:32:21.509244355 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 20
frigate-1 | 2025-08-28 16:32:21.605687118 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.606389580 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 48
frigate-1 | 2025-08-28 16:32:21.606688122 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.608205507 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 23
frigate-1 | 2025-08-28 16:32:21.608642019 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.702215672 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.703080149 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.703557637 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] Multi-layer HEVC coding is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 16:32:21.703799422 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae35e40] Could not find ref with POC 17
frigate-1 | 2025-08-28 16:32:21.703997445 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [rtsp @ 0x5676ca82a3c0] RTP: PT=60: bad cseq 914f expected=83cc
frigate-1 | 2025-08-28 16:32:21.704200948 [2025-08-28 16:32:21] ffmpeg.Street.detect ERROR : [hevc @ 0x5676cae53d80] Could not find ref with POC 22Relevant go2rtc log output2025-08-28 16:40:18.118246207 [INFO] Preparing new go2rtc config...
2025-08-28 16:40:18.846019904 [INFO] Starting go2rtc...
2025-08-28 16:40:19.001394834 16:40:19.001 INF go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
2025-08-28 16:40:19.001410223 16:40:19.001 INF config path=/dev/shm/go2rtc.yaml
2025-08-28 16:40:19.001875478 16:40:19.001 INF [api] listen addr=:1984
2025-08-28 16:40:19.001877111 16:40:19.001 INF [rtsp] listen addr=:8554
2025-08-28 16:40:19.002390457 16:40:19.002 INF [webrtc] listen addr=:8555
2025-08-28 16:40:26.817010880 [INFO] Starting go2rtc healthcheck service...FFprobe output from your cameraroot@2cd4de7a6ca6:/usr/lib/ffmpeg/7.0/bin# ./ffprobe rtsp://admin:[email protected]/Streaming/Channels/101
ffprobe version n7.0.2-18-g3e6cec1286-20240919 Copyright (c) 2007-2024 the FFmpeg developers
built with gcc 14.2.0 (crosstool-NG 1.26.0.106_ed12fa6)
configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-libxml2 --enable-openssl --enable-lzma --enable-fontconfig --enable-libharfbuzz --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-chromaprint --enable-libdav1d --enable-libdavs2 --enable-libdvdread --enable-libdvdnav --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libkvazaar --enable-libaribcaption --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-librist --enable-libssh --enable-libtheora --enable-libvpx --enable-libwebp --enable-libzmq --enable-lv2 --enable-libvpl --enable-openal --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-libs='-ldl -lgomp' --extra-ldflags=-pthread --extra-ldexeflags=-pie --cc=x86_64-ffbuild-linux-gnu-gcc --cxx=x86_64-ffbuild-linux-gnu-g++ --ar=x86_64-ffbuild-linux-gnu-gcc-ar --ranlib=x86_64-ffbuild-linux-gnu-gcc-ranlib --nm=x86_64-ffbuild-linux-gnu-gcc-nm --extra-version=20240919
libavutil 59. 8.100 / 59. 8.100
libavcodec 61. 3.100 / 61. 3.100
libavformat 61. 1.100 / 61. 1.100
libavdevice 61. 1.100 / 61. 1.100
libavfilter 10. 1.100 / 10. 1.100
libswscale 8. 1.100 / 8. 1.100
libswresample 5. 1.100 / 5. 1.100
libpostproc 58. 1.100 / 58. 1.100
[rtsp @ 0x561b853865c0] max delay reached. need to consume packet
[rtsp @ 0x561b853865c0] RTP: missed 516 packets
Input #0, rtsp, from 'rtsp://admin:[email protected]/Streaming/Channels/101':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: hevc (Main), yuvj420p(pc, bt709), 2560x1440, 25 fps, 25 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltpInstall methodProxmox via Docker Object DetectorOther Network connectionWired Camera make and modelHIWATCH IPC-B040 (2.8mm) Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 38 replies
-
|
Your hardware seems like it doesn't have the ability to use hardware acceleration to decode HEVC/H265. |
Beta Was this translation helpful? Give feedback.
-
frigate-1 | 2025-08-28 17:08:07.711235740 [2025-08-28 17:08:07] frigate.video ERROR : Server_Room: Unable to read frames from ffmpeg process.
frigate-1 | 2025-08-28 17:08:07.804524552 [2025-08-28 17:08:07] frigate.video ERROR : Server_Room: ffmpeg process is not running. exiting capture thread...
frigate-1 | 2025-08-28 17:08:13.109893678 [2025-08-28 17:08:13] watchdog.Server_Room ERROR : Ffmpeg process crashed unexpectedly for Server_Room.
frigate-1 | 2025-08-28 17:08:13.109903597 [2025-08-28 17:08:13] watchdog.Server_Room ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate-1 | 2025-08-28 17:08:13.111269257 [2025-08-28 17:08:13] ffmpeg.Server_Room.detect ERROR : [segment @ 0x61130733b800] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
frigate-1 | 2025-08-28 17:08:13.111669340 [2025-08-28 17:08:13] watchdog.Server_Room INFO : Restarting ffmpeg...
frigate-1 | 2025-08-28 17:08:16.303296085 127.0.0.1 - - [28/Aug/2025:17:08:16 +0000] "" 400 0 "-" "-" "-"
frigate-1 | 2025-08-28 17:08:18.103438430 [2025-08-28 17:08:18] frigate.video ERROR : Entry: Unable to read frames from ffmpeg process.
frigate-1 | 2025-08-28 17:08:18.105192952 [2025-08-28 17:08:18] frigate.video ERROR : Entry: ffmpeg process is not running. exiting capture thread...
frigate-1 | 2025-08-28 17:08:22.907762845 [2025-08-28 17:08:22] watchdog.Entry ERROR : Ffmpeg process crashed unexpectedly for Entry.
frigate-1 | 2025-08-28 17:08:22.909424212 [2025-08-28 17:08:22] watchdog.Entry ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate-1 | 2025-08-28 17:08:23.001889284 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [segment @ 0x6472b7e4e780] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
frigate-1 | 2025-08-28 17:08:23.100946120 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [rtsp @ 0x6472b7b3a3c0] nal size exceeds length: 32796 1425
frigate-1 | 2025-08-28 17:08:23.103505736 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [h264 @ 0x6472b80f8540] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:23.105985102 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : Last message repeated 4 times
frigate-1 | 2025-08-28 17:08:23.107521724 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [rtsp @ 0x6472b7b3a3c0] RTP: PT=60: bad cseq 5ab3 expected=4b0d
frigate-1 | 2025-08-28 17:08:23.108798356 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [rtsp @ 0x6472b7b3a3c0] Undefined type (31)
frigate-1 | 2025-08-28 17:08:23.109633488 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [h264 @ 0x6472b7cdda80] SEI type 43 size 208 truncated at 90
frigate-1 | 2025-08-28 17:08:23.109637665 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [h264 @ 0x6472b7cdda80] sps_id 12 out of range
frigate-1 | 2025-08-28 17:08:23.109640952 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [vost#0:0/copy @ 0x6472b7b67800] Non-monotonic DTS; previous: 354304, current: 354304; changing to 354305. This may result in incorrect timestamps in the output file.
frigate-1 | 2025-08-28 17:08:23.109702047 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [h264 @ 0x6472b80f8540] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:23.109704892 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [h264 @ 0x6472b812ee80] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:23.111612622 [2025-08-28 17:08:22] ffmpeg.Entry.detect ERROR : [h264 @ 0x6472b812ee80] SEI type 43 size 208 truncated at 88
frigate-1 | 2025-08-28 17:08:23.111615527 [2025-08-28 17:08:22] watchdog.Entry INFO : Restarting ffmpeg...
frigate-1 | 2025-08-28 17:08:25.610107705 [2025-08-28 17:08:25] frigate.video ERROR : Front_Yard: Unable to read frames from ffmpeg process.
frigate-1 | 2025-08-28 17:08:25.704985948 [2025-08-28 17:08:25] frigate.video ERROR : Front_Yard: ffmpeg process is not running. exiting capture thread...
frigate-1 | 2025-08-28 17:08:32.806363180 [2025-08-28 17:08:32] watchdog.Front_Yard ERROR : Ffmpeg process crashed unexpectedly for Front_Yard.
frigate-1 | 2025-08-28 17:08:32.807113923 [2025-08-28 17:08:32] watchdog.Front_Yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate-1 | 2025-08-28 17:08:32.807333716 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [segment @ 0x5d87e12b1880] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
frigate-1 | 2025-08-28 17:08:32.807507643 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [rtsp @ 0x5d87e11ec3c0] nal size exceeds length: 49251 1425
frigate-1 | 2025-08-28 17:08:32.807681901 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e14fc680] log2_max_poc_lsb (23) is out of range
frigate-1 | 2025-08-28 17:08:32.807902827 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [vost#0:0/copy @ 0x5d87e1219800] Non-monotonic DTS; previous: 213504, current: 213504; changing to 213505. This may result in incorrect timestamps in the output file.
frigate-1 | 2025-08-28 17:08:32.808046608 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e1765280] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:32.808209735 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e17b2300] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:32.810648895 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : Last message repeated 1 times
frigate-1 | 2025-08-28 17:08:32.810654135 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e14fc680] illegal POC type 4
frigate-1 | 2025-08-28 17:08:32.810657150 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [vost#0:0/copy @ 0x5d87e1219800] Non-monotonic DTS; previous: 255488, current: 255488; changing to 255489. This may result in incorrect timestamps in the output file.
frigate-1 | 2025-08-28 17:08:32.810659034 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e1765280] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:32.810661358 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [rtsp @ 0x5d87e11ec3c0] CSeq 7 expected, 0 received.
frigate-1 | 2025-08-28 17:08:32.810663212 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [rtsp @ 0x5d87e11ec3c0] RTP: PT=60: bad cseq 4a2a expected=3c67
frigate-1 | 2025-08-28 17:08:32.810723225 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [vost#0:0/copy @ 0x5d87e1219800] Non-monotonic DTS; previous: 384000, current: 384000; changing to 384001. This may result in incorrect timestamps in the output file.
frigate-1 | 2025-08-28 17:08:32.810743573 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e17b2300] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:32.810745016 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [rtsp @ 0x5d87e11ec3c0] nal size exceeds length: 60283 1425
frigate-1 | 2025-08-28 17:08:32.810747480 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e14fc680] log2_max_frame_num_minus4 out of range (0-12): 18
frigate-1 | 2025-08-28 17:08:32.810749945 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [vost#0:0/copy @ 0x5d87e1219800] Non-monotonic DTS; previous: 437760, current: 437760; changing to 437761. This may result in incorrect timestamps in the output file.
frigate-1 | 2025-08-28 17:08:32.810768971 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e17b2300] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:32.810770233 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : Last message repeated 1 times
frigate-1 | 2025-08-28 17:08:32.810771806 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : [h264 @ 0x5d87e1765280] log2_max_frame_num_minus4 out of range (0-12): 18
frigate-1 | 2025-08-28 17:08:32.810773038 [2025-08-28 17:08:32] ffmpeg.Front_Yard.detect ERROR : Last message repeated 2 times
frigate-1 | 2025-08-28 17:08:32.810797354 [2025-08-28 17:08:32] watchdog.Front_Yard INFO : Restarting ffmpeg...
frigate-1 | 2025-08-28 17:08:42.302465209 10.7.8.10 - - [28/Aug/2025:17:08:42 +0000] "GET /api/profile HTTP/1.1" 200 39 "http://10.7.8.240:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 YaBrowser/25.8.0.0 Safari/537.36" "-"
frigate-1 | 2025-08-28 17:08:42.304325830 10.7.8.10 - - [28/Aug/2025:17:08:42 +0000] "GET /api/config HTTP/1.1" 200 34148 "http://10.7.8.240:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 YaBrowser/25.8.0.0 Safari/537.36" "-"
frigate-1 | 2025-08-28 17:08:44.501350383 10.7.8.10 - - [28/Aug/2025:17:08:44 +0000] "GET /api/logs/frigate?start=-100 HTTP/1.1" 200 11613 "http://10.7.8.240:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 YaBrowser/25.8.0.0 Safari/537.36" "-"
frigate-1 | 2025-08-28 17:08:44.611499612 [2025-08-28 17:08:44] frigate.video ERROR : Back_Yard: Unable to read frames from ffmpeg process.
frigate-1 | 2025-08-28 17:08:44.611511655 [2025-08-28 17:08:44] frigate.video ERROR : Back_Yard: ffmpeg process is not running. exiting capture thread...
frigate-1 | 2025-08-28 17:08:52.908725474 [2025-08-28 17:08:52] watchdog.Back_Yard ERROR : Ffmpeg process crashed unexpectedly for Back_Yard.
frigate-1 | 2025-08-28 17:08:52.909951632 [2025-08-28 17:08:52] watchdog.Back_Yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate-1 | 2025-08-28 17:08:52.910995496 [2025-08-28 17:08:52] ffmpeg.Back_Yard.detect ERROR : [segment @ 0x652e272d2000] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
frigate-1 | 2025-08-28 17:08:53.010123276 [2025-08-28 17:08:52] ffmpeg.Back_Yard.detect ERROR : [vost#0:0/copy @ 0x652e272d7940] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
frigate-1 | 2025-08-28 17:08:53.102143530 [2025-08-28 17:08:52] ffmpeg.Back_Yard.detect ERROR : [h264 @ 0x652e276d2a40] Increasing reorder buffer to 1
frigate-1 | 2025-08-28 17:08:53.104212293 [2025-08-28 17:08:53] ffmpeg.Back_Yard.detect ERROR : [rtsp @ 0x652e2729f3c0] RTP H.264 NAL unit type 26 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 17:08:53.107257995 [2025-08-28 17:08:53] ffmpeg.Back_Yard.detect ERROR : [h264 @ 0x652e276ca4c0] Invalid NAL unit 0, skipping.
frigate-1 | 2025-08-28 17:08:53.113210667 [2025-08-28 17:08:53] ffmpeg.Back_Yard.detect ERROR : [h264 @ 0x652e276ca4c0] Increasing reorder buffer to 3
frigate-1 | 2025-08-28 17:08:53.113220585 [2025-08-28 17:08:53] ffmpeg.Back_Yard.detect ERROR : [rtsp @ 0x652e2729f3c0] RTP H.264 NAL unit type 26 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
frigate-1 | 2025-08-28 17:08:53.113222288 [2025-08-28 17:08:53] ffmpeg.Back_Yard.detect ERROR : [h264 @ 0x652e276d2a40] Increasing reorder buffer to 8It appears if I try to use h264 (I have it exposed on all cameras) |
Beta Was this translation helpful? Give feedback.
-
|
Running Frigate under Proxmox is not officially supported, and the documentation notes that virtualization can introduce complications, especially with hardware passthrough and networking. Users have reported that getting GPU and Coral devices working in virtualized environments like Proxmox may be difficult or impossible, and that communication overhead can impact performance. For best results, Frigate is recommended to run on bare metal Debian-based hosts, but some users have found success with Proxmox by carefully configuring device passthrough and system resources(1). For more detailed community experiences and troubleshooting, you can check out the Proxmox LXC discussion at: Proxmox LXC discussion(1). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.



Yes, you're right, I launched frigate on the proxmox host itself via docker and everything is working stably.