From 80006e7aab97e1c07ad126e09d219aa781e29159 Mon Sep 17 00:00:00 2001 From: Chabardes Date: Tue, 1 Jul 2014 15:14:10 +0200 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3d1f3f5..297361d 100644 --- a/README.md +++ b/README.md @@ -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