python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Entire screen sharing Media Stream getDiplayMedia()
I want to let the user share his screen, I use getDisplayMedia() to let the user start sharing and it let him choose entire screen or chrome … etc.
so my question is: can I let the user always choose ...
fahmawiFloki
Votes: 0
Answers: 1
Check primary monitor in JavaScript with navigator.mediaDevices.getUserMedia
I want to capture the main monitor by the browser. I'm trying to do it like this:
navigator.mediaDevices.getDisplayMedia({
video: {
displaySurface: 'monitor',
logicalSurface: tru...

Антон Баралгинович
Votes: 0
Answers: 1
Is there a way to get aspect ratio of the webcam in firefox
I'm trying to get the aspect ratio of the webcam using javascript.
As per this documentation, it's not working for firefox.
https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/aspectRa...

Lakith Muthugala
Votes: 0
Answers: 0
iOS - mediaDevices.getUserMedia - Aspect Ratio Rotated in Video
I am trying to use mediaDevices.getUserMedia to retrieve a portrait orientation media stream, specifically in 9x16 aspect ratio. I am able to do so on Android Chrome and Desktop, but iOS seems to be r...
Pat Burke
Votes: 0
Answers: 0