Monday 7 July 2014

Android camera over RTSP

Hi,
today's I've started to use RTSP as a protocol to transmit video stream from camera on the phone to everyone.
I've found a software that use RTSP and camera on Android OS.
It's from spex66 under the link https://github.com/spex66/RTSP-Camera-for-Android.

What is it?

It is RTSP protocol use on Android phone.


What does it do?

It uses camera from my phone. Application get the data from camera and host server on protocol RTSP and listen to clients to connect on specified port. Every client gets a video stream with data from camera.

What is the advantage of spex66 software is, that it uses a jni support and it's probably more efficient than code written directly in java.

The application has also server and client support. So easily you get the video stream and transfer it over network. The next step is yours. You do not have to worry about compressing because it's encode with h264 or h263 codec.

That is all about RTSP software from spex66. Thank's.


No comments:

Post a Comment