Questions tagged [apprtcdemo]

apprtcdemo is a opensource demo project provided by google webrtc team.

70 questions
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

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

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

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
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…
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
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

AppRTC server setup

I think I'm going to cry...I looked everywhere and I still can't find the relevant pieces of info. We created our own android WebRTC app using the appRTC demo app (https://github.com/njovy/AppRTCDemo). It works fine when we use the https://appr.tc/…
jennie788
  • 396
  • 3
  • 18
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…
0
votes
1 answer

How to play Web Audio in earpiece

I am implementing a WebRTC project for mobile devices using Cordova, in that I want the play the audio in earpiece of mobile device instead of speaker. Is there any API/ way to play audio in earpiece, I'm using cordova-plugin-iosrtc for iOS app…
shinto Joseph
  • 1,039
  • 3
  • 16
  • 27