|
2 | 2 |
|
3 | 3 | ## WebRTC Live Streaming |
4 | 4 |
|
5 | | -- an Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC) |
| 5 | +An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC). |
| 6 | +The apk is available [here](https://github.com/pchab/ProjectRTC/raw/master/AndroidRTC.apk). |
6 | 7 |
|
7 | | -If you can't compile it yet, you can still download the apk [here](https://github.com/pchab/ProjectRTC/raw/master/AndroidRTC.apk). |
8 | | - |
9 | | -## Libraries |
10 | | - |
11 | | -- [libjingle peerconnection](https://code.google.com/p/webrtc/) |
12 | | -- [android-websockets](https://github.com/koush/android-websockets) |
13 | | - |
14 | | -If you want to use them in your project, I recommend working with IntelliJ IDEA : |
15 | | - |
16 | | -- Start a new android application project |
17 | | -- Add the .jar and .so in the libs folder |
18 | | -- Right-click "add as library" |
| 8 | +It is designed to demonstrate WebRTC video calls between androids and/or desktop browsers, but WebRtcClient could be used in other scenarios. |
19 | 9 |
|
20 | 10 | ## How To |
21 | 11 |
|
22 | 12 | 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). |
23 | 13 |
|
24 | 14 | When you launch the app, you will be given several options to send a message : "Call someone" |
25 | | -Use this menu to send the link to your stream. This link can be opened with a WebRTC-capable browser or by another AndroidRTC. |
| 15 | +Use this menu to send a link of your stream. This link can be opened with a WebRTC-capable browser or by another AndroidRTC. |
26 | 16 | The video call should then start. |
27 | 17 |
|
28 | 18 | Your stream should appear as "android_test" in ProjectRTC, so you can also use the call feature there. |
29 | 19 |
|
| 20 | +## Libraries |
| 21 | + |
| 22 | +### [libjingle peerconnection](https://code.google.com/p/webrtc/) |
| 23 | +### [android-websockets](https://github.com/koush/android-websockets) |
| 24 | + |
| 25 | +If you want to use them in your project, I recommend working with IntelliJ IDEA : |
| 26 | + |
| 27 | +- Start a new android application project |
| 28 | +- Add the .jar and .so in the libs folder |
| 29 | +- Right-click "add as library" |
| 30 | + |
30 | 31 | ## Author |
31 | 32 |
|
32 | 33 | - Pierre Chabardes |
0 commit comments