Live Streaming Android App

It’s not difficult to create live streaming Android app that can record a video and send it to a server in real time.

You can use do it by using javacv and they have a sample project for android.

The sample project still works even though it uses a deprecated camera API.

Please refer the Manual Installation in javacv github README.

However you may encounter problems during build or execution time. Working or not depends on javacv or android sdk version.

The following wiki seems to be useful. (I haven’t tried it :P)

gist.github.com

You also can refer build.gradle in my app, which uses javacv 1.2.