android media player playing trailers -


I want to play the trailer using the following code but it is not working to throw the following error

Command PLAYER_INIT An error or information PVMFFailure 02-02 13:40: 33.696: Error / Media Player (805): Error (1, -1) 02-02 13: 40: 33.706: Error / Media Player (805): Error (1, -1)

trailer link =

  throws private ultimate zero plater (string URL) IOException, invalid argument exception {MediaPlayer mp = New Me DiaPlayer (); Logs. V (tag, "trailer:" + url); Mp.setDataSource (url); Mp.setOnPreparedListener (this); Mp.prepareAsync (); } Posted on Public Zero (Media Player MP) {mp.start (); }  


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -