[Camera Support]: No Audio in Reolink Wifi Doorbell #12961
-
Describe the problem you are havingCamera video feed works but don't get any audio. The ip of the camera web page does have audio Version14 Frigate config filemqtt:
enabled: true
host: 192.168.5.45 # YOUR MQTT IP
port: 1883
topic_prefix: frigate
client_id: frigate
user: mqtt-user # YOUR MQTT USERNAME
password: MQTTpassword # YOUT MQTT PASSWORD
stats_interval: 60
database:
path: /config/frigate.db
#detect:
#annotation_offset: -800
ffmpeg:
hwaccel_args: -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format
yuv420p
detectors:
coral:
type: edgetpu
device: usb
###############################################################################
go2rtc:
streams:
camerafrontdoor:
camerafrontdoor_camera:
- ffmpeg:http://192.168.30.20/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password#video=copy#audio=copy#audio=opus
- rtsp://192.168.30.20/Preview_01_sub
camerafrontdoor_sub:
- ffmpeg:http://192.168.30.20/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=password
#################################################################################
cameras:
Camerafrontdoor:
ffmpeg:
inputs:
# High Resolution Stream
- path: rtsp://admin:[email protected]:554/h264Preview_01_main
roles:
- record
# Low Resolution Stream
- path: rtsp://admin:[email protected]:554/h264Preview_01_sub
roles:
- detect
detect:
width: 640
height: 480
fps: 10
stationary:
# Optional: Frequency for confirming stationary objects (default: shown below)
# When set to 0, object detection will not confirm stationary objects until movement is detected.
# If set to 10, object detection will run to confirm the object still exists on every 10th frame.
interval: 10
# Optional: Number of frames without a position change for an object to be considered stationary (default: 10x the frame rate or 10s)
threshold: 50
record:
enabled: true
retain:
days: 5
mode: motion
events:
retain:
default: 10
mode: motion
objects:
track:
- person
filters:
person:
threshold: 0.75
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 10
motion:
mask:
- 640,0,640,267,576,265,376,257,353,275,328,274,137,351,138,380,176,416,173,480,0,480,0,0
- 355,299,367,300,367,278,381,265,325,263
zones:
walkway:
coordinates: 137,480,140,340,204,325,349,265,376,271,640,371,640,480
version: 0.14 Relevant log outputInfo
2024-08-11 10:28:54
startup
Preparing Frigate...
Info
2024-08-11 10:28:54
startup
Starting Frigate...
Info
2024-08-11 10:28:55
frigate.app
Starting Frigate (0.14.0-da913d8)
Info
2024-08-11 10:28:55
frigate.util.config
Checking if frigate config needs migration...
Info
2024-08-11 10:28:55
frigate.util.config
frigate config does not need migration...
Info
2024-08-11 10:28:55
peewee_migrate.logs
Starting migrations
Info
2024-08-11 10:28:55
peewee_migrate.logs
There is nothing to migrate
Info
2024-08-11 10:28:55
frigate.app
Recording process started: 341
Info
2024-08-11 10:28:55
frigate.app
Recording process started: 345
Info
2024-08-11 10:28:55
frigate.app
go2rtc process pid: 107
Info
2024-08-11 10:28:55
detector.coral
Starting detection process: 370
Info
2024-08-11 10:28:55
frigate.app
Output process started: 372
Info
2024-08-11 10:28:55
frigate.detectors.plugins.edgetpu_tfl
Attempting to load TPU as usb
Info
2024-08-11 10:28:55
frigate.app
Camera processor started for Camerafrontdoor: 389
Info
2024-08-11 10:28:55
frigate.app
Capture process started for Camerafrontdoor: 395
Info
2024-08-11 10:28:57
frigate.detectors.plugins.edgetpu_tfl
TPU found FFprobe output from your cameraffprobe version 7.0.2-essentials_build-www.gyan.dev Copyright (c) 2007-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband
libavutil 59. 8.100 / 59. 8.100
libavcodec 61. 3.100 / 61. 3.100
libavformat 61. 1.100 / 61. 1.100
libavdevice 61. 1.100 / 61. 1.100
libavfilter 10. 1.100 / 10. 1.100
libswscale 8. 1.100 / 8. 1.100
libswresample 5. 1.100 / 5. 1.100
libpostproc 58. 1.100 / 58. 1.100 Frigate statsNo response Operating systemProxmox Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelReolink Wifi Doorbell Camera Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
The docs have all the details. For audio on live views, you need to use go2rtc for your For audio in recordings, you need to use an ffmpeg preset: https://docs.frigate.video/troubleshooting/faqs#audio-in-recordings |
Beta Was this translation helpful? Give feedback.
-
made these changes to the config. I now have audio in the recordings when I play back the mp4 files but not in frigate when I play the clip. `ffmpeg: go2rtc: |
Beta Was this translation helpful? Give feedback.
-
Still no audio after using |
Beta Was this translation helpful? Give feedback.
-
I'm testing with a new recording each time |
Beta Was this translation helpful? Give feedback.
-
Did you update your https://docs.frigate.video/configuration/live#setting-stream-for-live-ui
|
Beta Was this translation helpful? Give feedback.
-
That did it. Thanks. |
Beta Was this translation helpful? Give feedback.
Did you update your
inputs:
to use go2rtc per the docs, specifically for therecord
role?https://docs.frigate.video/configuration/live#setting-stream-for-live-ui