Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tapo 2 way audio stops working #1385

Open
leaskovski opened this issue Oct 4, 2024 · 5 comments
Open

Tapo 2 way audio stops working #1385

leaskovski opened this issue Oct 4, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@leaskovski
Copy link

Hi there... so I am running frigate with go2rtc 1.9.2 (the version they back into their container). The system works fine, and no real issues apart from a 2 way audio issue that I have noticed with my tapo c200 camera (v2 hardware).

Here is my config...

api:
  origin: '*'
candidates:
- 192.168.0.196:8555
- stun:8555
hass:
  config: /config
log:
  format: text
  level: debug
rtsp:
  default_query: mp4
streams:
  dog_cam: tapo://xxx:[email protected]
  dog_cam_sub: rtsp://xxx:[email protected]/stream2
  doorbell_cam:
  - ffmpeg:https://192.168.0.111/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxx&password=xxx#video=copy#audio=copy#audio=opus
  - rtsp://xxx:[email protected]:554/h264Preview_01_sub
  doorbell_cam_sub:
  - ffmpeg:https://192.168.0.111/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=xxx&password=xxx
  drive_cam: rtsp://xxx:[email protected]/Streaming/Channels/101/
  drive_cam_sub: rtsp://xxx:[email protected]/Streaming/Channels/102/
  garden_cam: rtsp://xxx:[email protected]/Streaming/Channels/101/
  garden_cam_sub: rtsp://xxx:[email protected]/Streaming/Channels/102/
webrtc:
  candidates:
  - stun:8555

What happens is that 2 way audio will work fine after a restart of the go2rtc service, so if I open the internal webrtc.html link with vid+audio+mic for the camera, it works fine. If I then close that browser session, and reopen up the browser and go back to that page after a few minutes, the 2 way audio doesn't work.

What log levels do I need to enable to get sufficient logging for the problem? This could be a repeat of this issue (#547), as it seems very similar.

@AlexxIT AlexxIT added the bug Something isn't working label Oct 6, 2024
@AlexxIT AlexxIT self-assigned this Oct 6, 2024
@leaskovski
Copy link
Author

@AlexxIT , do you need me to reproduce this with any specific logging enabled for you?

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 11, 2024

I can check this with my camera

@leaskovski
Copy link
Author

@AlexxIT did you manage to recreate this issue in the end?

@AlexxIT
Copy link
Owner

AlexxIT commented Jan 24, 2025

Haven't tested this yet.

@felipecrs
Copy link
Contributor

@leaskovski, I suggest you try with a newer go2rtc:

https://docs.frigate.video/configuration/advanced/#custom-go2rtc-version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants