Hi Friends,

I am new to playing videos in Android Emulator?

First of all, is it possible to stream and play live video in Android
Emulator? I am using SDK 1.6. If yes, could you please help in fixing
the following error?

I am using the following code to stream a video file from a server,
but i got the error -

buffering(1)
Command PLAYER_INIT completed with an error or info UNKNOWN PVMFStatus
error (200, -32)

Can anybody please guide me how to fix this error so that i can play
live videos in Emulator?

Thanks.
Ashok

Code i am using:----
                                
vv.setVideoPath("http://www.daily3gp.com/vids/3.3gp";);
                                vv.setMediaController(new 
MediaController(mainActivity.this));
                                vv.requestFocus();

-- 
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

Reply via email to