blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
19.22k stars 1.76k forks source link

[Camera Support]: Amcrest AD410 issues with go2rtc #6710

Closed trevor-s8 closed 1 year ago

trevor-s8 commented 1 year ago

Describe the problem you are having

After a short time of running, go2rtc seems to lose access to my Amcrest AD410 video doorbell camera for recording. Audio continues to work in the recordings.

Version

0.12.0-da3e197

Frigate config file

mqtt:
  host: 192.168.1.185
  port: 1883
  user: homeassistant
  password: emut1shozeduta2sahKeivuzeisoh7Phiechie7ooteesai0ReeY7Xae5eibuec9

detectors:
  coral1:
    type: edgetpu
    device: pci

go2rtc:
  streams:
    backyard1:
      - rtsp://192.168.1.89:7447/3MnmVkmH0ySqp1fl
    backyard1_sub:
      - rtsp://192.168.1.89:7447/BOtNVTy95DAD7iqc
    backyard2:
      - rtsp://192.168.1.89:7447/RuHohOoeTvB3eD60
    backyard2_sub:
      - rtsp://192.168.1.89:7447/niIgTknPjyE3uPnU
    frontyard1:
      - rtsp://192.168.1.89:7447/NKx9awI2LCRuVOVs
    frontyard1_sub:
      - rtsp://192.168.1.89:7447/cYLEmc1GwkJqHUBa
    frontyard2:
      - rtsp://192.168.1.89:7447/g07iTr0zDaA0DKit
    frontyard2_sub:
      - rtsp://192.168.1.89:7447/5iwCN2uK0qYSUglh
    doorbell:
      - rtsp://admin:password@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
    doorbell_sub:
      - rtsp://admin:password@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1

detect:
  width: 640
  height: 360
  fps: 30

objects:
  track:
    - person
    - dog
  filters:
    person:
      min_area: 500

motion:
  contour_area: 25

record:
  enabled: True
  expire_interval: 60
  retain:
    days: 2 # <---- Number of days to retain recordings
    mode: all # < ---- saves all recordings
  events:
    retain:
      default: 10
      # NOTE: If the retain mode for the camera is more restrictive than the mode configured
      #       here, the segments will already be gone by the time this mode is applied.
      #       For example, if the camera retain mode is "motion", the segments without motion are
      #       never stored, so setting the mode to "all" here won't bring them back.

live:
  quality: 1

snapshots:
  enabled: True

cameras:
  # Unifi Cameras
  backyard1: # <------ Name the camera
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/backyard1 # <--- the name here must match the name of the camera in restream
          input_args: preset-rtsp-restream
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://127.0.0.1:8554/backyard1_sub # <--- the name here must match the name of the camera_sub in restream
          input_args: preset-rtsp-restream
          roles:
            - detect
    zones:
      grass:
        coordinates: 640,275,303,179,414,103,392,51,208,26,0,54,0,360,640,360
      patio:
        coordinates: 640,139,640,71,492,50,445,73,427,114,299,183,568,256
    motion:
      mask:
        - 332,87,378,80,407,0,437,0,411,87,414,104,459,135,425,201,327,171
  backyard2: # <------ Name the camera
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/backyard2 # <--- the name here must match the name of the camera in restream
          input_args: preset-rtsp-restream
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://127.0.0.1:8554/backyard2_sub # <--- the name here must match the name of the camera_sub in restream
          input_args: preset-rtsp-restream
          roles:
            - detect
    zones:
      patio:
        coordinates: 0,360,640,360,640,255,241,190,0,275
      grass:
        coordinates: 0,275,233,157,640,266,640,87,495,72,361,67,0,162
    motion:
      mask:
         - 317,110,318,173,279,174,272,21,299,0
         - 258,205,139,231,110,157,224,112,233,157
    # mqtt:
      # required_zones:
      #  - Front_Patio
      #  - Front_Steps
  frontyard1: # <------ Name the camera
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/frontyard1 # <--- the name here must match the name of the camera in restream
          input_args: preset-rtsp-restream
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://127.0.0.1:8554/frontyard1_sub # <--- the name here must match the name of the camera_sub in restream
          input_args: preset-rtsp-restream
          roles:
            - detect
    zones:
      driveway:
        coordinates: 0,107,195,122,238,151,344,136,493,207,0,313
      porch:
        coordinates: 0,360,610,360,378,234,0,283
    motion:
      mask:
        - 640,360,640,140,608,147,589,167,561,182,542,282,526,360
        - 0,0,382,0,640,0,640,57,215,86,135,58,127,90,0,88
  frontyard2: # <------ Name the camera
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/frontyard2 # <--- the name here must match the name of the camera in restream
          input_args: preset-rtsp-restream
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://127.0.0.1:8554/frontyard2_sub # <--- the name here must match the name of the camera_sub in restream
          input_args: preset-rtsp-restream
          roles:
            - detect
    zones:
      driveway:
        coordinates: 0,360,640,360,640,264,79,183,0,205
      porch:
        coordinates: 378,49,640,44,640,265,361,231
    motion:
      mask:
        - 437,0,0,0,0,109,79,183,359,93,390,146,453,132
    # mqtt:
      # required_zones:
      #  - Front_Patio
      #  - Front_Steps
  # ------------------------------------------------------------------------------------------------------
  # Amcrest ad410 Doorbell Camera
  doorbell: # <------ Name the camera
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/doorbell # <--- the name here must match the name of the camera in restream
          input_args: preset-rtsp-restream
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://127.0.0.1:8554/doorbell_sub # <--- the name here must match the name of the camera_sub in restream
          input_args: preset-rtsp-restream
          roles:
            - detect
    zones:
      patio:
        coordinates: 0,360,640,360,640,236,146,263,106,252,0,315
      driveway:
        coordinates: 285,228,58,360,0,360,0,208,367,238
    motion:
      mask:
        - 367,238,373,211,386,196,382,167,352,164,339,201
        - 419,220,415,259,489,268,518,197,467,164
    detect:
      width: 640
      height: 360
      fps: 15

Relevant log output

2023-06-05 13:39:27.190963733  [INFO] Preparing go2rtc config...
2023-06-05 13:39:27.909451223  [INFO] Starting go2rtc...
2023-06-05 13:39:27.986178577  13:39:27.986 INF go2rtc version 1.2.0 linux/amd64
2023-06-05 13:39:27.986369931  13:39:27.986 INF [api] listen addr=:1984
2023-06-05 13:39:27.986718625  13:39:27.986 INF [rtsp] listen addr=:8554
2023-06-05 13:39:27.986905226  13:39:27.986 INF [srtp] listen addr=:8443
2023-06-05 13:39:27.987063286  13:39:27.987 INF [webrtc] listen addr=:8555
2023-06-05 13:39:37.191515651  [INFO] Starting go2rtc healthcheck service...
2023-06-05 13:52:05.119162174  13:52:05.119 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.17.0.3:50574->192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:05.119166063  13:52:05.119 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.17.0.3:50600->192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:21.588256740  13:52:21.588 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:21.588285165  13:52:21.588 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:26.588595117  13:52:26.588 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:26.588611503  13:52:26.588 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:52:26.588713597  13:52:26.588 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:26.588726053  13:52:26.588 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:52:30.805247190  13:52:30.805 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:30.805263089  13:52:30.805 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:33.876101955  13:52:33.876 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:33.876105344  13:52:33.876 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:52:33.876117755  13:52:33.876 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:33.876119162  13:52:33.876 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:52:40.020231224  13:52:40.020 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:40.020234825  13:52:40.020 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:43.092287046  13:52:43.092 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:43.092290029  13:52:43.092 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:52:43.092316962  13:52:43.092 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:43.092318605  13:52:43.092 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:52:52.308195532  13:52:52.308 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:52.308199053  13:52:52.308 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:57.308532739  13:52:57.308 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:52:57.308536428  13:52:57.308 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:52:57.308548890  13:52:57.308 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:52:57.308612352  13:52:57.308 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:53:01.524142549  13:53:01.524 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:01.524384833  13:53:01.524 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:06.524477694  13:53:06.524 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:06.524492186  13:53:06.524 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:53:06.524535261  13:53:06.524 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:06.524552835  13:53:06.524 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:53:10.740203430  13:53:10.740 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:10.740282038  13:53:10.740 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:13.812216903  13:53:13.812 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:13.812220424  13:53:13.812 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:13.812221781  13:53:13.812 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:53:13.812254990  13:53:13.812 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:53:19.957154325  13:53:19.957 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:19.957212698  13:53:19.957 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:23.028147931  13:53:23.028 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:23.028151054  13:53:23.028 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:53:24.957843540  13:53:24.957 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:24.957846599  13:53:24.957 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:53:32.244253209  13:53:32.244 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:32.244272925  13:53:32.244 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:35.317253837  13:53:35.317 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:35.317256958  13:53:35.317 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:35.317268869  13:53:35.317 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:53:35.317270163  13:53:35.317 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:53:41.461192261  13:53:41.461 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:41.461207781  13:53:41.461 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:44.533148471  13:53:44.533 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:44.533152160  13:53:44.533 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:53:44.533330228  13:53:44.533 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:44.533332551  13:53:44.533 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:53:50.677234797  13:53:50.677 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:50.677249934  13:53:50.677 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:53.748217903  13:53:53.748 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:53:53.748232494  13:53:53.748 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:53:55.677714809  13:53:55.677 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:55.677717962  13:53:55.677 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:53:59.892231359  13:53:59.892 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:53:59.892314181  13:53:59.892 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:02.964208913  13:54:02.964 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:02.964211930  13:54:02.964 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:54:02.964224325  13:54:02.964 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:02.964230510  13:54:02.964 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:54:12.180127845  13:54:12.180 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:12.180212553  13:54:12.180 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:15.253066727  13:54:15.253 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:15.253081503  13:54:15.253 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:54:15.253121076  13:54:15.253 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:15.253143471  13:54:15.253 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:54:21.396293138  13:54:21.396 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:21.396296567  13:54:21.396 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:24.469258955  13:54:24.469 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:24.469274535  13:54:24.469 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:54:24.469364710  13:54:24.469 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:24.469366413  13:54:24.469 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:54:30.613190090  13:54:30.613 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:30.613193531  13:54:30.613 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:33.685032924  13:54:33.684 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:33.685046494  13:54:33.685 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:54:35.613731007  13:54:35.613 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:35.613734327  13:54:35.613 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:54:39.828040238  13:54:39.827 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:39.828113009  13:54:39.827 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:42.900038486  13:54:42.899 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:42.900041626  13:54:42.900 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:54:44.828997260  13:54:44.828 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:44.829010875  13:54:44.828 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:54:52.117137318  13:54:52.117 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:52.117140997  13:54:52.117 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:57.117290306  13:54:57.117 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:54:57.117307205  13:54:57.117 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:54:57.117340795  13:54:57.117 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:54:57.117349733  13:54:57.117 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:55:01.333083837  13:55:01.333 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:01.333172919  13:55:01.333 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:04.404038415  13:55:04.403 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:04.404053842  13:55:04.404 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:55:04.404144670  13:55:04.403 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:04.404146309  13:55:04.404 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:55:10.548173719  13:55:10.548 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:13.620187939  13:55:13.620 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:15.548514365  13:55:15.548 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:15.548528012  13:55:15.548 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:55:16.692094358  13:55:16.691 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:16.692108311  13:55:16.692 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:55:19.764062049  13:55:19.763 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:19.764177327  13:55:19.763 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:22.836104514  13:55:22.836 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:22.836107932  13:55:22.836 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:55:22.836109576  13:55:22.835 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:22.836126779  13:55:22.836 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:55:32.629013389  13:55:32.628 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:32.629068938  13:55:32.628 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:35.700145972  13:55:35.700 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:35.700149091  13:55:35.700 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:55:35.700161902  13:55:35.700 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:35.700173268  13:55:35.700 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:55:42.676223670  13:55:42.676 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:44.584195550  13:55:44.584 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:45.749076993  13:55:45.748 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:55:45.749080003  13:55:45.749 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:55:45.749092933  13:55:45.749 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:55:45.749104310  13:55:45.749 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:58:00.903833757  13:58:00.903 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.17.0.3:49396->192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:00.903837424  13:58:00.903 WRN github.com/AlexxIT/go2rtc/cmd/streams/producer.go:133 > error="read tcp 172.17.0.3:49382->192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:11.092216058  13:58:11.092 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:14.164119492  13:58:14.164 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:14.164122956  13:58:14.164 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:58:20.308267182  13:58:20.308 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:20.308283857  13:58:20.308 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:23.380067076  13:58:23.380 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:23.380083625  13:58:23.380 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:58:23.380142886  13:58:23.380 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:23.380144968  13:58:23.380 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:58:32.596064291  13:58:32.595 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:32.596145750  13:58:32.596 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:37.596433975  13:58:37.596 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:37.596439545  13:58:37.596 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:37.596453379  13:58:37.596 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:58:37.596454731  13:58:37.596 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:58:41.812250478  13:58:41.812 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:41.812254491  13:58:41.812 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:46.812997735  13:58:46.812 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:46.813012264  13:58:46.812 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:58:46.813013925  13:58:46.812 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:46.813027008  13:58:46.813 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:58:51.028131654  13:58:51.028 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:51.028183360  13:58:51.028 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:54.100052640  13:58:54.099 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:58:54.100055527  13:58:54.100 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:58:56.029297248  13:58:56.029 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:58:56.029311356  13:58:56.029 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:59:00.244135107  13:59:00.244 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:00.244138337  13:59:00.244 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:03.316045193  13:59:03.315 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:03.316060846  13:59:03.316 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:59:05.244371676  13:59:05.244 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:05.244385103  13:59:05.244 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:59:12.532306632  13:59:12.532 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:12.532327671  13:59:12.532 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:17.532877811  13:59:17.532 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:17.532880875  13:59:17.532 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:59:17.532900068  13:59:17.532 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:17.532950636  13:59:17.532 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 13:59:21.749109870  13:59:21.749 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:21.749151543  13:59:21.749 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:24.821168456  13:59:24.821 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:24.821172051  13:59:24.821 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:59:24.821173679  13:59:24.821 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:24.821175044  13:59:24.821 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:59:30.965250877  13:59:30.965 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:30.966215295  13:59:30.966 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:34.036207810  13:59:34.036 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:34.036210890  13:59:34.036 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:59:34.036212472  13:59:34.036 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:34.036225662  13:59:34.036 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:59:40.180017586  13:59:40.179 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:40.180021040  13:59:40.179 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:43.252108316  13:59:43.252 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:43.252111416  13:59:43.252 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 13:59:43.252113032  13:59:43.252 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:43.252114279  13:59:43.252 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 13:59:52.468802632  13:59:52.468 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:52.468806243  13:59:52.468 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:57.469171932  13:59:57.469 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 13:59:57.469195815  13:59:57.469 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell_sub
2023-06-05 13:59:57.469286592  13:59:57.469 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: i/o timeout" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 13:59:57.469288710  13:59:57.469 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: i/o timeout" stream=doorbell
2023-06-05 14:00:01.684205370  14:00:01.684 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 14:00:01.684257852  14:00:01.684 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 14:00:04.757119712  14:00:04.757 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 14:00:04.757122806  14:00:04.757 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 14:00:04.757137110  14:00:04.757 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 14:00:04.757138359  14:00:04.757 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 14:00:10.900253264  14:00:10.900 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 14:00:10.900267744  14:00:10.900 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 14:00:13.972154962  14:00:13.972 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 14:00:13.972158511  14:00:13.972 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 14:00:13.972159777  14:00:13.972 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell
2023-06-05 14:00:13.972161082  14:00:13.972 WRN [rtsp] error="source 0 error: dial tcp 192.168.42.99:554: connect: no route to host" stream=doorbell_sub
2023-06-05 14:00:20.116041642  14:00:20.115 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1
2023-06-05 14:00:20.116173368  14:00:20.115 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 14:00:23.189124631  14:00:23.189 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=0
2023-06-05 14:00:23.189341499  14:00:23.189 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="dial tcp 192.168.42.99:554: connect: no route to host" url=rtsp://admin:Tz56NYxso4@192.168.42.99:554/cam/realmonitor?channel=1&subtype=1

FFprobe output from your camera

# ffprobe 192.168.42.99
ffprobe version n5.1-2-g915ef932a3-20220731 Copyright (c) 2007-2022 the FFmpeg developers
  built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
  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-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --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-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
192.168.42.99: No such file or directory

Frigate stats

backyard1   
camera_fps  30.1
capture_pid 385
detection_enabled   1
detection_fps   14.2
ffmpeg_pid  395
pid 366
process_fps 30
skipped_fps 0
backyard2   
camera_fps  30
capture_pid 386
detection_enabled   1
detection_fps   24.2
ffmpeg_pid  392
pid 367
process_fps 30.2
skipped_fps 0
cpu_usages  
1   
cpu "0.0"
mem "0.0"
15  
cpu "0.0"
mem "0.0"
17  
cpu "0.0"
mem "0.0"
24  
cpu "0.0"
mem "0.0"
25  
cpu "0.0"
mem "0.0"
26  
cpu "0.0"
mem "0.0"
27  
cpu "0.0"
mem "0.0"
28  
cpu "0.0"
mem "0.0"
29  
cpu "0.0"
mem "0.0"
30  
cpu "0.0"
mem "0.0"
31  
cpu "0.0"
mem "0.0"
32  
cpu "0.0"
mem "0.0"
41  
cpu "0.0"
mem "0.0"
42  
cpu "0.0"
mem "0.0"
79  
cpu "0.0"
mem "0.0"
81  
cpu "0.0"
mem "0.0"
82  
cpu "0.0"
mem "0.0"
89  
cpu "3.3"
mem "0.3"
102 
cpu "4.3"
mem "1.6"
106 
cpu "0.0"
mem "0.0"
116 
cpu "0.0"
mem "0.1"
134 
cpu "0.0"
mem "0.0"
135 
cpu "0.0"
mem "0.1"
136 
cpu "0.0"
mem "0.0"
137 
cpu "0.0"
mem "0.0"
138 
cpu "0.0"
mem "0.0"
139 
cpu "0.0"
mem "0.0"
354 
cpu "0.0"
mem "0.5"
360 
cpu "1.0"
mem "0.1"
361 
cpu "3.0"
mem "0.7"
363 
cpu "2.7"
mem "0.6"
366 
cpu "1.3"
mem "0.6"
367 
cpu "2.7"
mem "0.6"
368 
cpu "2.7"
mem "0.6"
369 
cpu "13.7"
mem "0.6"
370 
cpu "0.0"
mem "0.1"
384 
cpu "8.7"
mem "0.6"
385 
cpu "2.0"
mem "0.6"
386 
cpu "2.0"
mem "0.6"
389 
cpu "0.0"
mem "0.1"
390 
cpu "2.0"
mem "0.6"
392 
cpu "3.0"
mem "0.3"
394 
cpu "2.0"
mem "0.6"
395 
cpu "2.7"
mem "0.2"
398 
cpu "0.0"
mem "0.1"
402 
cpu "1.0"
mem "0.6"
404 
cpu "0.0"
mem "0.1"
405 
cpu "2.7"
mem "0.3"
409 
cpu "0.3"
mem "0.2"
411 
cpu "0.0"
mem "0.1"
414 
cpu "3.0"
mem "0.3"
416 
cpu "0.3"
mem "0.2"
417 
cpu "0.3"
mem "0.2"
418 
cpu "0.0"
mem "0.1"
429 
cpu "0.0"
mem "0.2"
3769    
cpu "1.7"
mem "0.3"
3771    
cpu "0.3"
mem "0.2"
6212    
cpu "0.0"
mem "0.0"
6280    
cpu "0.0"
mem "0.0"
6324    
cpu "0.3"
mem "0.0"
6330    
cpu "0.0"
mem "0.0"
6333    
cpu "0.3"
mem "0.0"
%Cpu(s):    
cpu "id,"
mem "0.3"
MiB 
cpu "11110.9"
mem "avail"
PID 
cpu "%CPU"
mem "%MEM"
Tasks:  
cpu "stopped,"
mem "0"
top 
cpu "average:"
mem "1.57,"
detection_fps   50.6
detectors   
coral1  
detection_start 0
inference_speed 6.23
pid 361
doorbell    
camera_fps  15.2
capture_pid 402
detection_enabled   1
detection_fps   1.8
ffmpeg_pid  3769
pid 384
process_fps 15.1
skipped_fps 0
frontyard1  
camera_fps  30.1
capture_pid 390
detection_enabled   1
detection_fps   8.2
ffmpeg_pid  414
pid 368
process_fps 30.1
skipped_fps 0
frontyard2  
camera_fps  30.1
capture_pid 394
detection_enabled   1
detection_fps   2.2
ffmpeg_pid  405
pid 369
process_fps 30
skipped_fps 0
service 
last_updated    1685997637
latest_version  "0.12.0"
storage 
/dev/shm    
free    263.8
mount_type  "tmpfs"
total   268.4
used    4.6
/media/frigate/clips    
free    310034.7
mount_type  "fuse.shfs"
total   499863.6
used    189829
/media/frigate/recordings   
free    310034.7
mount_type  "fuse.shfs"
total   499863.6
used    189829
/tmp/cache  
free    89.8
mount_type  "tmpfs"
total   100
used    10.2
temperatures    
apex_0  50.05
uptime  3668
version "0.12.0-da3e197"

Operating system

UNRAID

Install method

Docker Compose

Coral version

PCIe

Network connection

Wired

Camera make and model

Amcrest AD410

Any other information that may be helpful

Seemed to work fine in v11 but I unfortunately don't have logs back that far to verify

NickM-27 commented 1 year ago

I'd suggest upgrading go2rtc to 1.5.0

trevor-s8 commented 1 year ago

I'd suggest upgrading go2rtc to 1.5.0

Hi, thanks I will give it a try.

I see the instructions for upgrading here https://docs.frigate.video/configuration/advanced/#custom-go2rtc-version

Do you happen to know which build to use for Unraid Docker deployments? https://github.com/AlexxIT/go2rtc/releases/tag/v1.5.0

NickM-27 commented 1 year ago

Whichever one matches your CPU arch, most likely amd64

trevor-s8 commented 1 year ago

Whichever one matches your CPU arch, most likely amd64

Thanks. Unfortunately even with 1.5 installed I still get the same error. Using the GUI, I went to the go2rtc dashboard and clicking the stream there is no video with the error

mse: dial tcp 192.168.42.99:554: connect: no route to host

NickM-27 commented 1 year ago

That error means the camera is not online at that IP address

trevor-s8 commented 1 year ago

That error means the camera is not online at that IP address

Right, normally. But I can confirm that is the IP address of the camera, and it works in frigate v11 with ffmpeg

In v12, there is something blocking the connection

NickM-27 commented 1 year ago

No there is not, go2rtc can't reach the camera then it can't reach the camera.

NickM-27 commented 1 year ago

You could always try ffmpeg in go2rtc as well and of course using the go2rtc restream for frigate is not required either

trevor-s8 commented 1 year ago

No there is not, go2rtc can't reach the camera then it can't reach the camera.

When I get back home I’ll show the v11 logs showing it works with no other changes.

I’ll try the second suggestion, but again, there is audio in the recordings, just no video.

I don’t see how there can truly be no route to host if I am getting audio from the camera

YBonline commented 1 year ago

I've had funky issues with the camera/doorbell severely malfunctioning if your running it with go2rtc without the backchannel turned off. The backchannel turned on tells the camera that there should be active 2 way audio and it seems to sit in higher power state its not designed to sit at from what I can tell. Just add #backchannel=0 to the end of the go2rtc rtsp line (I don't use the substream for it, but I'd add it to both), restart frigate, then restart the doorbell and hopefully all will be well.

joeShuff commented 1 year ago

Just add #backchannel=0 to the end of the go2rtc rtsp line

You will want to do this regardless, if you don't the doorbell button doesn't work because it thinks there is a call active. Might also solve your video issue. I have the same doorbell but haven't noticed this behaviour.

If that doesn't work, whats your doorbells firmware? I saw talks of the latest firmware being dodgy and breaking peoples setups.

Mine is currently Eng_N_V1.000.0000000.7.R.20210220 and works fine

trevor-s8 commented 1 year ago

I've had funky issues with the camera/doorbell severely malfunctioning if your running it with go2rtc without the backchannel turned off. The backchannel turned on tells the camera that there should be active 2 way audio and it seems to sit in higher power state its not designed to sit at from what I can tell. Just add #backchannel=0 to the end of the go2rtc rtsp line (I don't use the substream for it, but I'd add it to both), restart frigate, then restart the doorbell and hopefully all will be well.

Just add #backchannel=0 to the end of the go2rtc rtsp line

You will want to do this regardless, if you don't the doorbell button doesn't work because it thinks there is a call active. Might also solve your video issue. I have the same doorbell but haven't noticed this behaviour.

If that doesn't work, whats your doorbells firmware? I saw talks of the latest firmware being dodgy and breaking peoples setups.

Mine is currently Eng_N_V1.000.0000000.7.R.20210220 and works fine

Apologies for the late reply. After adding this it appears things are working in a more stable way. Thank you!

RobertusIT commented 1 year ago

I'm stuck with AD410.

Because I don't understand why in FRIGATE, I can't see the stream in high quality and also I can't see any audio stream.

So I guess that if I record something from my doorbell, I can't heard nothing.

Please can you help me for my config?

########################################## MQTT SERVER E DB
database:
  path: /home/frigate.db
mqtt:
  host: 192.168.178.81
  user: mqtt_user
  password: mqtt_user
  topic_prefix: frigate
  client_id: frigate
########################################## GOOGLE CORAL USB
detectors:
  coral:
    type: edgetpu
    device: usb
########################################## GLOBAL SETTINGS
ffmpeg:
  hwaccel_args: preset-vaapi
  input_args: preset-http-reolink
  output_args:
    record: preset-record-generic-audio-copy

objects:
  track:
    - person

record:
  enabled: True

birdseye:
  enabled: True
  mode: objects

detect:
  width: 896
  height: 672
  fps: 5
  enabled: True

snapshots:
  enabled: True
live:
  quality: 1

########################################## GO2RTC
go2rtc:
  streams:

    ingresso:
      - ffmpeg:http://192.168.178.179/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
    ingresso_sub:
      - ffmpeg:http://192.168.178.179/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
    camera_da_letto:
      - ffmpeg:https://192.168.178.34/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
    camera_da_letto_sub:
      - ffmpeg:https://192.168.178.34/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
    balcone_grande:
      - ffmpeg:https://192.168.178.117/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
    balcone_grande_sub:
      - ffmpeg:https://192.168.178.117/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
    studio:
      - ffmpeg:https://192.168.178.30/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
    studio_sub:
      - ffmpeg:https://192.168.178.30/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
    veranda:
      - ffmpeg:https://192.168.178.163/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=mypass
    veranda_sub:
      - ffmpeg:https://192.168.178.163/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=mypass
    AD410:
      - rtsp://admin:mypass@192.168.178.98:554/cam/realmonitor?channel=1&subtype=0#backchannel=0
    AD410_sub:
      - rtsp://admin:mypass@192.168.178.98:554/cam/realmonitor?channel=1&subtype=1#backchannel=0

########################################## CAMERE
cameras:

  ingresso:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/ingresso?video=copy&audi=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/ingresso_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect

  camera_da_letto:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/camera_da_letto?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/camera_da_letto_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect

  balcone_grande:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/balcone_grande?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/balcone_grande_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect

  studio:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/studio?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/studio_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect

  veranda:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/veranda?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/veranda_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect

  AD410:
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-copy
      inputs:
        - path: rtsp://127.0.0.1:8554/ad410
          input_args: preset-rtsp-restream
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://127.0.0.1:8554/ad410_sub 
          input_args: preset-rtsp-restream
          roles:
            - detect

    detect:
      width: 640
      height: 360
      fps: 15

I can see bad quality and no audio. I renamed CAMPANELLO in AD410 for you. image

NickM-27 commented 1 year ago

You need to select a different live view type other than jsmpeg

joeShuff commented 1 year ago

My urls for the doorbell are different from yours too.

Main: rtsp://username>:<pass>@<ip:554#backchannel=0 Sub: rtsp://username>:<pass>@<ip:554/cam/realmonitor?channel=1&subtype=1#backchannel=0

Cr4z33 commented 1 year ago

Sorry for the offtopic question people, but did someone of you AD410 owners manage to get 2-way comm working in go2rtc?

I am close, but I am stuck at the point where there's no way to get the client (Desktop, mobile, tablet, whatever) microphone enabled when the WebRTC stream is running...

NickM-27 commented 1 year ago

are you using a browser with https connection to go2rtc?

Cr4z33 commented 1 year ago

@NickM-27 no the go2rtc (v1.7.0) is running in the Frigate container so straight HTTP.

NickM-27 commented 1 year ago

https is required for two way talk, like it says in the go2rtc docs.

NickM-27 commented 1 year ago

I believe there is a dev tool in chrome to disable this requirement

Cr4z33 commented 1 year ago

@NickM-27 oohhhhh didn't know that thanks!

Cr4z33 commented 1 year ago

I believe there is a dev tool in chrome to disable this requirement

OK I do a search for it now tnx.

Cr4z33 commented 1 year ago

https is required for two way talk, like it says in the go2rtc docs.

Me again.

I actually forgot that I had already go2rtc running in HTTPS. 🤦🏼

The Chrome dev setting is enabled and the host was added to the list, mic is on and its red icon shows up while running the webRTC stream, but no audio comes out from the doorbell.