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

CaptureStream/mozCaptureStream problem in video-to-peerconnection sample #1382

Open
Sida63 opened this issue Nov 21, 2020 · 1 comment
Open

Comments

@Sida63
Copy link

Sida63 commented Nov 21, 2020

Please read first!

Please use discuss-webrtc for general technical discussions and questions.

  • [ x ] I have provided steps to reproduce
  • [ x ] I have provided browser name and version
  • [ x ] I have provided a link to the sample here or a modified version thereof

Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.

Browser affected

Firefox
Browser name including version (e.g. Chrome 64.0.3282.119)
Firefox 83.0 (64-bit)

Description

I use the CaptureStream/mozCaptureStream to capture video steam for video-to-peerconnection target in Chrome/Firefox. However, I noticed that when using mozCaptureStream in Fireforx, the video which is consumed by mozCpatureStream will lose it's sound output. I also give a test in Chrome and there is no such problem.

Steps to reproduce

The sample you post on the website is actually having same problem. Here are reproduce steps:

sample link: https://webrtc.github.io/samples/src/content/capture/video-pc/

  1. Open the link in Firefox
  2. Click the right video's mute button to mute the right video

Expected results

You should still hear the sound from the webpage you opened since only the video on the right side is muted. The result in Chrome is expected.

Actual results

No sound can be heard from the webpage.

@eyaler
Copy link

eyaler commented Jun 15, 2021

having the same issue. i think this is the culprit: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1178751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants