Questions tagged [apprtc]

98 questions
12
votes
1 answer

Android webrtc not working with 3g, 4g

In android application i have user webrtc for video calling app. If mobile is connected with wifi then app work perfectly. When i change wifi to mobile data and start app then app not work and also not display video . I have user webrtc in my app…
adit microsys
  • 319
  • 3
  • 13
7
votes
1 answer

Using WebRTC to send an iOS devices’ screen capture using ReplayKit

We would like to use WebRTC to send an iOS devices’ screen capture using ReplayKit. The ReplayKit has a processSampleBuffer callback which gives CMSampleBuffer. But here is where we are stuck, we can’t seem to get the CMSampleBuffer to be sent to…
Niro
  • 91
  • 1
  • 4
5
votes
1 answer

WebSocket - Status Code 403 and status message - Forbidden

I am working on video call app using Apprtc.Follow below mention libraries. https://github.com/njovy/AppRTCDemo https://github.com/Piasy/AppRTC-Android When I change url to my custom server instead of apprtc server then video call is disconnected…
mukesh
  • 4,140
  • 5
  • 29
  • 40
5
votes
3 answers

Unable to install gclient command in ubuntu 14.04

I am installing a command called gclient in Ubuntu 14.04. But It is not working and not giving any error message. I clone command from the following repository $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git Then I…
Rajendra Verma
  • 439
  • 5
  • 16
5
votes
1 answer

How to get frame data in AppRTC iOS app for video modifications?

I am currently trying to make some modifications to the incoming WebRTC video stream in the AppRTC app for iOS in Swift (which in turn is based on this Objective-C version). To do so, I need access to the data which is stored in the frame objects of…
Alexander Telegin
  • 665
  • 1
  • 7
  • 22
4
votes
2 answers

Video Freeze in Chrome after 1-2 minutes in webRTC, working fine in firefox

When i wrote the code 6-7 months back everything was working, with no issues what so ever. But recently when i tested it, In Chrome specifically video freezes after some time. Calling from Android implementation. Call is working fine in firefox,…
Praveen Kumar
  • 125
  • 1
  • 11
4
votes
0 answers

App RTC calls not working from ios to ios

Not working on ios to ios When I'm testing with appRTC server(https://apprtc.appspot.com ) calls are working from iOS to iOS, iOS to Android,Android to iOS. But I'm test with my custom server(http://192.168.0.100:8080) calls are not working from iOS…
4
votes
0 answers

Transitive dependencies on Cocoa Pod

I have an iOS Project with some third party dependencies and some of them are written in Swift. Due to that i have the flag use_frameworks! in my Podfile . The problem occurs when I try to install AppRTC framework. AppRTC has a reference to a static…
Ilker Baltaci
  • 11,644
  • 6
  • 63
  • 79
3
votes
0 answers

Stop transmitting audio when app is in background in android webRTC/AppRTC

I am working on webRTC on the android platform. I run the appRTC code(https://github.com/njovy/AppRTCDemo). Now I joined the call from the android mobile and one from the web(https://appr.tc/). it is working fine. Now Android mobile goes in…
Shashank Gupta
  • 165
  • 2
  • 16
3
votes
0 answers

App crashing on disconnecting call webRTC android

In my app, I have implemented webRTC. A host goes live and multiple guests can join him to watch his stream just like Facebook Live or insta Live. But when a stream is live and have any guests, I disconnect the stream by host side. It crashes. The…
harperdev7
  • 153
  • 1
  • 7
3
votes
0 answers

Random Crash in webrtc native library

I am getting this error randomly on some device when I request to close peerconnection on release build. I have tried to set pro-guard rule for this but still getting below error. Please help me on this . My Proguard rules: -keep class org.webrtc.**…
3
votes
0 answers

Update AppRTC android code with Unified semantic plan

I am working on webRTC on the android platform. It's working with libjingle peerconnection library and planB semantics plan. But now I am updating apprtc code with the latest webRTC version from here…
Shashank Gupta
  • 165
  • 2
  • 16
3
votes
0 answers

How to Record the call in webrtc Swift - iOS

how to record the live audio conversation in webrtc using Swift and is it possible to record all calls conversation automatically and save them. I can record only one side of the stream and i m not able to record the other stream who is calling.
3
votes
1 answer

What is AppRTC, how is it helpful for creating video call app for mobile?

I have developed a decent video calling application for web using WebRTC and Javascript which is working fine in both Chrome and Firefox. Now, a similar app is to be created for the mobile also (by the android devs in my company). I'm helping them…
Adersh
  • 598
  • 1
  • 9
  • 22
3
votes
2 answers

How to implement WebRTC on android for app to app calling?

I am really new to WebRTC. What i need is to implement app to app voice calling (not video calling) feature in my android app. I want to call randomly among my app users by webRTC on android. I implemented appRTC sdk in android studio and made an…
1
2 3 4 5 6 7