Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pchab committed Jul 1, 2014
1 parent e222a2a commit 80006e7
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,32 @@

## WebRTC Live Streaming

- an Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC)
An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC).
The apk is available [here](https://github.com/pchab/ProjectRTC/raw/master/AndroidRTC.apk).

If you can't compile it yet, you can still download the apk [here](https://github.com/pchab/ProjectRTC/raw/master/AndroidRTC.apk).

## Libraries

- [libjingle peerconnection](https://code.google.com/p/webrtc/)
- [android-websockets](https://github.com/koush/android-websockets)

If you want to use them in your project, I recommend working with IntelliJ IDEA :

- Start a new android application project
- Add the .jar and .so in the libs folder
- Right-click "add as library"
It is designed to demonstrate WebRTC video calls between androids and/or desktop browsers, but WebRtcClient could be used in other scenarios.

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

When you launch the app, you will be given several options to send a message : "Call someone"
Use this menu to send the link to your stream. This link can be opened with a WebRTC-capable browser or by another AndroidRTC.
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/)
### [android-websockets](https://github.com/koush/android-websockets)

If you want to use them in your project, I recommend working with IntelliJ IDEA :

- Start a new android application project
- Add the .jar and .so in the libs folder
- Right-click "add as library"

## Author

- Pierre Chabardes

0 comments on commit 80006e7

Please sign in to comment.