Frigate with Reolink E1 - Struggling with Config

Hi,

I can get the Frigate app to start but it wont connect to the Reolink E1.

This is the config

mqtt:
  host: 192.168.178.xx
  user: 
  password: 
  
cameras:
  reolink:
    ffmpeg:
      inputs:
        - path: 'rtmp://192.168.178.xx/bcs/channel0_sub.bcs?channel=0&stream=0&user=admin&password=xx
          roles:
            - detect
            - rtmp
        - path: 'rtmp://192.168.178.xx/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=xx'
          roles:
            - record
detectors:
  cpu1:
    type: cpu
  cput2:
    type: cpu

Logs throw this error:

2023-11-27 15:59:01.946671150  [2023-11-27 15:59:01] ffmpeg.reolink.detect          ERROR   : [rtmp @ 0x55df74cfebc0] Cannot open connection tcp://192.168.178.xx:1935?listen&listen_timeout=705032704&tcp_nodelay=0
2023-11-27 15:59:01.946774266  [2023-11-27 15:59:01] ffmpeg.reolink.detect          ERROR   : rtmp://192.168.178.xx/bcs/channel0_sub.bcs?channel=0&stream=0&user=*&password=* Cannot assign requested address

Appreciate any guidance!

1 Like

you are using rtmp so you must use the rtmp input args

thanks added in

input_args: preset-rtsp-restream

but get same error :frowning:

this was solved at [Camera Support]: Reolink E1 Zoom not being detected by Frigate · Issue #8766 · blakeblackshear/frigate · GitHub