webrtc Questions

2

Solved

I have my own server with ubuntu 19. NOTE: I need a stun/turn server for a video chat web application. It works already if both devices are in the same network. I have successfully installed and ...
Coworker asked 1/4, 2020 at 9:42

6

I have read from here that how i can mute/unmute mic for a localstream in webrtc:WebRTC Tips & Tricks When i start my localstream mic is enable at that time by default so when i set audioTrac...
Nobe asked 19/2, 2016 at 18:26

6

We are trying to make a conference call with multiple users, So by using Kurento server we have achieved this and it's working on safari browser. But when it comes to implementation in WebView / WK...
Cowell asked 18/6, 2019 at 10:2

3

Now I am working on a peer-to-peer chatting system based on WebRTC. This system can make a pair with any person who is listening on the peer list at the same time and I have finished the basic func...
Gales asked 17/8, 2015 at 10:11

3

I have a MediaStreamSource sourced from navigator.getUserMedia, which is connected to a GainNode, which in turn is connected to a ScriptProcessorNode, like so: [getUserMediaStream] -> [MediaStr...
Boswell asked 11/12, 2013 at 23:26

2

Solved

I generate webm files in two different ways. One using Chrome WebRTC MediaRecorder, the other one is using a js library which generates the webm video frame by frame (webm-writer-js). The file size...
Ube asked 28/6, 2018 at 10:49

2

Solved

Friends, I want to develop an application for Flutter using webrtc, but unfortunately I am facing problems that I am not able to solve. errorCode: AddStream is not available with Unified Plan SdpSe...
Aframe asked 21/12, 2022 at 9:41

8

I am trying to figure out how to test whether a STUN/TURN server is alive and properly responding to connections. Ideally this test would be performed from an external machine, just in case the STU...
Stave asked 27/2, 2015 at 18:50

3

I'm trying to create a Chrome extension that captures the audio from the active tab and either sends it to another server or makes it accessible via a URL. I'm using the chrome.tabCapture.capture ...
Erhart asked 30/5, 2014 at 1:42

1

I wish to play audio from remote stream of webrtc connection, in Flutter. The examples of flutter webrtc use RTCVideoRenderer, but there is no video in my case. The remote stream only consists of a...
Unwitnessed asked 27/2, 2021 at 10:8

10

I'm trying to get highest video resolution as possible through JS navigator.getUserMedia. I know about constraints, but don't know how to choose right in my case. The problem is looks like there i...
Eliseoelish asked 11/12, 2014 at 10:28

2

What's the most efficient way to acquire the webcam stream directly into WebGL as a texture? The standard process (as documented in Three.js) is to use the video tag, then manipulate it in a canva...
Diverting asked 17/6, 2019 at 22:51

4

I newly wrote a simple chat application, but I didn't really understand the background of ICE Candidates. When the peer create a connection they get ICE Candidates and they exchange them and...
Grumous asked 12/1, 2014 at 0:57

0

I am encountering an issue with my WebRTC implementation in Django using Django Channels. The error I am facing is: "Uncaught (in promise) DOMException: Failed to execute 'setRemoteDescription...
Avestan asked 24/12, 2023 at 0:31

3

I'm currently trying to get a clean as possible audio channel via webrtc. Via the getUserMedia mediaconstraints object, I've set the following options: constraints: { audio: { mandatory: { echo...
Fetch asked 29/4, 2015 at 6:58

3

Solved

we are fiddling around with WebRTC in our company. And i stumbled upon a weird thing, which i'm not sure is by design in WebRTC or an implementaiton error on our side. We currently have a simple W...
Raising asked 24/4, 2018 at 12:47

3

I am using the navigator function - navigator.mediaDevices.enumerateDevices() to get the list of media devices, in my mobile browser application. I am using the below code: navigator.mediaDevices....

2

I created a .net core chat application using SignalR and I used WebRTC for video calls. As I need to send the SDP to the receiver using server method so I created a hub method call "SendOffer". Whe...
Yeh asked 5/4, 2020 at 21:15

3

Solved

I'm developing a FileShare application with webRTC. I want to implement the client in JavaScript/HTML. The code should be run on the clients browser. I need to save them when downloaded via webRTC....
Abixah asked 10/10, 2013 at 5:14

2

Solved

I am building a react native application using Expo and i need to add audio calling and video calling functionalities, however it seems that i cant use react-native-webrtc (Link here) without eject...
Lacee asked 9/10, 2019 at 18:44

2

I need some help. What is the best way to set up LIVE STREAMING over the web from my WEBCAM to the server and back to multiple users? Essentially I'm trying to create a group video chat application...

3

Solved

I am trying to use WebRTC to build a web application that needs to pause/resume the video/audio stream when some events trigger. I have tried the getTracks()[0].stop() but I am not sure how to resu...
Marchioness asked 8/3, 2016 at 2:0

3

Solved

I have been trying to get the webrtc logs for my web application running over safari browser, similar to what we get in firefox by going to the page about:webrtc and on chrome by using chrome://web...
Munsey asked 22/7, 2020 at 14:46

3

all I'm in peer to peer communication using webRTC , we have media stream object from the getUserMedia which is given as input stream to peerconnection. Here I need video stream from the selected ...
Unearthly asked 27/8, 2013 at 6:10

3

Solved

According to RTCPeerConnection.ontrack documentation, "ontrack" event suppose to fire for each incoming streams. I have a PeerConnection with two video streams, after connection, "on...
Icj asked 17/2, 2021 at 14:27

© 2022 - 2024 — McMap. All rights reserved.