python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cannot turn on start camera app runs on remote server
The Problem
I have a simple app with an HTML page with embedded Js served by nodejs. I use it to test Media functionality on the browser (camera).
When I run the app on my local and browse the page on...
Vergil C.
Votes: 0
Answers: 1
Is it possible to record lossless audio in Web Browser (chrome)
one-line version of my question:
How can I record lossless ( or at the least, incredibly high quality ) audio in a web browser? Preferably chrome/chromium since I would like to make a high quality aud...

Martin
Votes: 0
Answers: 2
How can I get audio stream playing in a tab in chrome extension manifest v3
In order to capture output audio stream from a tab in manifest v2 one could use chrome.tabCapture.capture API in the background script to get the stream. But, in manifest v3 tabCapture has been moved ...
Rahul Sharma
Votes: 0
Answers: 1
getUserMedia html js web camera not working on android
I'm using getUserMedia to make a website that can display a camera stream. The problem is, my code works on computer, but not through a mobile browser. Does anyone know why? (requesting camera access ...
HC C
Votes: 0
Answers: 0