[Config Support]: audio no longer working with go2rtc and tapo #15082
-
Describe the problem you are havingmy camera outputs pcm audio and as expected i cant play the audio in the browser (unless it is on webrtc live streaming). i tried using the generic audio aac preset but the recordings are still muted. exporting the footage also shows no audio. Versionlatest dev Frigate config filego2rtc:
streams:
cam1:
- tapo://x:[email protected]
webrtc:
candidates:
- 192.168.20.1:8555
ffmpeg:
hwaccel_args: ' '
output_args:
record: preset-record-generic-audio-aac
input_args: preset-rtsp-restream
cameras:
cam1:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam1
roles:
- detect
- record Relevant Frigate log outputno errors Relevant go2rtc log outputno errors Frigate statsNo response Operating systemDebian Install methodDocker Compose docker-compose file or Docker CLI commandirrelevant Object DetectorOpenVino Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulgo2rtc streams:
export:
ffmpeg command:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
The aac preset works fine, the issue here is that go2rtc only sends aac by default which is why the docs recommend setting up audio transcoding in go2rtc. |
Beta Was this translation helpful? Give feedback.
-
sorry about my last deleted comment, please ignore that. go2rtc:
streams:
cam1:
- ffmpeg:rtsp://rtspuser:[email protected]:554/stream1#video=copy#audio=aac
- tapo://tapouser:[email protected] |
Beta Was this translation helpful? Give feedback.
-
it seems that restarting my camera somehow restored the audio recording with tapo protocol. weird that live worked fine but not recording. everything is fine now. |
Beta Was this translation helpful? Give feedback.
it seems that restarting my camera somehow restored the audio recording with tapo protocol. weird that live worked fine but not recording. everything is fine now.