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

Webrtc why is ontrack never called for the caller?

I'm using a modified version of this webrtc example. UPDATE: This appears to actually be a bug in the code sample I'm using. If I set that up exactly, I still only get local video on the caller side. Any help to fix that would be much…
Chemdream
  • 618
  • 2
  • 9
  • 25
1
vote
1 answer

WebRTC android implementation not working when one of the device is connected to WiFi

I have developed a video streaming app that streams video from one android device to another (and not the other way around). When both devices are on their individual LTE network the app works fine. But when one of the devices is connected to WiFi…
CanniZarro
  • 53
  • 8
1
vote
1 answer

Suckless surf + OpenWebRTC

I found out about OpenWebRTC and was wondering if there was a way to implement it in the suckless surf browser. Does anyone know if this is possible and how I would go about it?
Chain
  • 11
  • 1
1
vote
0 answers

Chrome webrtc-internals showing audioLevel as 0 and there is no audio

I am using Kurento for audio-only Webrtc. We have two browser apps from where users can connect and listen. But for one of the app, there is no audio in Chrome. And in other browsers it is working fine. Also, the other app works perfectly fine in…
hemu
  • 3,199
  • 3
  • 44
  • 66
1
vote
0 answers

Secure my website from fake Users (Webcam)

I have a website a little bit like Chatroulette and I am using WebRTC so that the users can use their webcam to communicate which each other. How can I prevent and check if a user is using a fake webcam software like ManyCam? Is that even possible…
marie1995
  • 59
  • 1
  • 3
  • 8
1
vote
1 answer

iceRestart option in createOffer

On network reconnection, we are trying to create an offer with a parameter: iceRestart : true But, at the receiver user its throwing an error: InvalidStateError: Failed to set remote offer sdp: Called in wrong state: kHaveLocalOffer. Basically,…
1
vote
0 answers

After build webrtc for android, libjingle_peerconnection_java.jar becoming empty

I want to build webRtc for android. I find a build script(script) and I can build webRtc sucsessful. But after build webrtc, libjingle_peerconnection_java.jar include only one class(Empty.class).Why is it becomming empty ? I followed the steps below…
yhbaran
  • 31
  • 8
1
vote
1 answer

Live broadcast use of WebRtc in android is it possible.?

I want to develop Live Streaming like Facebook using WebRtc. is it possible..? I already develop this thing using WOWZA. want to develop the same this with WebRtc.
Arindam Ghosh
  • 33
  • 1
  • 9
1
vote
1 answer

WebRTC : while creating second peer connection - fail to navigator.mediaDevices.getUserMedia

I am working on webrtc chat app. system1 : peer1, peer3 | system2 : peer2, peer4 What I did ? For video call, I am creating one peer1, peer2, and that peer1 very successfully communicate with peer2 (consider video call only). What I want to do? I…
shivang patel
  • 297
  • 1
  • 5
  • 15
1
vote
0 answers

How to check if a WebRTC video call is running on a remote machine?

I am very new to WebRTC protocols and hope someone can help me.I wrote a small test webapp that establishes a point to point video call using WebRTC. I load the app on the remote machine ( chrome browser ) and join the call using another machine…
user1429322
  • 1,266
  • 2
  • 24
  • 38
1
vote
0 answers

How to implement WebRTC screen sharing in java webapp

I have a requirement to implement a screen sharing feature in java web dynamic project by using WebRTC.I have googled it in last 3 days and have not get any dedicated article with java.Please anybody suggest or post me how to go over with WebRTC in…
1
vote
2 answers

How to develop a video chat and conference app with High Performance using any good Open Source frameworks

I see WebRTC is the the best way for developing it. But there are some paid frameworks in market for establisting video chat between wide range of clients like Web-Web, Web-Mobile(IOS, Andriod, Windows, etc.,). Web-Web communication flow is very…
hari teja
  • 77
  • 3
1
vote
1 answer

I need to know the STUN server hardware requirements for 10 agents with quality 720p for WebRTC Video conference?

We are planning to host WebRTC on premises servers , I went through the documentation of the WebRTC, and need to know: -Whether these servers can be just services on the same server or a dedicated physical servers? -The hardware specs for these…
1
vote
1 answer

Android Webrtc JNI ERROR (app bug): local reference table overflow (max=512)

I'm running into an issue when attempting to set up a webrtc connection via PeerConnectionFactory.createPeerConnection(params.iceServers, params.pcConstraints, PeerConnection.Observer()) Here are the constraints I'm…
Nelson Ramirez
  • 7,864
  • 7
  • 28
  • 34
1
vote
0 answers

WebRTC - one way broadcasting

If a user opens a webcam broadcast , how many viewers can join and watch ? Does WebRTC has limits for it ?
minchevz
  • 205
  • 2
  • 15