webrtc Questions
7
WebRTC video by default uses Front Camera, which works fine. However, i need to switch it to back camera, and i have not been able to find any code to do that.
Which part do i need to edit?
Is it...
2
I have a simple webpage where you can stream your webcam. I would like to take this stream and send it somewhere, but apparently I can't really access the stream itself. I have this code to run the...
Battalion asked 29/10, 2012 at 11:19
2
Solved
I'm finishing a WebRTC project for a graduate course in video communications, it's essentially a video conference chat room. Everyone that connects to the server is added to the conference.
I nee...
Megasporophyll asked 22/4, 2015 at 14:2
2
Solved
I have been able to get various stats (Jitter, RTT, Packet lost, etc) of WebRTC audio call using RTCPeerConnection.getStats() API.
I need to rate the overall call quality as Excellent, Good, Fair,...
Demurrer asked 10/1, 2019 at 8:12
2
Solved
I'm using WebRTC to stream video between peers, but changes in network conditions for some clients often produce quality changes in the received video stream. People blame the service for these qua...
Hobbyhorse asked 30/7, 2014 at 11:17
3
I'm doing an iOS native WebRTC implementation and I'm trying to peer connect with a Wowza Streaming Engine.
I've built my own implementation, exchange SDP offer/answer, no errors, but the exchange...
Maxon asked 14/12, 2018 at 20:42
2
Solved
We have used the following steps of integrating PIP (Picture in Picture) for WebRTC Video Call:
We are enabling mode of Audio, Airplay, and Picture in Picture capability in our project.
We have a...
3
Solved
WebRTC Android: sound from phone speaker is going into conference through phone mic and causing echo
In some mobile devices(like Motorola One Power - Android 10, Redmi Note 5 Pro - Android 7.1.2), sound from the phone speaker is going into the conference through the phone mic and causes an echo. T...
Alcoholicity asked 18/6, 2020 at 11:58
6
Solved
I build an android webrtc app but when adding webrtc to the android studio project (implementation 'org.webrtc:google-webrtc:1.0.+'), I get this error : Failed to resolve: org.webrtc:google-webrtc
...
Yurt asked 3/5, 2022 at 17:19
3
Solved
So I've made a WebRTC screen sharing app as a self-hosted alternative to Chrome Remote Desktop and other common remote desktop / game streaming services.
My dilemma isn't navigator.mediaDevices un...
Burgoo asked 31/3, 2020 at 18:51
17
Solved
I opened a webcam by using the following JavaScript code:
const stream = await navigator.mediaDevices.getUserMedia({ /* ... */ });
Is there any JavaScript code to stop or close the webcam?
Bingaman asked 25/7, 2012 at 4:51
2
I am currently working on a screen capturing feature in chrome using
navigator.mediaDevices.getDisplayMedia
I am only able to open a user selection where the user can choose from all the given disp...
Helenahelene asked 22/4, 2021 at 13:55
2
I need to do voice activity detection as a step to classify audio files.
Basically, I need to know with certainty if a given audio has spoken language.
I am using py-webrtcvad, which I found in g...
Fremont asked 22/7, 2018 at 8:3
2
Solved
I am recording my browser window using MediaStream and MediaRecorder.
But need to disable the mouse cursor from being recorded, so when I create my video track, i use the following code:
stream['in...
Fokine asked 7/10, 2020 at 19:16
9
3
Solved
I have a dedicated server build of a in-development realtime multiplayer game that I'd like to run on a Kubernetes cluster. The game uses WebRTC RTCDataChannels for network communication as it targ...
Unilocular asked 11/7, 2021 at 20:50
2
Solved
I would like to build a web application that processes video from users' webcams. It looks like WebRTC is ideal for this project. But, I'm having a hard time creating a peer connection between the ...
Proteinase asked 6/10, 2020 at 19:48
2
Currently there seems to be lots of confusion due to a variety of pro-privacy features introduced in latest RFCs aiming at hiding away peers' IPs but also due to the logic responsible for optimizin...
3
I'm looking at the webrtc.html and peerconnection_server demo, and it is working fine between two Chrome browsers.
My question is, what exactly is the first param of webkitPeerConnection ?
pc = ne...
2
Solved
First let me begin by saying - I am new to Janus / GStreamer / WebRTC.
I have to stream a remote camera connected on robot hardware using GStreamer and WebRTC on to a browser.
But as a proof of con...
Lumen asked 14/9, 2020 at 19:37
4
I'm using getUserMedia to get access to screen sharing. When user clicks a stop button, I want to stop screen sharing.
According to MediaStream API, the stop() function should be called to stop s...
Vanquish asked 21/7, 2014 at 5:11
1
I'm trying to understand the feasibility of a live streaming solution.
I want to grab WebRTC streams (audio and video), send them to a server and transform them in chunks to send to a html5 video ...
Forestall asked 20/5, 2015 at 15:29
3
I'm using webrtc to send a 1080p video stream from one tab to another tab on the same computer(windows10, chrome 76). And the receiver's video quality is not as good as sender's. The bitrate is onl...
Pentameter asked 26/8, 2019 at 7:57
0
I have an call app using webRTC API and using socket.io for signaling server. It work stable on Chrome, but on Safari 15.5,it has a problem that the socket.io does not automatically reconnect when ...
3
I am using navigator.mediaDevices.getUserMedia to open MediaStream from camera device within a web browser. My app wants to do some realtime image processing in WebAssembly and for that, I need to ...
Irmgard asked 7/1, 2020 at 21:42
© 2022 - 2025 — McMap. All rights reserved.