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
31
votes
5 answers

Native Android WebRTC application development

I am trying to create an android application for video chat and messaging by using WebRTC Native APIs. I have been through several links and found out that most of the documentation for android is vague, specially if you dont know where to start…
Ahmed
  • 2,966
  • 7
  • 42
  • 69
10
votes
2 answers

Is there a formula for rating WebRTC audio quality as Excellent, Good, Fair, or Poor?

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, or Poor. Is there a formula that uses WebRTC stats…
Girish MC
  • 365
  • 1
  • 10
8
votes
1 answer

localhost: how to setup XHR-Signaling (connection.openSignalingChannel not getting called)

I am using RTCMultiConnection v3.4.4 I want to run WebRTC on localhost. I have chosen XHR-Signaling because I want the project to be completely offline. I do not want it to depend on the internet, since everything is on localhost (to be later…
Damilola Olowookere
  • 2,253
  • 2
  • 23
  • 33
8
votes
2 answers

OpenWebRTC iOS random crash gstglcontext

I am working on a WebRTC project. I chose OpenWebRTC to implement in my project. I have made it to work for both web and iOS. I developed a signaling server in asp.net MVC and used coTurn server as a turn server. Everything is working fine except…
Shayan Jalil
  • 588
  • 5
  • 17
6
votes
0 answers

Screencapturer for Mac, Webrtc leaves impressions of closed menu

Using desktop capturer in mac, leaves a impression when menu is closed. attached screenshot. The impression is majorly visible on a black background
prince
  • 143
  • 7
6
votes
2 answers

how ( stop,exit ) video in webrtc navigator user media JavaScript

how i stop and exit in pure js, stream webcam in WEBRTC api js , i have in my code the following script :
Mirai
  • 75
  • 1
  • 2
  • 9
2
votes
1 answer

How to know through which of the 2 channels the messages arrive [WebRTC]

I'm trying to identify which of the two channels a message came through, but I don't know how I can tell them apart. How could I manage to do it? let channel = null; let channel2 = null; channel = connection.createDataChannel('data'); channel2 =…
code2018
  • 179
  • 5
1
2 3 4 5 6