Questions tagged [apprtc]
98 questions
0
votes
1 answer
Record local camera feed in AppRTC audio/video call android with out using MediaProjection api
I had use AppRTC Demo to make audio/video call. It is working fine, What I want to achieve is to record only local camera feed of AppRTC call in android rather than recording entire screen using MediaProjection api. It would be great help if you…

Shwettak Ramteke
- 21
- 5
0
votes
1 answer
AppRTC deployment runtime error
I deployed AppRTC on Google Cloud Engine. I had also configured the collider using the go commands. When I Join the call, I get the following error on the second peer:
Room server join error: Failed to join the room: Status=500
WebSocket register…

Evol Gate
- 2,247
- 3
- 19
- 37
0
votes
0 answers
Response from Turn Server in REST API mode
I have established rfc5766-turnserver and tested success in web browser. IP:192.168.1.111, port:3478. Now I want to get JSON response from server.
in here says the request format should be like
GET /?service=turn&username=mbzrxpgjys
and response…

LoveLxr
- 391
- 1
- 3
- 3
0
votes
4 answers
Switch between Audio and Video call in appRTC Android code
I integrated appRTC code in my Android application for calling purpose, which is done. Now the Video & Audio calling is working fine. My problem is, I need to achieve following things.
1. Mute & Unmute Audio while calling.
2. Switch Video call to…

Alex Chengalan
- 8,211
- 4
- 42
- 56
0
votes
1 answer
WebRTC Android - gclient sync error in Windows
I'm trying to work out the instructions defined in http://www.webrtc.org/native-code/android. After the command "gclient sync" is executed and after hours of downloading, at the end the process failed:
fatal: early EOF
The remote end hung up…

user1680859
- 1,160
- 2
- 24
- 40
0
votes
1 answer
AppRtc on a Custom Server
I have deployed the apprtc (https://github.com/webrtc/apprtc), webrtc sample project from Google on my own GAE account. I found that developers have to their own TURN server to support NAT traversal and cannot use Google's TURN server.
Are there…

ssk
- 9,045
- 26
- 96
- 169
-1
votes
1 answer
AppRTC mach-or errors
I'm getting Mach-O errors on a clean install of AppRTC in swift.
I create a new project in xcode 8.3.3 and run.
I add:
pod ‘AppRTC‘
to my podfile, and use pod install.
When complete, I disable bitcode.
This is running on a device, cleaned the code…

stevenpcurtis
- 1,907
- 3
- 21
- 47
-2
votes
1 answer
I would like to set up rfc5766-turn-server in Ubuntu 14.04, can anyone give me the set of steps listed all together ? I am doing it in AWS EC2
I have tried to install and set up rfc5766-turn-server in AWS EC2 but unable to do it as I do not see a proper flow of work or command line for that, can someone help me about this ? I need to set it up in Ubuntu 14.04

Arpan Nag
- 25