streaming rtsp server (android)

534 views Asked by At

I am making an android application for streaming local video files to other android phones.

For this purpose, I found the libstreaming library, but it is designed to stream video from the camera phone.

How can I stream local video files using this library? Are there any other libraries with which you can implement streaming?

I tried to use headless vlc but headless vlc does not exist in android. I tried to use gstreamer (gst-launch) but MediaPlayer is required to sdp the file. ffserver is not supported..

0

There are 0 answers