Hi, I am not able to play the video streaming example from the samples provided in Android SDK for any video URL:
ex: http://d.peperonity.com/c/d/4E76D7/12563/ssc3/home/062/akram.ak47/albums/dog_smoke.3gp The issue comes at the time of executing the prepare() method: and throws the following exeption: 04-28 16:17:13.973: ERROR/VideoPlayer(821): error: Prepare failed.: status=0xFFFFFFF6 04-28 16:17:13.973: ERROR/VideoPlayer(821): java.io.IOException: Prepare failed.: status=0xFFFFFFF6 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.media.MediaPlayer.prepare(Native Method) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.sape.android.activities.VideoStreaming.playVideo (VideoStreaming.java:232) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.sape.android.activities.VideoStreaming.access$0 (VideoStreaming.java:197) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.sape.android.activities.VideoStreaming$1.onClick (VideoStreaming.java:117) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.view.View.performClick(View.java:2129) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.view.View.onTouchEvent(View.java:3543) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.view.View.dispatchTouchEvent(View.java:3198) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:857) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:857) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:857) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.android.internal.policy.impl.PhoneWindow $DecorView.superDispatchTouchEvent(PhoneWindow.java:1593) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent (PhoneWindow.java:1089) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.app.Activity.dispatchTouchEvent(Activity.java:1871) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.android.internal.policy.impl.PhoneWindow $DecorView.dispatchTouchEvent(PhoneWindow.java:1577) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.view.ViewRoot.handleMessage(ViewRoot.java:1140) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.os.Handler.dispatchMessage(Handler.java:88) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.os.Looper.loop(Looper.java:123) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at android.app.ActivityThread.main(ActivityThread.java:3739) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at java.lang.reflect.Method.invokeNative(Native Method) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at java.lang.reflect.Method.invoke(Method.java:515) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:739) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497) 04-28 16:17:13.973: ERROR/VideoPlayer(821): at dalvik.system.NativeStart.main(Native Method) Please help me to resolve the issue. If someone else has the same with it. Thanks, Amit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

