user4107024
user4107024

Reputation:

Playing videostream on Android

I try to play an incoming videostream on my Android App. The stream is created by vlc on raspbian (RTSP and HTTP). I tryed to use the nativ android mediaplayer but it doesn't work.

The app should render the video side by side with the cardboard API. It works fine with a local file.

Do you have any ideas about alternatives for the mediaplayer?

Upvotes: 1

Views: 2524

Answers (1)

elwesties
elwesties

Reputation: 88

I recommend using ExoPlayer for this http://developer.android.com/guide/topics/media/exoplayer.html it will handle the streaming much better than mediaplayer

Upvotes: 4

Related Questions