[android-beginners] Streaming Video using VideoView Sorry Cant play this video

2009-12-15 Thread Valentino XM
this is the code. appreciate if anyone can tell me whats wrong. package info.shouraig.com; import java.io.IOException; import android.app.Activity; import android.media.MediaPlayer; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.widget.MediaController;

Re: [android-beginners] Streaming Video using VideoView Sorry Cant play this video

2009-12-15 Thread Sean Hodges
You are trying to play a WMV format. http://developer.android.com/guide/appendix/media-formats.html On Tue, Dec 15, 2009 at 11:42 AM, Valentino XM shourai...@gmail.com wrote: this is the code. appreciate if anyone can tell me whats wrong. package info.shouraig.com; import