Video Streamer using m3u8 file in android -


hi i'm trying play video streamer prompt "can't play video" don't know why i'm following [this]http://www.androidbegin.com/tutorial/android-video-streaming-videoview-tutorial/ tutorial. put in android manifest

<uses-permission android:name="android.permission.internet" /> 

but still not working. have error says "unable create media player" can me please? thank help.

finally solve problem :) put

 <uses-permission android:name="android.permission.internet" /> 

first before application tag in android manifest


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -