libjingle Questions
5
I am trying to create an android application for video chat and messaging by using WebRTC Native APIs. I have been through several links and found out that most of the documentation for android is ...
Psalm asked 24/4, 2016 at 22:55
4
I download WebRTC's source code, but I can't find any libjingle's code at the WebRTC, and can't find how WebRTC use libjingle (can't find such as XmppTask Class in WebRTC's code)
Can anyone give me...
1
I am using Android Play Games - Real Time Multiplayer for my app. When I create a new room, the callback onRoomCreated() returns STATUS_NETWORK_ERROR_NO_DATA 5% of the times. I do not know why I ge...
Gateway asked 21/2, 2016 at 1:32
1
First, i am unclear whether appropriate to reference links to other code, and if so apologies and would like to understand what a more appropriate mechanism might be for this case in which i am ref...
Polymer asked 24/3, 2016 at 0:38
1
Solved
I'm trying to import the libjingle_peerconnection framework into my Xcode project, but for some reason I can't import the Objective-C header with import RTCICEServer in Swift source files. I have a...
Flagellum asked 1/1, 2016 at 5:5
1
Solved
I have an android app running as a client of WebRTC server running at Node.js server.
The current state of the app is I can make video calls but can't send the message on DataChannel.
Here is my ...
1
Solved
I am implementing the webrtc in an Android project and I am based on this sample in github.
This example uses the libjingle library. This is how the video render view is created:
// Create video...
Catamount asked 21/8, 2015 at 11:55
1
How to use a "custom" video capturer to create a VideoTrack and provide frames?
The classic approach to create a VideoTrack is:
1 - Get a VideoCapturer instance
VideoCapturer capturer = VideoCap...
1
Solved
I think I am very close to getting my Java server app to talk to a browser page via WebRTC, but I can't quite get it to work. I feel like I am missing something small, so I hope that someone here m...
Belfast asked 26/11, 2013 at 22:45
2
Solved
I downloaded and installed libjingle-0.5.2.zip, and according to the README also downloaded and installed swtoolkit.0.9.1.zip, scons-local-2.1.0.alpha.20101125.tar.gz, and expat-2.0.1.tar.gz, and g...
Antenatal asked 8/3, 2011 at 22:9
1
Solved
I'm trying to generate the sln and vcproj files from the checkout of libjingle svn.
I set all the environment variables defined on README, but i keep getting the error:
C:\src>hammer --mode=all...
1
Solved
Do you know any well documented library for handling Jabber's Jingle (audio/video) extension in Ruby ?
1
© 2022 - 2024 — McMap. All rights reserved.