Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Streaming Library VLC Android

Currently we are developing an Android application for streaming. We are looking for an alternative library, because the VLC library isn't finished yet. We currently used the Vitamio library, but it works a little buggy.

  • Doesn't play MMS immediately
  • Some HTTP Stream will not start
  • Can't edit the controls

Are there any other third party libraries who cover the following streams: HTTP Live streaming (apple), RTSP and MMS. And also are better documented? Thanks in advance.

like image 605
Trebor Avatar asked Aug 30 '11 10:08

Trebor


People also ask

Can you stream with VLC Android?

Can I stream from VLC using an Android or iOS device? Yes, but only to a Chromecast or smart TV with Chromecast built-in. Play the video on your phone's VLC media player app and look for the cast icon at the top right corner.

Where are VLC playlists stored on Android?

A file vlc_media. db will be saved in the root folder of your Android device. Use a file manager app in your device or from the Play Store to go to the storage root to access this file.

Does VLC have a media library?

Configure VLC: Go to Preferences > Show All > Playlist. Select the Use Media Library check box and then select Save. Transfer music to create your library: Select Media Library > Add Folder.

How do I add streaming to VLC?

Step 1: Open VLC and then open the Media menu. Select Stream from the list of options. Step 2: Click the Add button under the File tab. Browse to the file you'd like to stream.


1 Answers

Also GStreamer provides a version for android (arm processor).

Here you can find the libraries http://gstreamer.freedesktop.org/data/pkg/android/1.0.7/

like image 65
Secort Avatar answered Nov 15 '22 20:11

Secort