[Config Support]: Live video doesn't work when go2rtc is used #13746
-
Describe the problem you are havingWhen I use the go2rtc streams following the documentation, I can no longer click on the cameras to view the live stream. Version0.14.1-f4f3cfa Frigate config filemqtt:
host: 192.168.1.21
port: 1883
topic_prefix: frigate
client_id: frigate
objects:
track:
- cat
filters:
cat:
min_score: .60
threshold: .6
model:
path: plus://df9869365e575bfd496c5e515e3908a1
detectors: # <---- add detectors
coral:
type: edgetpu
device: usb
auth:
enabled: true
session_length: 2628288 # 24 hours
refresh_time: 43200 # 12 hours
reset_admin_password: false
tls:
enabled: false
snapshots:
enabled: true
retain:
default: 30
record:
enabled: true
retain:
days: 3
mode: all
go2rtc:
streams:
litter:
- rtsp://[hidden]:[hidden]@192.168.1.54:554/ch0
bed:
- rtsp://[hidden]:[hidden]@192.168.1.191:554/ch0
food:
- rtsp://[hidden]:[hidden]@192.168.1.103:554/ch0
Living:
- rtsp://[hidden]:[hidden]@192.168.1.106:554/ch0
birdseye:
restream: true
cameras:
litter:
enabled: true
ffmpeg:
inputs:
- path: rtsp://[hidden]:[hidden]@192.168.1.54:554/ch1
roles:
- detect
- path: rtsp://[hidden]:[hidden]@192.168.1.54:554/ch0
roles:
- record
motion:
mask: 0.747,0,0.787,0.314,0.761,0.582,0.664,0.814,0.563,1,1,1,1,0
bed:
enabled: true
ffmpeg:
inputs:
- path: rtsp://[hidden]:[hidden]@192.168.1.191:554/ch1
roles:
- detect
- path: rtsp://[hidden]:[hidden]@192.168.1.191:554/ch0
roles:
- record
Living:
enabled: true
ffmpeg:
inputs:
- path: rtsp://[hidden]:[hidden]@192.168.1.106:554/ch1
roles:
- detect
- path: rtsp://[hidden]:[hidden]@192.168.1.106:554/ch0
roles:
- record
motion:
mask: 0,0,0.359,0,0.332,0.251,0,0.283
food:
enabled: true
ffmpeg:
inputs:
- path: rtsp://[hidden]:[hidden]@192.168.1.103:554/ch1
roles:
- detect
- path: rtsp://[hidden]:[hidden]@192.168.1.103:554/ch0
roles:
- record
motion:
mask:
- 0.133,0.704,0.142,0.951,0.006,0.961,0,0.001,0.327,0,0.275,0.113,0.256,0.327
- 0.683,-0.001,0.712,0.993,0.999,0.998,0.999,0
version: 0.14Relevant Frigate log output2024-09-15 08:49:45.044177313 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21534398, current: 21534398; changing to 21534399. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044225143 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21542596, current: 21542596; changing to 21542597. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044268464 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21542597, current: 21542597; changing to 21542598. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044309902 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21542598, current: 21542597; changing to 21542599. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044351259 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21544961, current: 21544961; changing to 21544962. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044399600 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21544962, current: 21544961; changing to 21544963. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044444283 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21548785, current: 21548785; changing to 21548786. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044493726 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21548786, current: 21548786; changing to 21548787. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044538179 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21557185, current: 21557185; changing to 21557186. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044584546 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21557991, current: 21557991; changing to 21557992. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044661180 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21562090, current: 21562090; changing to 21562091. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044708108 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21562091, current: 21562090; changing to 21562092. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044753693 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21564577, current: 21564577; changing to 21564578. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044801553 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617409, current: 21617409; changing to 21617410. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044845676 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617410, current: 21617409; changing to 21617411. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044892383 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617411, current: 21617410; changing to 21617412. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044938359 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617412, current: 21617410; changing to 21617413. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.044985137 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617413, current: 21617410; changing to 21617414. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045030592 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617414, current: 21617411; changing to 21617415. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045077681 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617415, current: 21617411; changing to 21617416. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045121573 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617416, current: 21617411; changing to 21617417. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045168701 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617417, current: 21617412; changing to 21617418. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045214377 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617418, current: 21617412; changing to 21617419. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045261124 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617627, current: 21617627; changing to 21617628. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045305367 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617628, current: 21617627; changing to 21617629. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045353698 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617629, current: 21617627; changing to 21617630. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045397340 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617630, current: 21617628; changing to 21617631. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045444809 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617631, current: 21617628; changing to 21617632. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045489763 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617632, current: 21617628; changing to 21617633. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045537853 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617633, current: 21617629; changing to 21617634. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045583048 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617634, current: 21617629; changing to 21617635. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045629525 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617635, current: 21617629; changing to 21617636. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045674058 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617636, current: 21617630; changing to 21617637. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045721477 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617812, current: 21617812; changing to 21617813. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045766602 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617824, current: 21617824; changing to 21617825. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045813740 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617825, current: 21617824; changing to 21617826. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045858033 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617826, current: 21617824; changing to 21617827. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045905833 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617827, current: 21617825; changing to 21617828. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045948753 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617828, current: 21617826; changing to 21617829. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.045995631 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617829, current: 21617826; changing to 21617830. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046042208 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617830, current: 21617826; changing to 21617831. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046089266 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617831, current: 21617827; changing to 21617832. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046134671 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617832, current: 21617827; changing to 21617833. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046181269 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617833, current: 21617827; changing to 21617834. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046226043 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617834, current: 21617828; changing to 21617835. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046273051 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617835, current: 21617828; changing to 21617836. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046319478 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617836, current: 21617828; changing to 21617837. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046366476 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617837, current: 21617829; changing to 21617838. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046410208 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617838, current: 21617829; changing to 21617839. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046458348 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617839, current: 21617829; changing to 21617840. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046502491 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617840, current: 21617830; changing to 21617841. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046549048 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617841, current: 21617830; changing to 21617842. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046598140 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617842, current: 21617830; changing to 21617843. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046644848 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21617843, current: 21617831; changing to 21617844. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046687658 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618199, current: 21618199; changing to 21618200. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046735417 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618200, current: 21618200; changing to 21618201. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046779690 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618202, current: 21618202; changing to 21618203. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046826779 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618203, current: 21618202; changing to 21618204. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046874969 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618204, current: 21618202; changing to 21618205. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046918701 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618205, current: 21618203; changing to 21618206. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.046963625 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618206, current: 21618203; changing to 21618207. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047010904 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618207, current: 21618203; changing to 21618208. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047053884 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618208, current: 21618204; changing to 21618209. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047100892 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618209, current: 21618204; changing to 21618210. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047147209 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618210, current: 21618204; changing to 21618211. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047194618 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618211, current: 21618204; changing to 21618212. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047237889 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618212, current: 21618205; changing to 21618213. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047284917 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618213, current: 21618205; changing to 21618214. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047330062 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618214, current: 21618205; changing to 21618215. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047378182 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21618215, current: 21618206; changing to 21618216. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047423707 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21621843, current: 21621843; changing to 21621844. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047470736 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21621844, current: 21621844; changing to 21621845. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047514187 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21621845, current: 21621844; changing to 21621846. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047561726 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : [segment @ 0x55fcb5ebb280] Non-monotonous DTS in output stream 0:0; previous: 21622184, current: 21622184; changing to 21622185. This may result in incorrect timestamps in the output file.
2024-09-15 08:49:45.047607171 [2024-09-15 08:49:45] ffmpeg.litter.record ERROR : rtsp://*:*@192.168.1.54:554/ch0: Connection timed out
2024-09-15 08:49:45.047657666 [2024-09-15 08:49:45] watchdog.litter INFO : Terminating the existing ffmpeg process...
2024-09-15 08:49:45.047704143 [2024-09-15 08:49:45] watchdog.litter INFO : Waiting for ffmpeg to exit gracefully...
2024-09-15 08:49:46.412969916 [2024-09-15 08:49:46] frigate.video ERROR : litter: Unable to read frames from ffmpeg process.
2024-09-15 08:49:46.413043043 [2024-09-15 08:49:46] frigate.video ERROR : litter: Unable to read frames from ffmpeg process.
2024-09-15 08:49:46.413445006 [2024-09-15 08:49:46] frigate.video ERROR : litter: ffmpeg process is not running. exiting capture thread...
2024-09-15 08:49:55.062601541 [2024-09-15 08:49:55] watchdog.litter ERROR : Ffmpeg process crashed unexpectedly for litter.
2024-09-15 08:49:55.062672213 [2024-09-15 08:49:55] watchdog.litter ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-09-15 08:49:55.062728950 [2024-09-15 08:49:55] ffmpeg.litter.detect ERROR : rtsp://*:*@192.168.1.54:554/ch1: Connection timed out
2024-09-15 08:49:55.062792328 [2024-09-15 08:49:55] ffmpeg.litter.detect ERROR : Last message repeated 1 timesRelevant go2rtc log output2024-09-14 08:53:48.178453279 08:53:48.178 INF [api] listen addr=:1984
2024-09-14 08:53:48.178456145 08:53:48.178 INF [webrtc] listen addr=:8555/tcp
2024-09-14 08:53:57.764746288 [INFO] Starting go2rtc healthcheck service...
2024-09-14 22:56:43.357001617 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
2024-09-14 22:56:59.582125628 exit with signal: terminated
2024-09-14 22:56:59.587839267 [INFO] The go2rtc service exited with code 0 (by signal 0)
2024-09-14 22:57:06.412105868 [INFO] Removing stale config from last run...
2024-09-14 22:57:06.413298523 [INFO] Preparing new go2rtc config...
2024-09-14 22:57:06.756158788 [INFO] Starting go2rtc...
2024-09-14 22:57:06.848838459 22:57:06.848 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-09-14 22:57:06.848841735 22:57:06.848 INF config path=/dev/shm/go2rtc.yaml
2024-09-14 22:57:06.849309051 22:57:06.849 INF [rtsp] listen addr=:8554
2024-09-14 22:57:06.849383310 22:57:06.849 INF [webrtc] listen addr=:8555/tcp
2024-09-14 22:57:06.849464533 22:57:06.849 INF [api] listen addr=:1984
2024-09-14 22:57:16.409606300 [INFO] Starting go2rtc healthcheck service...
2024-09-14 23:11:38.092448469 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
2024-09-14 23:11:52.304302037 exit with signal: terminated
2024-09-14 23:11:52.308879798 [INFO] The go2rtc service exited with code 0 (by signal 0)
2024-09-14 23:12:00.882149084 [INFO] Removing stale config from last run...
2024-09-14 23:12:00.883125755 [INFO] Preparing new go2rtc config...
2024-09-14 23:12:01.191889955 [INFO] Starting go2rtc...
2024-09-14 23:12:01.291599261 23:12:01.291 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-09-14 23:12:01.291602937 23:12:01.291 INF config path=/dev/shm/go2rtc.yaml
2024-09-14 23:12:01.292092235 23:12:01.292 INF [rtsp] listen addr=:8554
2024-09-14 23:12:01.292131108 23:12:01.292 INF [api] listen addr=:1984
2024-09-14 23:12:01.292207230 23:12:01.292 INF [webrtc] listen addr=:8555/tcp
2024-09-14 23:12:10.879803806 [INFO] Starting go2rtc healthcheck service...
2024-09-14 23:41:56.672284138 23:41:56.672 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 192.168.1.21:33964->192.168.1.106:554: i/o timeout" url=rtsp://thingino:thingino@192.168.1.106:554/ch0
2024-09-14 23:51:07.870339664 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
2024-09-14 23:51:23.092559704 exit with signal: terminated
2024-09-14 23:51:23.100670859 [INFO] The go2rtc service exited with code 0 (by signal 0)
2024-09-14 23:51:32.791227664 [INFO] Removing stale config from last run...
2024-09-14 23:51:32.792252245 [INFO] Preparing new go2rtc config...
2024-09-14 23:51:33.108275250 [INFO] Starting go2rtc...
2024-09-14 23:51:33.194126624 23:51:33.194 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-09-14 23:51:33.194130150 23:51:33.194 INF config path=/dev/shm/go2rtc.yaml
2024-09-14 23:51:33.194430864 23:51:33.194 INF [api] listen addr=:1984
2024-09-14 23:51:33.194475237 23:51:33.194 INF [rtsp] listen addr=:8554
2024-09-14 23:51:33.194608807 23:51:33.194 INF [webrtc] listen addr=:8555/tcp
2024-09-14 23:51:42.788620273 [INFO] Starting go2rtc healthcheck service...Frigate statsNo response Operating systemOther Install methodDocker Compose Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
go2rtc can't connect to your stream. You could try using ffmpeg in go2rtc, eg: |
Beta Was this translation helpful? Give feedback.


Thanks.
Your cameras are providing opus audio, but the MSE live player in Frigate requires AAC audio. See the camera settings recommendations in the docs. You have a few options:
- ffmpeg:rtsp://[hidden]:[hidden]@192.168.1.106:554/ch0#video=copy#audio=aacor you could add an additional stream underLiving:as- ffmpeg:Living#audio=aac, see the docs.See the go2rtc codecs table for what codecs are supported.