Video stream mms or rtsp: // on android

4

I'm looking for some lib for video stream playback in mms: // format, already tried with VideoView but says it does not support this format (Windows media player), looking for apps (in google play) that has this functionality what worked was the VLC and RTSP Player, swapping the mms for rtsp.

    
asked by anonymous 21.02.2015 / 03:02

2 answers

0

Years later libs appeared for this:

link

    
26.07.2017 / 21:52
1

FFMPegMediaPlayer

Free translation from the main library page:

  

FFMPegMediaPlayer, is a reimplementation of the MediaPlayer class of Android. The library gives you the opportunity to use a unified interface to play audio files and streams.   For more information about the library and usage examples, visit the javaDocs .

    
21.02.2015 / 04:48