Re: [android-developers] Video playing error : video from a URL

2009-12-01 Thread Mark Murphy
> am getting sorry this video is not valid for streaming There is nothing wrong with your code -- the video simply is not valid for streaming. If this is an MP4 file, you need to make sure the MOOV atom is before the first MDAT atom: http://www.scribd.com/doc/16917356/Mastering-the-Android-Media

[android-developers] Video playing error : video from a URL

2009-12-01 Thread WrVishnu
Below is the code i try to play video from the url , but am getting an error canot stream this video XML http://schemas.android.com/apk/res/android";> JAVA Code package com.app1; import android.app.Activity; import android.net.Uri; import android.os.Bundle; import android.view.View;