Skip to content

Commit 80006e7

Browse files
committed
Update README.md
1 parent e222a2a commit 80006e7

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,32 @@
22

33
## WebRTC Live Streaming
44

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).
67

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.
199

2010
## How To
2111

2212
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).
2313

2414
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.
2616
The video call should then start.
2717

2818
Your stream should appear as "android_test" in ProjectRTC, so you can also use the call feature there.
2919

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+
3031
## Author
3132

3233
- Pierre Chabardes

0 commit comments

Comments
 (0)