Questions tagged [openwebrtc]

With OpenWebRTC you can build native WebRTC apps that communicate with browsers that supports the WebRTC standard

Links

License

OpenWebRTC is released under BSD-2 clause.

83 questions
1
vote
1 answer

Failed to bind EAGLDrawable in WebRTC react native

I'm going to create video chat through webRTC using React native iOS. For that I've written react native code for iOS. It's asking me for camera access but after that it fails to load video and throws a warming message, Failed to bind EAGLDrawable:…
Tirth
  • 7,801
  • 9
  • 55
  • 88
0
votes
0 answers

Android WebRtc remote black screen

I use the following two items https://github.com/pchab/AndroidRTC https://github.com/pchab/ProjectRTC I installed the coin on the server,Video is available on the browser,But the remote screen is black on Android I modified the IP and ice service…
xinlin hou
  • 17
  • 3
0
votes
1 answer

how i can get audio from localPeer andRemotePeer if i use addTransceiver?[edit]

what i try to implenet this steps as possiabe as i can from what i understanding and what i reading and what other people move through from question problem that what i can gather and implementing my code AS They do what i expect every thing working…
Adam
  • 113
  • 1
  • 8
0
votes
2 answers

Clear WebRTC Data Channel queue

I have been trying to use WebRTC Data Channel for a game, however, I am unable to consistently send live player data without hitting the queue size limit (8KB) after 50-70 secs of playing. Sine the data is required to be real-time, I have no use for…
0
votes
1 answer

Recording google meet through Webrtc

I am trying to record google meet audio and video using webRtc. I found mediaRecorder Api for same. But i am unable to record meeting, as it is only capturing my webcam and audio. How can i record a whole meeting through code in any language?
0
votes
2 answers

Does Google webrtc native implementation have support for SFU?

Does Google WebRTC Native implementation has support for SFU? Does Google WebRTC Native implementation support for integrating custom/hardware encoder/decoder?
Mukesh Kumar
  • 302
  • 1
  • 2
  • 9
0
votes
2 answers

How do peers involved in a p2p communication authenticate each other?

How do peers in WebRTC authenticate each other?
Mukesh Kumar
  • 302
  • 1
  • 2
  • 9
0
votes
1 answer

webRTC Video and Audio Call in Flutter

I am new to Flutter App and I have to create a WEBRTC based video and audio calling app for both IOS and Android without using TURN Server with FCM for creating a connection between 2 users. Could anyone please help me out how can we achieve this…
0
votes
1 answer

WebRTC error while creating video chat app

I am getting this error on console while refreshing the page.. Everythng else works fine the Chats and everthing.. just the streaming part is not working NotSupportedError: MediaStreamError at module.exports…
Kartikey
  • 4,516
  • 4
  • 15
  • 40
0
votes
1 answer

Noise Cancellation using WebAudioApi and WebAssembly

I am trying to create a noise cancellation filter in WebRtc using my C library compiled into wasm and called from Javascript. I am able to capture the pcm audio using WebAudioApi and process the frame with wasm. Here is my code…
Andrew
  • 48
  • 8
0
votes
0 answers

WebRTC record div contains local and remote stream

I want to record a video stream with the same style CSS in HTML, in which local video in the bottom left of remote video it's possible to do this?
0
votes
1 answer

how to do webRTC in reactJs

Am trying to include a webRTC tech to my already existing reactJs App the problem is that react is not recognizing the webRTC API's Line 185:19: 'webkitRTCPeerConnection' is not defined no-undef Line 191:1: 'rtcPeerConn' is not defined …
Mohamad Alasly
  • 330
  • 3
  • 17
0
votes
1 answer

WebRTC crash at line webrtc::PeerConnectionInterface::RTCConfiguration config; for Native Linux application

I'm writing a Native WebRTC application for Linux (Ubuntu), code is crashing at webrtc::PeerConnectionInterface::RTCConfiguration config; I have below two speculations I might be messing up with rtc threads, since the same line runs fine in…
0
votes
1 answer

Method PeerConnection::SetLocalDescription in NativeAPI crashes

I'm trying to set up a data channel between a server written in C++ and a Python client. The server crashes with SIGSEGV error when it tries to set a local session description created in method "CreateAnswer" The server and client exchange SDP…
atimin
  • 499
  • 4
  • 11
0
votes
1 answer

SimpleWebRtc not working: window is undefined

I am trying to integrate SimpleWebRtc. I created a new component and integrating the code I found on the SimpleWebRtc site and getting an error: ReferenceError: window is not defined at eval…
D555
  • 1,704
  • 6
  • 26
  • 48