[Camera Support]: Reolink E1 Zoom No sound in live view #10417
Answered
by
NickM-27
Breakingx
asked this question in
Camera Support
-
Describe the problem you are havingHey hope everyone is well! I have a problem with the live sound of my Reolink E1 Zoom camera. While sound being recorded it isn't being outputted in the live view. Can someone please check my config to sort out an error? Best regards. Version0.13.2-6476F8A Frigate config filemqtt:
host: 192.168.178.2
client_id: frigate
topic_prefix: frigate
user: mqtt-user
password: oD2z&v$J!mu2x
ffmpeg:
hwaccel_args: preset-vaapi
detectors:
coral:
type: edgetpu
device: usb
detect:
enabled: true
fps: 5
width: 1280
height: 960
audio:
enabled: True
listen:
- bark
- fire_alarm
- scream
- speech
- yell
- crying
record:
enabled: True
retain:
days: 3
mode: all
events:
retain:
default: 14
mode: motion
go2rtc:
streams:
CamGo2RTC_main: # <- for RTSP streams
- rtsp://admin:XXXX!@192.168.178.33:554/h264Preview_01_main # <- main stream which supports video & aac audio
- "ffmpeg:CamGo2RTC_main#audio=opus"
CamGo2RTC_sub: # <- for RTSP streams
- rtsp://admin:XXXX!@192.168.178.33:554/h264Preview_01_sub # <- sub stream which supports video & aac audio
- "ffmpeg:CamGo2RTC_sub#audio=opus"
cameras:
Cam:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CamGo2RTC_main # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/CamGo2RTC_sub # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream
roles:
- detect
- audio # <- only necessary if audio detection is enabledRelevant log outputs6-rc: info: service s6rc-fdholder: starting
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service s6rc-fdholder successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service log-prepare: starting
s6-rc: info: service log-prepare successfully started
s6-rc: info: service nginx-log: starting
s6-rc: info: service go2rtc-log: starting
s6-rc: info: service frigate-log: starting
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service nginx-log successfully started
s6-rc: info: service frigate-log successfully started
s6-rc: info: service go2rtc successfully started
s6-rc: info: service go2rtc-healthcheck: starting
s6-rc: info: service frigate: starting
s6-rc: info: service go2rtc-healthcheck successfully started
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
2024-03-13 10:52:21.398826839 [INFO] Preparing Frigate...
2024-03-13 10:52:21.401150325 [INFO] Starting NGINX...
2024-03-13 10:52:21.404390453 [INFO] Preparing new go2rtc config...
s6-rc: info: service legacy-services successfully started
2024-03-13 10:52:21.413368902 [INFO] Starting Frigate...
2024-03-13 10:52:21.459515738 [INFO] Got IP address from supervisor: 192.168.178.2
2024-03-13 10:52:21.511393676 [INFO] Got WebRTC port from supervisor: 8555
2024-03-13 10:52:21.871690266 [INFO] Starting go2rtc...
2024-03-13 10:52:21.910142166 2024/03/13 11:52:21 [error] 147#147: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.2, server: , request: "GET /ws HTTP/1.1", upstream: "http://127.0.0.1:5002/", host: "wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa"
2024-03-13 10:52:21.911838384 172.30.32.2 - - [13/Mar/2024:11:52:21 +0100] "GET /ws HTTP/1.1" 502 559 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:52:21.987601194 11:52:21.987 INF go2rtc version 1.8.4 linux/amd64
2024-03-13 10:52:21.988318302 11:52:21.988 INF [api] listen addr=:1984
2024-03-13 10:52:21.988478103 11:52:21.988 INF [rtsp] listen addr=:8554
2024-03-13 10:52:21.990112456 11:52:21.988 INF [webrtc] listen addr=:8555
2024-03-13 10:52:23.550218316 [2024-03-13 11:52:23] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
2024-03-13 10:52:23.550378687 [2024-03-13 11:52:23] frigate.app INFO : Creating directory: /tmp/cache
2024-03-13 10:52:23.598819112 [2024-03-13 11:52:23] peewee_migrate.logs INFO : Starting migrations
2024-03-13 10:52:23.604434808 [2024-03-13 11:52:23] peewee_migrate.logs INFO : There is nothing to migrate
2024-03-13 10:52:23.609820572 [2024-03-13 11:52:23] frigate.app INFO : Recording process started: 306
2024-03-13 10:52:23.612919977 [2024-03-13 11:52:23] frigate.app INFO : go2rtc process pid: 91
2024-03-13 10:52:23.636559498 [2024-03-13 11:52:23] detector.coral INFO : Starting detection process: 316
2024-03-13 10:52:23.641804496 [2024-03-13 11:52:23] frigate.app INFO : Output process started: 318
2024-03-13 10:52:23.675411177 [2024-03-13 11:52:23] frigate.app INFO : Camera processor started for Till: 332
2024-03-13 10:52:23.681037224 [2024-03-13 11:52:23] frigate.app INFO : Capture process started for Till: 333
2024-03-13 10:52:23.682429566 [2024-03-13 11:52:23] frigate.app INFO : Audio process started: 337
2024-03-13 10:52:26.254671417 [2024-03-13 11:52:23] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-03-13 10:52:26.260868530 [2024-03-13 11:52:26] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-03-13 10:52:31.398101991 [INFO] Starting go2rtc healthcheck service...
2024-03-13 10:53:35.739061145 172.30.32.2 - - [13/Mar/2024:11:53:35 +0100] "GET / HTTP/1.1" 200 6636 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "-"
2024-03-13 10:53:36.573654430 172.30.32.2 - - [13/Mar/2024:11:53:36 +0100] "GET /api/config HTTP/1.1" 200 8511 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:36.601333786 172.30.32.2 - - [13/Mar/2024:11:53:36 +0100] "GET /api/config/raw HTTP/1.1" 200 604 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:36.726124307 172.30.32.2 - - [13/Mar/2024:11:53:36 +0100] "GET /api/logs/nginx HTTP/1.1" 200 559 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:36.729419216 172.30.32.2 - - [13/Mar/2024:11:53:36 +0100] "GET /api/logs/go2rtc HTTP/1.1" 200 316 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:36.733884324 172.30.32.2 - - [13/Mar/2024:11:53:36 +0100] "GET /api/logs/frigate HTTP/1.1" 200 486 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:48.385342366 172.30.32.2 - - [13/Mar/2024:11:53:48 +0100] "GET /api/config HTTP/1.1" 200 8511 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:48.389471613 172.30.32.2 - - [13/Mar/2024:11:53:48 +0100] "GET /api/logs/frigate HTTP/1.1" 200 486 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:48.391809453 172.30.32.2 - - [13/Mar/2024:11:53:48 +0100] "GET /api/logs/go2rtc HTTP/1.1" 200 316 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:48.392843167 172.30.32.2 - - [13/Mar/2024:11:53:48 +0100] "GET /api/logs/nginx HTTP/1.1" 200 672 "https://wr7s21ku7ejjasacxczkly5wkoo3vx86.ui.nabu.casa/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"
2024-03-13 10:53:53.811779467 172.30.32.2 - - [13/Mar/2024:11:53:53 +0100] "GET /ws HTTP/1.1" 101 18214 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" "127.0.0.1, 172.30.32.1"FFprobe output from your camera[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"0/0","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":1920,"width":2560},{"avg_frame_rate":"0/0","codec_long_name":"AAC(AdvancedAudioCoding)"}]}},{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"0/0","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":480,"width":640},{"avg_frame_rate":"0/0","codec_long_name":"AAC(AdvancedAudioCoding)"}]}}]Frigate statsNo response Operating systemHassOS Install methodHassOS Addon Coral versionUSB Network connectionWireless Camera make and modelReolink E1 Zoom Any other information that may be helpfulThis is my card config: type: custom:frigate-card
|
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Mar 13, 2024
Replies: 1 comment 3 replies
-
|
your go2rtc config is incorrect. You should be transcoding to opus audio and also the streams are referencing names that don't exist |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it should be opus since that is what is needed for webrtc