go2rtc icon indicating copy to clipboard operation
go2rtc copied to clipboard

How to achieve two-way voice

Open loveula opened this issue 1 year ago • 7 comments

Please tell me how to use tapo c210 to achieve two-way voice function. I am in go2rtc.yaml that content is edited as follows . But the interface still does not display the 2 way audio option function .Please tell me how to do it . Thank you!!

streams:
  camera.kitchen:
    - rtsp://<user>:<pass>@192.168.0.XXX/stream2
    - tapo://<admin:cloud password md5 hash upercase>@192.168.0.XXX

loveula avatar Nov 14 '24 11:11 loveula

What interface you talking about?

AlexxIT avatar Nov 14 '24 13:11 AlexxIT

I refer to the operation method of this video. But 2 way audio does not appear in the stream option command of go2rtc. https://www.youtube.com/watch?v=WnRJxneCUYE 1731617156925

loveula avatar Nov 14 '24 20:11 loveula

You should go to links page and select two way audio option there. You should have HTTPS access for your go2rtc WebUI.

AlexxIT avatar Nov 15 '24 09:11 AlexxIT

Is this the option? But I still don’t have the microphone function after pressing it. Is it normal? Or do I need other settings? 1731667659083

loveula avatar Nov 15 '24 11:11 loveula

Also, if I want to use go2rtc, do I need to install Frigate? Thank you!

loveula avatar Nov 15 '24 11:11 loveula

  1. Are you sure tapo protocol works for you? You can leave it as single source and check video/audio from camera. If you have new camera firmware - it won't work for you
  2. Are you sure you using HTTPS?

AlexxIT avatar Nov 15 '24 11:11 AlexxIT

  1. I can use go2rtc to view the video/audio from the camera. But I just can’t use the microphone function. My tapo camera has a two-way voice function. 2.Yes, I am using HTTPS. But do webrtc settings and rtspTowebrtc also require related settings?

loveula avatar Nov 15 '24 12:11 loveula

You didn't answer my first question. Are you sure if the tapo protocol works for you? With your config you getting video/audio from RTSP protocol.

AlexxIT avatar Nov 17 '24 05:11 AlexxIT

I checked that my monitor firmware version is 1.4.3. Will this have any impact?

loveula avatar Nov 17 '24 11:11 loveula

You should leave ONLY tapo source and check. You don't needs rtsp source in your config.

AlexxIT avatar Nov 17 '24 11:11 AlexxIT

Thank you sir . I got it . I deleted rtsp and left only tapo. But there is still only video and no microphone sound.

streams:
  camera.kitchen:
    - tapo://<admin:cloud password SHA-256 hash upercase>@192.168.0.XXX

loveula avatar Nov 17 '24 12:11 loveula

Thank you!I tested it on my mobile phone and it worked normally. Also, I would like to ask how to add a microphone button function to the interface?

loveula avatar Nov 17 '24 12:11 loveula

To add a microphone, it is necessary to have someone with JavaScript skills program it.

AlexxIT avatar Nov 17 '24 12:11 AlexxIT