python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Detecting if another tab is sharing screen on client's browser, and stopping them from sharing
Generally, with a webcam, if a browser tab, or a desktop app is using the webcam, other sources cannot use that webcam until the first app stops.
In a similar way is it possible to detect if there is ...
Umut
Votes: 0
Answers: 0
How do I sample audio from microphone in javascript, for microphone animation?
I am recording audio from microphone in a browser using MediaStream Recording API. I would like to provide user with a visual feedback of a pulsating microphone icon. Something like this, only tied to...
Irina Rapoport
Votes: 0
Answers: 0
How do I stream an audio file to nodejs while it's still being recorded?
I am using MediaStream Recording API to record audio in the browser, like this (courtesy https://github.com/bryanjenningz/record-audio):
const recordAudio = () =>
new Promise(async r...
Irina Rapoport
Votes: 0
Answers: 1
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