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)
How can I get iOS to have 2 video streams?
Right now if I use my iPhone or iPad and try to display two streams, one is black and the other works. What can I do to get both working? This works fine on all browsers with my laptop.
<script>...
John
Votes: 0
Answers: 1
Your browser doesn't have support for the navigator.getUserMedia interface help me to support my browser for getUsermedia
I'm getting an error to while handling the camera input using navigator.getUsermedia. What should I do to solve this?
Here is the code:
var video = document.querySelector('#camera-stream'),
image ...
54 faisal Suleman
Votes: 0
Answers: 2
No audio output using FFmpeg
I am having problem on Live stream output. I am streaming from mobile app to Node JS server to RTMP. Video output of the live stream is working but not the audio. There is no audio output from live st...
John Mergene Arellano
Votes: 0
Answers: 0
Uncaught TypeError: Failed to execute 'webkitGetUserMedia' on 'Navigator': At least one of audio and video must be requested
I am trying to do a simple audio video capture of the page in Chrome browser via chrome extension I am building. I am running the following code in a content script.
I don't understand why it is strug...
Saroshi Kir
Votes: 0
Answers: 1