I am working an android app in which live tv channels will be played.
I am using vitmio
api for this purpose.
I am able to play some of channels using this api
(using mms and rtsp urls).
but some of channels I am not able to played yet. I am using url helper for getting rtsp urls from source website. the url helper is giving me rtsp url but those rtsp urls I am unable to played.
like for example I have a channel
GEO TV
I am getting its rtsp like this one
rtmp://cdn.eboundservices.com/geonews?wmsAuthSign=c2VydmVyX3RpbWU9MTIvMTgvMjAxMyA3OjU4OjEzIEFNJmhhc2hfdmFsdWU9M01CbWVpbVV6eUtQUzRhWFd5UllvZz09JnZhbGlkbWludXRlcz0yMA==/geonews_sub
but vitmio media player is not playing this rtmp url what should I do to play this channel using vitmio player ???
you should use vitamio library for this issue vitamio library from here http://www.vitamio.org/en/docs/Basic/2013/0509/4.html
If links are
rtsp://
then you can easily useMediaPlayer
. Try something like this: