Hello All,

I want to play a video stream using a local Socket. Does somebody knows if 
that is possible ? When I start the MediaPlayer I get
E/MediaPlayerService(   95): offset error
E/MediaPlayer( 2552): Unable to to create media player
V/VideoReceiver( 2552): java.io.IOException: setDataSourceFD failed.: 
status=0x80000000
W/System.err( 2552): java.io.IOException: setDataSourceFD failed.: 
status=0x80000000

My code is :

setDataSource(sender.getFileDescriptor());
sender.setReceiveBufferSize(500000);
prepareAsync();



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to