Questions tagged [apprtc]
98 questions
1
vote
2 answers
To build AppRTC server
there.
I have trouble to build https://github.com/webrtc/samples in win 8.1.
I am trying to install npm dependencies.
But there are some errors like as the following.
node.js version is v4.2.3 and npm version is v2.14.7
D:\_Temp\AppRTC\samples>npm…

J.Smile
- 13
- 2
1
vote
2 answers
How to deploy Apprtc's collider into Google App Engine?
I have deployed the apprtc's google app engine code on my own GAE server. I don't find instructions on how to deploy the Go based collider for websocket signaling.
Here is the collider project:…

ssk
- 9,045
- 26
- 96
- 169
0
votes
0 answers
GoogleWebRTC is crashing with signaling_thread 0x0x15381f380 (29): EXC_BAD_ACCESS (code=1, address=0x10)
Below is my configuration code.
var peerConnection:RTCPeerConnection! = nil
func initializeSocket() {
let constraints = RTCMediaConstraints(mandatoryConstraints: nil,
optionalConstraints:…

Megha Pawar
- 115
- 1
- 5
0
votes
1 answer
https://appr.tc is down. How to set up own signaling server/ room server URL?
I'd developed a video calling app on Android using WebRTC and was using the https://appr.tc as the signaling server (Room Server URL). But according to https://groups.google.com/g/discuss-webrtc/c/H7XuZfgkGH0 apprtc is now taken down. When I run the…

Arjun
- 1,477
- 1
- 13
- 23
0
votes
1 answer
ISBX/apprtc-ios does not work on iOS 13 - no video not working
I am using apprtc-ios from https://github.com/ISBX/apprtc-ios for our video calling project. It is working fine on iOS 12 & iOS 11.
After upgrading to my device to iOS 13, it seems the front camera does not record video and send it to the other…
0
votes
0 answers
Room response full error in AppRTC and How to clear id or url after disconnecting a call?
enter image description hereHaving an issue of room full, while again connecting call from same URL.
I am getting an error of Hung up , i am using Android Studio

Kanwal Khan
- 21
- 2
0
votes
1 answer
Webrtc Android native CertPathValidatorException
I can't connect to my website build from source code of appr.tc:
I'm building app android at https://webrtc.org/native-code/android/
Description
My chrome can connect ok with my apprtc website, but in android error: CertPathValidatorException cannot…

nobjta_9x_tq
- 1,205
- 14
- 16
0
votes
0 answers
Exception when calling WebRTC Class, while connecting to a peer to peer Connection
I am connecting with the signaling server using an AppRTC Peer to peer connection. I use WebRTC Framework. All file & classes are working fine and the setup seems correct.
But when I call this webRTC class in my videoViewController, the application…
0
votes
1 answer
How to reduce the APPRTC library size?
In my app , I implemented APPRTC. Before implement the APPRTC my app size is 6MB. After implemented APPRTC My app size went 16 MB. i am using one to one Voice chat only. Can we have any other options to reduce the APP size or webrtc library size?…

R karthik
- 11
- 1
0
votes
1 answer
Websocket connection closed when browser lost internet connection
Iam trying to implement webrtc communication in my project. I have used appr.tc code base for development. The codebase contains two separate websocket implementation for chrome&firefox browser.
if (isChromeApp()) {
this.websocket_ =…

Abdul Manaf
- 4,933
- 8
- 51
- 95
0
votes
1 answer
Webrtc Getting blocked by Firewall (iceConnection:Failed)
I have simple web app,
Client1 logs in and socket connections is made to signal.php
Client2 logs in and socket connections is made to signal.php again
Client2 sends offer to client1 via signal.php
client1 sends answe to client2
ice candidiates…

user2288650
- 412
- 1
- 6
- 23
0
votes
0 answers
How to enable CORS in AppRTC?
I have deployed my own apprtc server with collider & turn server configured in Google App engine locally with virtualbox. Everything is working properly but I want to use this apprtc server in my another project that is in anoter IP. So, Apprtc IP…

MD. MAHFUZ HOSSAIN
- 51
- 8
0
votes
1 answer
Apprtc not working in public network iOS
I am using Apprtc library for the real-time connection.
this is my server host URL @"https://appr.tc". Connection successfully established to any network, but in the audio/video sense
audio/video only works on same/private network iOS to iOS or…

Shourob Datta
- 1,886
- 22
- 30
0
votes
1 answer
use InAppBrowser.open() to get “failed to access to local media” about apprtc
I build a cordova app,and want to use apprtc in app.
Environment:
Cordova 7.1.0
Cordova-android 6.3
This is my AndroidManifest.xml:

Bella He
- 33
- 7
0
votes
0 answers
apprtc and webrtc server can't be accessed remotely?
I'm having trouble setting up the apprtc server because I can't seem to remotely access it. Here's what I did and what's currently happening.
I git cloned this project onto an ubuntu 16.06 server.
https://github.com/webrtc/apprtc
I followed the…

John
- 32,403
- 80
- 251
- 422