[Camera Support]: Hikvision FFMPEG crashing #11007
-
Describe the problem you are havingFFMPEG Process often crashes, disturbing camera image. Have this issue for the 2 connected camera's. Version0.13.1-34FB1C2 Frigate config filemqtt:
host: 192.168.x.x
user: mqtt
password: XXXXXXXXXX
detectors:
coral:
type: edgetpu
device: usb
ffmpeg:
hwaccel_args: preset-vaapi
cameras:
camera_1: #Oprit
ffmpeg:
inputs:
- path: rtsp://frigate:xxxxxxxxxx@192.168.x.x:554/Streaming/Channels/1
roles:
- detect
detect:
width: 1920 # <---- update for your camera's resolution
height: 1080 # <---- update for your camera's resolution
zones:
oprit:
coordinates: 1267,192,649,127,648,0,0,0,0,1080,1920,1080,1920,300
straat:
coordinates: 648,0,649,127,1267,192,1920,300,1920,0
motion:
mask:
- 648,0,649,127,1267,192,1920,300,1920,0
objects:
filters:
person:
mask:
- 648,0,649,127,1267,192,1920,300,1920,0
camera_2:
ffmpeg:
inputs:
- path: rtsp://frigate:xxxxxxxxxx@192.168.x.x:554/Streaming/Channels/1
roles:
- detect
detect:
width: 1920 # <---- update for your camera's resolution
height: 1080 # <---- update for your camera's resolution
motion:
mask:
- 0,594,436,499,430,0,0,0
objects:
filters:
person:
mask:
- 0,594,436,499,430,0,0,0
snapshots:
enabled: True
birdseye:
enabled: False
objects:
track:
- personRelevant log output2024-04-17 18:55:41.114119866 [2024-04-17 18:55:41] frigate.video ERROR : camera_1: Unable to read frames from ffmpeg process.
2024-04-17 18:55:41.115348154 [2024-04-17 18:55:41] frigate.video ERROR : camera_1: Unable to read frames from ffmpeg process.
2024-04-17 18:55:41.115735112 [2024-04-17 18:55:41] frigate.video ERROR : camera_1: ffmpeg process is not running. exiting capture thread...
2024-04-17 18:55:41.559630699 [2024-04-17 18:55:41] watchdog.camera_1 ERROR : Ffmpeg process crashed unexpectedly for camera_1.
2024-04-17 18:55:41.560025532 [2024-04-17 18:55:41] watchdog.camera_1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-04-17 18:55:41.560490119 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] illegal reordering_of_pic_nums_idc 8
2024-04-17 18:55:41.560980707 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.561800205 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 1 times
2024-04-17 18:55:41.562311325 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] no frame!
2024-04-17 18:55:41.562971964 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Error while decoding stream #0:0: Invalid data found when processing input
2024-04-17 18:55:41.563550369 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] SEI type 237 size 920 truncated at 536
2024-04-17 18:55:41.564187264 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] FMO 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.
2024-04-17 18:55:41.564664546 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] missing picture in access unit with size 5728
2024-04-17 18:55:41.565252463 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.565678106 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 2 times
2024-04-17 18:55:41.566338901 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] data partitioning 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.
2024-04-17 18:55:41.569880245 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.569890736 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] no frame!
2024-04-17 18:55:41.569894142 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Error while decoding stream #0:0: Invalid data found when processing input
2024-04-17 18:55:41.569896895 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] Undefined type (31)
2024-04-17 18:55:41.569899814 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] illegal short term buffer state detected
2024-04-17 18:55:41.569902693 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] illegal short term buffer state detected
2024-04-17 18:55:41.569907042 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] data partitioning 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.
2024-04-17 18:55:41.569911049 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.569914470 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] number of reference frames (1+2) exceeds max (2; probably corrupt input), discarding one
2024-04-17 18:55:41.569918791 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] data partitioning 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.
2024-04-17 18:55:41.569922775 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.569927158 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP H.264 NAL unit type 25 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.
2024-04-17 18:55:41.569930143 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] missing picture in access unit with size 1432
2024-04-17 18:55:41.569932958 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.569935489 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] no frame!
2024-04-17 18:55:41.569938386 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Error while decoding stream #0:0: Invalid data found when processing input
2024-04-17 18:55:41.569941231 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 4c55 expected=4d1d
2024-04-17 18:55:41.569943979 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.569946497 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 1 times
2024-04-17 18:55:41.569950832 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] data partitioning 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.
2024-04-17 18:55:41.570013940 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.573969300 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] Undefined type (31)
2024-04-17 18:55:41.574679560 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] Undefined type (30)
2024-04-17 18:55:41.575143474 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 1 times
2024-04-17 18:55:41.575619904 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] number of reference frames (1+2) exceeds max (2; probably corrupt input), discarding one
2024-04-17 18:55:41.575941863 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] illegal short term buffer state detected
2024-04-17 18:55:41.576359313 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.576715123 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP H.264 NAL unit type 27 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.
2024-04-17 18:55:41.583470489 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] nal size exceeds length: 61694 1425
2024-04-17 18:55:41.583480712 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] missing picture in access unit with size 1432
2024-04-17 18:55:41.583485339 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] FMO 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.
2024-04-17 18:55:41.583489735 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] data partitioning 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.
2024-04-17 18:55:41.583493709 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.583496300 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] no frame!
2024-04-17 18:55:41.583500463 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] FMO 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.
2024-04-17 18:55:41.583503326 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Error while decoding stream #0:0: Invalid data found when processing input
2024-04-17 18:55:41.583507576 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] chroma_format_idc 6 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.
2024-04-17 18:55:41.583511579 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.583515964 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] chroma_format_idc 6 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.
2024-04-17 18:55:41.583519980 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.583524250 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] chroma_format_idc 6 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.
2024-04-17 18:55:41.583528244 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.583532634 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] chroma_format_idc 6 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.
2024-04-17 18:55:41.583536669 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.583539431 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.583541991 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 1 times
2024-04-17 18:55:41.583546274 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] data partitioning 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.
2024-04-17 18:55:41.583550310 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.583611357 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] nal size exceeds length: 63960 1425
2024-04-17 18:55:41.590060551 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP H.264 NAL unit type 27 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.
2024-04-17 18:55:41.590691104 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] data partitioning 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.
2024-04-17 18:55:41.591156175 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
2024-04-17 18:55:41.591651911 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.591979737 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] Undefined type (31)
2024-04-17 18:55:41.592413608 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] SEI type 40 size 1960 truncated at 1656
2024-04-17 18:55:41.592768117 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.593207938 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] SEI type 40 size 1960 truncated at 1642
2024-04-17 18:55:41.593533989 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] illegal memory management control operation 29
2024-04-17 18:55:41.593948254 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.599773020 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] no frame!
2024-04-17 18:55:41.599783768 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq f535 expected=e73f
2024-04-17 18:55:41.599786867 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] non-existing PPS 1 referenced
2024-04-17 18:55:41.599789776 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.599792382 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] no frame!
2024-04-17 18:55:41.599795305 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Error while decoding stream #0:0: Invalid data found when processing input
2024-04-17 18:55:41.599797837 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 1 times
2024-04-17 18:55:41.599802259 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] 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.
2024-04-17 18:55:41.599805120 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 05b3 expected=f5e2
2024-04-17 18:55:41.599807991 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 05fe expected=f5e2
2024-04-17 18:55:41.599810790 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.599813394 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 2 times
2024-04-17 18:55:41.599817729 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP H.264 NAL unit type 27 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.
2024-04-17 18:55:41.602101753 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 1879 expected=08a6
2024-04-17 18:55:41.602506113 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 1c63 expected=08a6
2024-04-17 18:55:41.603007036 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 2da9 expected=1cdb
2024-04-17 18:55:41.604149209 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.605296007 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Last message repeated 2 times
2024-04-17 18:55:41.614162433 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d2bfe80] Increasing reorder buffer to 12
2024-04-17 18:55:41.614172611 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 3d97 expected=2dc6
2024-04-17 18:55:41.614175914 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 3e14 expected=2dc6
2024-04-17 18:55:41.614178856 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] CSeq 23 expected, 17 received.
2024-04-17 18:55:41.614181884 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [NULL @ 0x55614cf48380] missing picture in access unit with size 88901
2024-04-17 18:55:41.614184650 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] Invalid NAL unit 0, skipping.
2024-04-17 18:55:41.614187202 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55614d228a00] no frame!
2024-04-17 18:55:41.614190176 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : Error while decoding stream #0:0: Invalid data found when processing input
2024-04-17 18:55:41.614193019 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 0786 expected=3e9a
2024-04-17 18:55:41.614195900 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq 4f52 expected=088b
2024-04-17 18:55:41.614198802 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq a258 expected=4f6f
2024-04-17 18:55:41.614201739 [2024-04-17 18:55:41] ffmpeg.camera_1.detect ERROR : [rtsp @ 0x55614cf42fc0] RTP: PT=60: bad cseq f598 expected=a41aFFprobe output from your camera[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"15/1","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","display_aspect_ratio":"168:95","height":1520,"width":2688}]}}]
2nd camera:
[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"15/1","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":1080,"width":1920}]}}]Frigate stats{"cameras":{"camera_1":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":264,"detection_enabled":1,"detection_fps":4.4,"ffmpeg_pid":2037217,"pid":261,"process_fps":5.0,"skipped_fps":0.0},"camera_2":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":267,"detection_enabled":1,"detection_fps":5.3,"ffmpeg_pid":2039257,"pid":262,"process_fps":5.1,"skipped_fps":0.0}},"cpu_usages":{"1":{"cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service","cpu":"0.0","cpu_average":"0","mem":"0.0"},"15":{"cmdline":"s6-supervise s6-linux-init-shutdownd","cpu":"0.0","cpu_average":"0","mem":"0.0"},"16":{"cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B","cpu":"0.0","cpu_average":"0","mem":"0.0"},"24":{"cmdline":"s6-supervise go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"25":{"cmdline":"s6-supervise frigate-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"26":{"cmdline":"s6-supervise frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"27":{"cmdline":"s6-supervise go2rtc-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"28":{"cmdline":"s6-supervise nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"29":{"cmdline":"s6-supervise go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"30":{"cmdline":"s6-supervise s6rc-fdholder","cpu":"0.0","cpu_average":"0","mem":"0.0"},"31":{"cmdline":"s6-supervise s6rc-oneshot-runner","cpu":"0.0","cpu_average":"0","mem":"0.0"},"32":{"cmdline":"s6-supervise nginx-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"40":{"cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules","cpu":"0.0","cpu_average":"0","mem":"0.0"},"42":{"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 ../.. --","cpu":"0.0","cpu_average":"0","mem":"0.0"},"79":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"80":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"86":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"88":{"cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml","cpu":"0.0","cpu_average":"0","mem":"0.1"},"99":{"cmdline":"bash ./run.user go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"103":{"cmdline":"python3 -u -m frigate","cpu":"4.2","cpu_average":"2","mem":"10.9"},"118":{"cmdline":"nginx: master process nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"130":{"cmdline":"nginx: worker process","cpu":"0.1","cpu_average":"0","mem":"0.1"},"131":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"132":{"cmdline":"nginx: cache manager process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"225":{"cmdline":"frigate.logger ","cpu":"0.0","cpu_average":"0","mem":"1.0"},"228":{"cmdline":"frigate.recording_manager","cpu":"0.3","cpu_average":"0","mem":"1.3"},"237":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(45)","cpu":"0.2","cpu_average":"0","mem":"0.6"},"246":{"cmdline":"frigate.output ","cpu":"1.5","cpu_average":"1","mem":"1.5"},"253":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.6"},"254":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"261":{"cmdline":"frigate.process:camera_1","cpu":"3.9","cpu_average":"13","mem":"7.7"},"262":{"cmdline":"frigate.process:camera_2","cpu":"4.2","cpu_average":"8","mem":"12.3"},"264":{"cmdline":"frigate.capture:camera_1","cpu":"4.1","cpu_average":"3","mem":"2.3"},"267":{"cmdline":"frigate.capture:camera_2","cpu":"3.9","cpu_average":"3","mem":"2.8"},"1622110":{"cmdline":"frigate.detector.coral","cpu":"7.4","cpu_average":"17","mem":"6.9"},"2037217":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.1-34fb1c2 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.2.30:554/Streaming/Channels/1 -r 5 -vf fps=5,scale_vaapi=w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"73.1","cpu_average":"72","mem":"2.9"},"2039257":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.1-34fb1c2 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://*:*@192.168.2.29:554/Streaming/Channels/1 -r 5 -vf fps=5,scale_vaapi=w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"64.9","cpu_average":"61","mem":"2.0"},"2039325":{"cmdline":"sleep 30s","cpu":"0.0","cpu_average":"0","mem":"0.0"}},"detection_fps":9.7,"detectors":{"coral":{"detection_start":0.0,"inference_speed":11.17,"pid":1622110}},"gpu_usages":{"intel-vaapi":{"gpu":"6.88%","mem":"-%"}},"processes":{"go2rtc":{"pid":88},"logger":{"pid":225},"recording":{"pid":228}},"service":{"last_updated":1713375079,"latest_version":"0.13.1","storage":{"/dev/shm":{"free":232.1,"mount_type":"tmpfs","total":256.0,"used":23.9},"/media/frigate/clips":{"free":33133.2,"mount_type":"ext4","total":57406.8,"used":21325.8},"/media/frigate/recordings":{"free":33133.2,"mount_type":"ext4","total":57406.8,"used":21325.8},"/tmp/cache":{"free":953.7,"mount_type":"tmpfs","total":953.7,"used":0.0}},"temperatures":{},"uptime":6151359,"version":"0.13.1-34fb1c2"}}Operating systemOther Linux Install methodDocker Compose Coral versionUSB Network connectionWired Camera make and modelHikvision DS-2CD2T42WD-I5 Any other information that may be helpfulFirmware Version Encoding Version |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Apr 17, 2024
Replies: 1 comment 25 replies
-
|
if the camera is hikvision then your URL is incorrect, should end in do you have h265+ enabled? that might also be causing some problems |
Beta Was this translation helpful? Give feedback.
25 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, you might try setting the environment variable
LIBVA_DRIVER_NAMEtoi965, perhaps this is some type of decoding issue with the hardware