-
Notifications
You must be signed in to change notification settings - Fork 62
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
GetDisplayMedia don't capture the audio from microphone #694
Comments
Do you mean
You should be able to capture audio with
|
No, but getDisplayMedia() can capture all audio from the system and not from the microphone. I will test what you suggested to me. can I play around the audio and the video? I mean when I would stop the video and let the audio play or the opposite? |
Can you kindly cite the primary source which lead you reach that conclusion?
Yes, that is the purpose of defining |
that is my code as you suggest i just modify a little bit on it! i arrived to share the video and the audio like that. am I right for what I did? what I notice is the audio in somehow in slow motion mode just a little bit.
|
Not sure, it is your requirement.
This is probably not the best venue for that issue. That is probably not all of the code, correct? Both Firefox and Chromium have issues with audio or video synchronization when |
What document precisely gave you that impression? |
when I use that getDisplayMedia() in Chrome and select the option of sharing audio when a pop up appears to ask you which screen do you want to capture (Tab screen, fullscreen...etc). with that, I could display the audio for the other peer (the system audio and not the microphone). |
Which OS? AFAICT |
on windows chrome navigator with |
Is this issue resolved? |
i resolved the issue by tracking the audio alone and the video alone too like that i could capture the audio from the microphone and that what i want. but now if i want to stop the video track in any moment how can i do that? PS: I'm using this code:
|
Hi @athina635 this place is for reporting issues with the spec. For user problems, please post a question on sites like https://stackoverflow.com/questions/tagged/webrtc instead. Thanks! |
@athina635 Can you please tell me how have your recorded audio and video both using getDisplayMedia()? I am able to record only video after selecting chrome tab where video is playing but audio from that video is not being recorded. Can you give your code or any hint to record both audio and video from selected screen? |
It really helped me, thank you very much! |
==== |
You can always set a microphone as a speakers output: Go to [Control Panel] > [Hardware and Sound] > [Sound]. remember to check "share audio from computer" when a pop up appears |
Hello, I already read a lot of comments here about this topic but I really got more confused about that and how to use this.
I already use the getDisplayMedia() to share my screen and that worked as well but I just capture the audio from the system like audio from youtube ..etc but I couldn't capture the audio from the microphone.
any clear answer about that?
any suggestions on how to capture the microphone sound?
thank you.
The text was updated successfully, but these errors were encountered: