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

2-way audio with ICSee/dvrip cameras #1472

Open
srocupado opened this issue Nov 21, 2024 · 1 comment
Open

2-way audio with ICSee/dvrip cameras #1472

srocupado opened this issue Nov 21, 2024 · 1 comment
Labels
question Further information is requested

Comments

@srocupado
Copy link

srocupado commented Nov 21, 2024

Hey there,

I´m using a cheap chinese camera (https://aliexpress.com/item/1005005731238053.html) with the following streams:

streams:
  camera.scale:
   - dvrip://username:[email protected]:34567?channel=0&subtype=0
   - dvrip://username:[email protected]:34567?backchannel=1

Webrtc card:

type: custom:webrtc-camera
 ui: true
  streams:
    - url: camera.scale
      mode: webrtc
      name: 'Mic on'
      media: video,audio,microphone

    - url: camera.scale
      mode: webrtc      
      name: 'Mic off'
      media: video,audio

The two way audio work as expected, but the rtc stream doesn´t (just black screen). If I remove the "mode: webrct" from the card, the stream is shown as "MSE" and is fine. But the 2 way audio doesn´t work.

Did I miss something ?
Best Regards.

@AlexxIT AlexxIT added the question Further information is requested label Nov 22, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Nov 22, 2024

Your camera probably has the H265 codec:
https://github.com/AlexxIT/go2rtc?tab=readme-ov-file#codecs-madness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants