/android-webrtc-demo

Camera mirror on Android by using native Webrtc APIs

Primary LanguageJava

Android WebRTC Demo

This is an example to show how to use Flint protocol and WebRTC libraries on Android platform to do camera-mirror.


How To Use

  1. Download source code
  2. Download Flint Android SDK
  3. Compile Android sender application which is located at sender directory by using Eclipse.
  4. Run it on Android mobile device which should have cameras(one or two).

Note:


Features

  1. Support 2 senders
  2. Support font/back cameras mirror
  3. Support video/audio mirror(need change little code)
  4. Support remote mode of Flint, which can remotely mirror android device's cameras.

Reference

  1. Android WebRTC
  2. Firefox OS WebRTC
  3. Flint Multi-Screen Protocol