apprtcdemo is a opensource demo project provided by google webrtc team.
Questions tagged [apprtcdemo]
70 questions
3
votes
0 answers
WebRTC ICE connection state changed to: failed
I downloaded code of a opensource WebRTC application demo project provided by google WebRTC team from GitHub
with this URL :
https://github.com/webrtc/apprtc
This project runs with Google Cloud SDK , and Grunt.
Its run on my localhost with port…

Ori Arbes
- 303
- 3
- 13
3
votes
0 answers
WebSocket closed with code: 1001 reason:Stream end encountered wasClean:0
I am trying to run AppRTC-iOS(native iOS video chat app based on WebRTC) I am able to connect web socket connection and also WebRTC able to receive sdpOffer.
When I am receive the call and video starts then web socket connection is getting close by…

Abhishek singh
- 415
- 7
- 20
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
3
votes
1 answer
Apprtc loopback channel test fails 9 times out of 10?
What steps will reproduce the problem?
Open this url to browser 10 times. Test will passes only once.
http://216.119.155.222:9191/?debug=loopback&unittest=channel
What is the expected result?
It works with this…

Biraj Zalavadia
- 28,348
- 10
- 61
- 77
2
votes
0 answers
send call to the device like callKit
I am using the AppRTCDemo-master sample for video calling. It is working if both the devices are connected to the room. I want to send a call to the other device if the app is not open also.
Here is the link to the sample App.
…

Lassie
- 984
- 11
- 25
2
votes
1 answer
How to provide native support for unsupported webRTC JS APIs in WebKit(WkWebview)
Objective:
Providing native support for the unsupported WebRTC JS APIs in WebKit and make WebRTC call through the webapp loaded in WkWebView.
So far What I have tried:
As of now WebRTC W3C JavaScript APIs is not supported in webkit.
There is a cross…

Durai Amuthan.H
- 31,670
- 10
- 160
- 241
2
votes
1 answer
getUserMedia error:Failed to get access to local media - WEBRTC
I've configured the App RTC Server in my PC. When I am accessing using local host (localhost:3000). The Video call is working. But when I am using IP address getting the error. (http://192.168.0.103:3000)
Failed to get access to local media. Error…

Mr. N.V.Rao
- 1,082
- 13
- 27
2
votes
2 answers
Web RTC Server is running in localhost only
I've configured Web RTC sever in my PC. It's working with http://localhost:8080 But this server is not working with the IP address in another machines.
I've referred Web RTC Server with this URL.

Mr. N.V.Rao
- 1,082
- 13
- 27
2
votes
1 answer
openwebrtc demo is not working in Chrome
Chrome supports WebRTC.
But openwebrtc I am not able to run
http://demo.openwebrtc.org:38080/
while apprtc I am able to run
https://apprtc.appspot.com/
so why this problem ?
so what is the difference between openwebrtc and apprtc ?
is there any…

Durai Amuthan.H
- 31,670
- 10
- 160
- 241
2
votes
1 answer
unable to configure apprtc.appspot with own url
This is the error I get when I try to configure apprtc with my own url. I tried to set up my own Turn Server and also tried to give a client url but it still did not work .

Jes
- 88
- 5
2
votes
0 answers
Android app based on WebRTC with peerconnection server no audio/video
I am implementing WebRTC based Android application, using AppRtcDemo android application as reference, I have removed the interface for "http://appspot.apprtc.com" and added code to use "peerconnection_server" as signaling server which is provided…

User7723337
- 11,857
- 27
- 101
- 182
2
votes
1 answer
WebRTC flow of function calls for making calls [Android]
I am referring and also going through source code of AppRTCDemo which is a demo application for WebRTC.
What i am trying is:
Build my own WebRTC application which will do AV calls on a Android Device.
Replace existing…

User7723337
- 11,857
- 27
- 101
- 182
1
vote
0 answers
Android show camera capture on screen before getting a peer connection
I am using appRTC to make video calls, but there is a time when the screen is black before connecting to the server, instead I would like to show the camera capture on the screen while waiting :
VideoCapturer videoCapturer =…

Slimane amiar
- 934
- 12
- 27
1
vote
0 answers
Info needed on deployment instructions of webrtc's apprtc - https://github.com/webrtc/apprtc on MAC OS
1. I have cloned the git repo of apprtc - https://github.com/webrtc/apprtc
2. Altered the code to include status messages
3. Run the code locally successfully - it works fine on local host.
4. Stuck trying to deploy the code online
I am trying to…

Zizou-Yoda
- 11
- 2