Questions tagged [apprtc]
98 questions
0
votes
1 answer
We cant start the AppRTC application using Google App Engine
Issue
I am trying to build and deploy apprtc application on my virtual machine(ubuntu 16.04). I have successfully deployed collider server. But I got an error when trying to start apprtc application using google app engine.
Steps followed
clone…

Abdul Manaf
- 4,933
- 8
- 51
- 95
0
votes
1 answer
Cant build collider (websocket-based signaling server in Go)
Iam trying to build apprtc signaling server(collider). Based on tutorial, we only need to enter
go get collidermain
after setting $GOPATH. But I got error like this
> go get collider/collidermain
src/collider/collidermain/main.go:9:2: no…

Abdul Manaf
- 4,933
- 8
- 51
- 95
0
votes
1 answer
Cant access apprtc from another machine in same network
Iam new in webRtc. I need to run appRtc application on my local machine. I got the codebase from github and successfully run on my local ubuntu machine.
these are logs when try with browser on my pc
INFO 2017-11-30 09:00:18,966…

Abdul Manaf
- 4,933
- 8
- 51
- 95
0
votes
1 answer
create multiple client on apprtc
I am new in webrtc.I need to create a new implementation of webRtc. I got the source code of apprtc from Github. it is working fine on my local machine.
But in apprtc, it will support only maximum 2 clients(only one client can join to a single…

Abdul Manaf
- 4,933
- 8
- 51
- 95
0
votes
0 answers
How to get Network Speed in AppRTC
I am developing iOS video application based on apprtc libraries, I need would like to show "poor network connection" to the user.
Can anyone help me on how to determine the slow network connection while having video conversation.
Thanks

vinay
- 1
- 1
0
votes
1 answer
How to add group chat functionality to AppRTC
I have downloaded the source code of AppRTC android app and able to run the app using the Android Studio.
To start communicating with each other, one needs to join a room by entering it name. By default, AppRTC allows only two participants to join…

Vamshi Reddy
- 1
- 2
0
votes
0 answers
Webrtc: Unable to retrieve TURN server
I am trying to use webrtc.framework along with libAppRTCMobile_lib.a for making a native app same as AppRTCMobile for ios. While calling connectToRoomWithId we are getting the below message. Please help me why TURN server is giving the below error…

Rajat Kothari
- 300
- 1
- 2
- 12
0
votes
0 answers
iOS WebRTC Local Media NSInvalidArgumentException [RTCI420Frame nativeHandle]
I am trying to create a local media stream in my iOS webRTC app. See code below
let localStream = pcFactory.mediaStream(withLabel: "ARDAMS")!
let audio = pcFactory.audioTrack(withID: "ARDAMSa0")
localStream.addAudioTrack(audio!)
var device:…

Alex Pelletier
- 4,933
- 6
- 34
- 58
0
votes
2 answers
How to build Webrtc ios for generic ios device?
I have downloaded webrtc ios. I have built it for arm64. I have followed this way to build it.gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"'ninja -C out/ios_64 AppRTCMobile
But I have got no way to build it for generic device. I would…

Faruk Hossen
- 185
- 1
- 8
0
votes
1 answer
Issue running apprtc on AWS
I am following instruction and am able to build, run apprtc on my local ubuntu machine.
I am trying to implement the same on AWS. I have added ports 8000 and 8080 to the instance security group. On AWS when I execute
/dev_appserver.py…

Anil Maddala
- 898
- 16
- 34
0
votes
2 answers
looking for a solution to add Video/Voice call with my existing app
i am looking for a solution to develop video and voice call(like WhatsApp) ,is there any easy to integrate solution that can be integrate into both platform ios/android please suggest

Mohd Sadiq
- 181
- 1
- 2
- 16
0
votes
1 answer
WebSocket open error: WebSocket error
We are using AppRTCDemo Android for audio/video call https://appr.tc
Till last night all is working fine but now we are facing issue
WebSocket open error: WebSocket error.
WebSocket register error: WebSocket error.
enter image description here

Shwettak Ramteke
- 21
- 5
0
votes
1 answer
Websocket open error, websocket register error
I am facing web socket issue with https://appr.tc and unable to create or join the room.
Is there any temporary break down at the server end?

Manish Pathak
- 3,224
- 1
- 18
- 22
0
votes
0 answers
use AppRTC between android and IOS device
I'm using Sample code of AppRTC for Android and IOS application given by WebRTC,
Android : https://github.com/njovy/AppRTCDemo/
IOS : https://github.com/ISBX/apprtc-ios
When i try to do video chat between Android-Android,Ios-Ios devices ,it is…

kavie
- 2,154
- 4
- 28
- 53
0
votes
1 answer
Error with golang.org/x/net/websocket when "go get collidermain" --- AppRTC deployment on Ubuntu 14.04 server
I have been trying to deploy the AppRTC onto my school’s Ubuntu server but to no avail. I have followed the instructions on the Collider part until the command “go get collidermain” which return me with error as follow:
#…

Kennedy Ho
- 73
- 1
- 2
- 6