No audio in recording for Hikvision camera with G.711 ulaw #16142
Unanswered
PregLizZz
asked this question in
Config Support
Replies: 1 comment
-
Did you try transcoding with go2rtc? Eg:
You could also try:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
Hi,
I have audio in the live view, but in the recording there is no audio.
I use a Hikvision DS-2CD2142FWD-IWS with G.711 ulaw
I tried several different config changes now.
My config below works. Recordings also work, but no sound.
When I change - path: rtsp://127.0.0.1:8554/haustuer to - path: rtsp://127.0.0.1:8554/haustuer?video&audio my recordings are not playable any more, but no errors in the logs.
If I understand correctly normally it should be
output_args:
record: preset-record-generic-audio-aac
together with ?video&audio
for G.711ulaw.
Any help is appreciated.
Version
0.14
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
docker-compose file or Docker CLI command
None
Object Detector
CPU (no coral)
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions