Questions tagged [apprtc]
98 questions
3
votes
1 answer
How to use the method to show localstream in videoview in WEBRTC latest framework ? - for webrtc framework(iOS)
After updating the webrtc framework for the latest one , I am not getting how to show local stream to user cause methodology is changed which has no sample on repository's "iOS" folder.
in old code...
RTCVideoCapturer *capturer =…

Prasanna
- 945
- 10
- 24
3
votes
1 answer
Native android app for appr.tc
Since I few weeks I'm trying to establish a websession between a native android app (https://github.com/njovy/AppRTCDemo) and a browser by using apprtc. The app worked perfectly when using appr.tc as room-server url.
I already set up the apprtc…

Casus Knacktus
- 31
- 1
- 4
3
votes
0 answers
How to make apprtc demo sample video chat to be fast in native android
I have done some research on webrtc then i found apprtc demo sample application which is have taken from https://github.com/njovy/AppRTCDemo in android. I have implemented this but this app take time in offering a call.It follow these step
1) It…

dj Bravo
- 198
- 1
- 3
- 18
2
votes
0 answers
Webrtc Screen Sharing for p2p
I have setup the source using by below git repo. Audio/video calling is working fine, but there is not an option for screen sharing.
I have added one button for screen sharing but that does not display a shared screen to the destination person, it…

Adesh Patel
- 31
- 2
2
votes
1 answer
Turnserver showing WebSocket open error: WebSocket error after trying to join a room
My app has 1:1 video calling feature and for that I set up my own turnserver. The turnserver was running perfectly till yesterday. When I try to call from app, turnserver rejects. I tried turnserver url from browser, it shows something like this,…

Azad Mamun
- 69
- 2
- 7
2
votes
0 answers
Application crashed on closing peer connection appRTC android
I have implemented appRTC in my app but changed its flow to multiple guests with one host (like a conference meeting etc.). But the issue I am facing is when I disconnects from host side the app got crashed. It also shows different weird exceptions…

harperdev7
- 153
- 1
- 7
2
votes
0 answers
How to drag org.webrtc.SurfaceViewRenderer android?
This is layout of videocall in my app. I use webrtc library.
https://i.stack.imgur.com/akK7p.jpg
I want to drag SurfaceViewRenderer which on right&top to any where in screen device.So how can I do that? Thanks.

Nguyễn Thành Duy
- 69
- 1
- 7
2
votes
1 answer
Anyone success in config collinder for apprtc
My question in github:
https://github.com/webrtc/apprtc/issues/615
I can't config apprtc for signal server, just call video ok via wifi but via mobile network has no luck.
Please view my config, I can't find any example for constands.py in…

nobjta_9x_tq
- 1,205
- 14
- 16
2
votes
1 answer
WebRTC android-PeerConnectionFactory.createPeerConnection always returns null
Previously I used org.webrtc:google-webrtc:1.0.26885 and it was fine, now I switched to the newest version 1.0.27225. I used the method createPeerConnection of PeerConnectionFactory in 26885 version to create a PeerConnection instance and it worked…

Edmund Cheng
- 21
- 1
2
votes
0 answers
Send Replay Kit Audio samples(not Microphone) Over Webrtc
I am able to send Replaykit video samples to the remote peer but with no Audio. What to use instead of RTCVideoFrame? Is there a way I can send a Audio Video data together?
Below is the snippet:
var peerConnectionFactory: RTCPeerConnectionFactory?
…

user2801184
- 329
- 7
- 27
2
votes
2 answers
apprtc between android and ios device
I try to video chat between Android browser and ios browser and join the room https://appr.tc/r/123, it doesn't work.
iPhone6: 11.3.1 safari browser. It shows that
setRemoteDescription:
OperationError:Failed to set remote answer sdp: Session…

Bella He
- 33
- 7
2
votes
0 answers
How can stream Audio when iPhone is locked?
I'm working on AppRTC for Audio call, It's working fine when app is open. Audio call is not working when device is locked, If wI un-lock device while call and open app, It's start working normally but while it's locked it's not working. (Audio is…

Sonu
- 937
- 1
- 10
- 39
2
votes
0 answers
Adapting AppRTC to PeerJs
Hi I m working on Android Native project to connect to Peerjs server . Is there any solution to adapte appRTC(https://github.com/njovy/AppRTCDemo) to connect to my server

Sadok Jabou
- 21
- 2
2
votes
2 answers
PubNub iOS WebRTC Integration
I am trying to use PubNub as the signaling server for a webRTC iOS app. I am using Xirsys for the ICE servers. I have been able to get my app working with googles AppRTC framework, but I can't seem to find any good information on integrating with…

Alex Pelletier
- 4,933
- 6
- 34
- 58
2
votes
2 answers
Why my WebRTC connection doesn't works at some networks?
I've customized Apprtc project (android version).
assume we have four internet connection (from different network connections):
NetA -- NetB
NetC -- NetD
I can connect from NetA to NetB, but i can't connect from NetC to NetD!
I have set turn…

Saeed
- 572
- 2
- 7
- 19