[Config Support]: Help configuring new Reolink Battery WiFi Doorbell #14772
Describe the problem you are havingHello, I'm having trouble configuring my new Reolink Battery WiFi Doorbell I just recevied a few days ago. I think I've tried every configuration possible : port 1935, port 554, http:flv, rtsp... Looks like I cannot even connect to the camera (connection refused / timed out in the logs). It is not possible to configure users on the Reolink app / PC app. (Don't hesitate to give any other advice for the rest of the config) Version0.14.1-f4f3cfa Frigate config filemqtt:
enabled: false
ffmpeg:
hwaccel_args: preset-vaapi
go2rtc:
streams:
doorbell1935:
- "ffmpeg:https://192.168.1.31/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=REMOVEDPASS#video=copy#audio=copy#audio=opus"
- rtsp://admin:REMOVEDPASS@192.168.1.31/Preview_01_sub
# - rtsp://admin:REMOVEDPASS@192.168.1.31/Preview_01_main
doorbell1935_sub:
- "ffmpeg:https://192.168.1.31/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS"
# - rtsp://admin:REMOVEDPASS@192.168.1.31/Preview_01_sub
doorbell554:
- "ffmpeg:https://192.168.1.31/flv?port=554&app=bcs&stream=channel0_main.bcs&user=admin&password=REMOVEDPASS#video=copy#audio=copy#audio=opus"
- rtsp://admin:REMOVEDPASS.168.1.31/Preview_01_sub
# - rtsp://admin:REMOVEDPASS@192.168.1.31/Preview_01_main
doorbell554_sub:
- "ffmpeg:https://192.168.1.31/flv?port=554&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS"
# - rtsp://admin:REMOVEDPASS@192.168.1.31/Preview_01_sub
doorbellSHS:
- ffmpeg:https://192.168.1.31/flv?port=554&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS
- rtsp://admin:REMOVEDPASS@192.168.1.31:554/Preview_01_sub
- ffmpeg:doorbell#audio=opus
ffmpeg:
bin: ffmpeg
volume: "-af \"volume=30dB\""
webrtc:
candidates:
- 192.168.1.10:8555
- stun:8555
cameras:
E1_Pro_1:
ffmpeg:
inputs:
- path: rtsp://REMOVEDPASS:REMOVEDPASS@192.168.1.36:554/h264Preview_01_main
roles:
- record
- path: rtsp://REMOVEDPASS:REMOVEDPASS@192.168.1.36:554/h264Preview_01_sub
roles:
- detect
onvif:
host: 192.168.1.36
port: 8000
user: REMOVEDPASS
password: REMOVEDPASS
record:
enabled: true
retain:
days: 7
mode: all
events:
retain:
default: 14
mode: motion
motion: {}
######## TESTS #########
doorbellSHS:
enabled: true
ffmpeg:
inputs:
- path: rtsp://admin:REMOVEDPASS@192.168.1.31:554/h264Preview_01_sub
roles:
- detect
- record
output_args:
record: preset-record-generic-audio-copy
doorbell_1935:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell1935
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell1935_sub
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-generic-audio-aac
live:
stream_name: doorbell1935
doorbell_554:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell554
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell554_sub
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-generic-audio-aac
live:
stream_name: doorbell554
version: 0.14Relevant Frigate log output2024-11-04 09:39:48.018372659 [INFO] Preparing Frigate...
2024-11-04 09:39:48.027046014 [INFO] Starting Frigate...
2024-11-04 09:39:49.449589085 [2024-11-04 09:39:49] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2024-11-04 09:39:49.449670693 [2024-11-04 09:39:49] frigate.util.config INFO : Checking if frigate config needs migration...
2024-11-04 09:39:49.470986275 [2024-11-04 09:39:49] frigate.util.config INFO : frigate config does not need migration...
2024-11-04 09:39:56.754206081 [tcp @ 0x3580740] Connection to tcp://192.168.1.31:554?timeout=0 failed: Connection refused
2024-11-04 09:39:56.860294273 [rtsp @ 0x337afc0] method DESCRIBE failed: 404 Not Found
2024-11-04 09:39:56.967941453 [rtsp @ 0x3cb34c0] method DESCRIBE failed: 404 Not Found
2024-11-04 09:39:56.993112367 [2024-11-04 09:39:56] peewee_migrate.logs INFO : Starting migrations
2024-11-04 09:39:56.993709940 [2024-11-04 09:39:56] peewee_migrate.logs INFO : There is nothing to migrate
2024-11-04 09:39:58.227093704 [2024-11-04 09:39:58] frigate.app INFO : Recording process started: 359
2024-11-04 09:39:58.228074674 [2024-11-04 09:39:58] frigate.app INFO : Recording process started: 368
2024-11-04 09:39:58.230383247 [2024-11-04 09:39:58] frigate.app INFO : go2rtc process pid: 98
2024-11-04 09:39:58.254114714 [2024-11-04 09:39:58] detector.cpu INFO : Starting detection process: 387
2024-11-04 09:39:58.257704128 [2024-11-04 09:39:58] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2024-11-04 09:39:58.260838232 [2024-11-04 09:39:58] frigate.app INFO : Output process started: 389
2024-11-04 09:39:58.378006828 [2024-11-04 09:39:58] frigate.app INFO : Camera processor started for E1_Pro_1: 404
2024-11-04 09:39:58.385445259 [2024-11-04 09:39:58] frigate.app INFO : Camera processor started for doorbellSHS: 408
2024-11-04 09:39:58.392719051 [2024-11-04 09:39:58] frigate.app INFO : Camera processor started for doorbell_1935: 411
2024-11-04 09:39:58.400058360 [2024-11-04 09:39:58] frigate.app INFO : Camera processor started for doorbell_554: 414
2024-11-04 09:39:58.409260842 [2024-11-04 09:39:58] frigate.app INFO : Capture process started for E1_Pro_1: 424
2024-11-04 09:39:58.417218986 [2024-11-04 09:39:58] frigate.app INFO : Capture process started for doorbellSHS: 429
2024-11-04 09:39:58.434131869 [2024-11-04 09:39:58] frigate.app INFO : Capture process started for doorbell_1935: 435
2024-11-04 09:39:58.439026735 [2024-11-04 09:39:58] frigate.app INFO : Capture process started for doorbell_554: 442
2024-11-04 09:39:58.509603697 [2024-11-04 09:39:58] frigate.video ERROR : doorbellSHS: Unable to read frames from ffmpeg process.
2024-11-04 09:39:58.509969598 [2024-11-04 09:39:58] frigate.video ERROR : doorbellSHS: ffmpeg process is not running. exiting capture thread...
2024-11-04 09:39:58.515305575 [2024-11-04 09:39:58] frigate.video ERROR : doorbell_1935: Unable to read frames from ffmpeg process.
2024-11-04 09:39:58.515309723 [2024-11-04 09:39:58] frigate.video ERROR : doorbell_1935: ffmpeg process is not running. exiting capture thread...
2024-11-04 09:39:58.517315936 [2024-11-04 09:39:58] frigate.video ERROR : doorbell_554: Unable to read frames from ffmpeg process.
2024-11-04 09:39:58.517556228 [2024-11-04 09:39:58] frigate.video ERROR : doorbell_554: ffmpeg process is not running. exiting capture thread...Relevant go2rtc log output2024-11-04 09:39:48.017425763 [INFO] Preparing new go2rtc config...
2024-11-04 09:39:48.523539842 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2024-11-04 09:39:48.652135935 [INFO] Starting go2rtc...
2024-11-04 09:39:48.795284734 09:39:48.795 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-11-04 09:39:48.795288233 09:39:48.795 INF config path=/dev/shm/go2rtc.yaml
2024-11-04 09:39:48.795877113 09:39:48.795 INF [rtsp] listen addr=:8554
2024-11-04 09:39:48.795906097 09:39:48.795 INF [api] listen addr=:1984
2024-11-04 09:39:48.796201852 09:39:48.796 INF [webrtc] listen addr=:8555
2024-11-04 09:39:56.860135640 09:39:56.860 WRN [rtsp] error="streams: exec: [tcp @ 0x5610f151d780] Connection to tcp://192.168.1.31:443 failed: Connection refused\nhttps://192.168.1.31/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS: Input/output error\n" stream=doorbell1935_sub
2024-11-04 09:39:56.967835228 09:39:56.967 WRN [rtsp] error="streams: exec: [tcp @ 0x55d55963c780] Connection to tcp://192.168.1.31:443 failed: Connection refused\nhttps://192.168.1.31/flv?port=554&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS: Input/output error\n" stream=doorbell554_sub
2024-11-04 09:39:58.015586831 [INFO] Starting go2rtc healthcheck service...
2024-11-04 09:39:58.511139282 09:39:58.511 WRN [rtsp] error="streams: exec: [tcp @ 0x55d3f3cf3780] Connection to tcp://192.168.1.31:443 failed: Connection refused\nhttps://192.168.1.31/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS: Input/output error\n" stream=doorbell1935_sub
2024-11-04 09:39:58.514238792 09:39:58.514 WRN [rtsp] error="streams: exec: [tcp @ 0x5566b4823780] Connection to tcp://192.168.1.31:443 failed: Connection refused\nhttps://192.168.1.31/flv?port=554&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS: Input/output error\n" stream=doorbell554_sub
2024-11-04 09:40:18.832597897 09:40:18.831 WRN [rtsp] error="streams: exec: [tcp @ 0x55e182276780] Connection to tcp://192.168.1.31:443 failed: Connection refused\nhttps://192.168.1.31/flv?port=554&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS: Input/output error\n" stream=doorbell554_sub
2024-11-04 09:40:18.832602504 09:40:18.832 WRN [rtsp] error="streams: exec: [tcp @ 0x5633b0f03780] Connection to tcp://192.168.1.31:443 failed: Connection refused\nhttps://192.168.1.31/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=REMOVEDPASS: Input/output error\n" stream=doorbell1935_subFrigate statsNo response Operating systemDebian Install methodDocker Compose docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "128mb" # update for your cameras based on calculation above
devices:
#- /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
#- /dev/apex_0:/dev/apex_0 # Passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
#- /dev/video11:/dev/video11 # For Raspberry Pi 4B
- /dev/dri/renderD128:/dev/dri/renderD128 # For intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- /docker/frigate/config:/config
- /sda/frigate:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "5025:5000" # Internal unauthenticated access. Expose carefully.
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "REMOVEDPASS"Object DetectorCPU (no coral) Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Replies: 1 comment 7 replies
|
I don't think the battery doorbell supports rtsp / continuous streaming, meaning it isn't usable in frigate |
I don't think the battery doorbell supports rtsp / continuous streaming, meaning it isn't usable in frigate