AndroidRTC-android-studio

所属分类:android开发
开发工具:Java
文件大小:97KB
下载次数:18
上传日期:2017-12-13 14:19:26
上 传 者hehea
说明:  webRTC,一个安卓客户端实现webRTC的例子,短小精悍.
(webRTC android Client example)

文件列表:
AndroidRTC-android-studio (0, 2015-07-31)
AndroidRTC-android-studio\.idea (0, 2015-07-31)
AndroidRTC-android-studio\.idea\compiler.xml (711, 2015-07-31)
AndroidRTC-android-studio\.idea\copyright (0, 2015-07-31)
AndroidRTC-android-studio\.idea\copyright\Apache2_0.xml (928, 2015-07-31)
AndroidRTC-android-studio\.idea\copyright\profiles_settings.xml (83, 2015-07-31)
AndroidRTC-android-studio\.idea\encodings.xml (166, 2015-07-31)
AndroidRTC-android-studio\.idea\gradle.xml (621, 2015-07-31)
AndroidRTC-android-studio\.idea\misc.xml (1259, 2015-07-31)
AndroidRTC-android-studio\.idea\modules.xml (496, 2015-07-31)
AndroidRTC-android-studio\.idea\scopes (0, 2015-07-31)
AndroidRTC-android-studio\.idea\scopes\scope_settings.xml (139, 2015-07-31)
AndroidRTC-android-studio\.idea\vcs.xml (169, 2015-07-31)
AndroidRTC-android-studio\AndroidRTC.iml (828, 2015-07-31)
AndroidRTC-android-studio\LICENSE.txt (557, 2015-07-31)
AndroidRTC-android-studio\app (0, 2015-07-31)
AndroidRTC-android-studio\app\app.iml (7572, 2015-07-31)
AndroidRTC-android-studio\app\build.gradle (569, 2015-07-31)
AndroidRTC-android-studio\app\proguard-rules.pro (700, 2015-07-31)
AndroidRTC-android-studio\app\src (0, 2015-07-31)
AndroidRTC-android-studio\app\src\androidTest (0, 2015-07-31)
AndroidRTC-android-studio\app\src\androidTest\java (0, 2015-07-31)
AndroidRTC-android-studio\app\src\androidTest\java\fr (0, 2015-07-31)
AndroidRTC-android-studio\app\src\androidTest\java\fr\pchab (0, 2015-07-31)
AndroidRTC-android-studio\app\src\androidTest\java\fr\pchab\androidrtc (0, 2015-07-31)
AndroidRTC-android-studio\app\src\androidTest\java\fr\pchab\androidrtc\ApplicationTest.java (350, 2015-07-31)
AndroidRTC-android-studio\app\src\main (0, 2015-07-31)
AndroidRTC-android-studio\app\src\main\AndroidManifest.xml (1760, 2015-07-31)
AndroidRTC-android-studio\app\src\main\java (0, 2015-07-31)
AndroidRTC-android-studio\app\src\main\java\fr (0, 2015-07-31)
AndroidRTC-android-studio\app\src\main\java\fr\pchab (0, 2015-07-31)
AndroidRTC-android-studio\app\src\main\java\fr\pchab\androidrtc (0, 2015-07-31)
AndroidRTC-android-studio\app\src\main\java\fr\pchab\androidrtc\RtcActivity.java (6923, 2015-07-31)
AndroidRTC-android-studio\app\src\main\res (0, 2015-07-31)
AndroidRTC-android-studio\app\src\main\res\layout (0, 2015-07-31)
AndroidRTC-android-studio\app\src\main\res\layout\main.xml (571, 2015-07-31)
AndroidRTC-android-studio\app\src\main\res\menu (0, 2015-07-31)
... ...

# AndroidRTC ## WebRTC Live Streaming An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC). It is designed to demonstrate WebRTC video calls between androids and/or desktop browsers, but WebRtcClient could be used in other scenarios. Build with Android Studio 1.1.0. The Intellij IDEA version is in the master branch. You can import the webrtc-client module in your own app if you want to work with it. It is also featured in the [Android Arsenal](https://android-arsenal.com/details/3/1262) ! ## How To You need [ProjectRTC](https://github.com/pchab/ProjectRTC) up and running, and it must be somewhere that your android can access. (You can quickly test this with your android browser). Modify the host string (in res/values/strings.xml) to the server IP. When you launch the app, you will be given several options to send a message : "Call someone". Use this menu to send a link of your stream. This link can be opened with a WebRTC-capable browser or by another AndroidRTC. The video call should then start. Your stream should appear as "android_test" in ProjectRTC, so you can also use the call feature there. ## Libraries ### [libjingle peerconnection](https://code.google.com/p/webrtc/) ### [socket.io-client](https://github.com/nkzawa/socket.io-client.java) ## Author - [Pierre Chabardes](mailto:pierre@chabardes.net)

近期下载者

相关文件


收藏者