[vlc-devel] [PATCH] vlc-android fix play http video error
Alexey Sokolov
alexey at alexeysokolov.co.cc
Mon Apr 25 11:11:39 CEST 2011
Hi.
> if (requestCode == 0&& resultCode == RESULT_OK) {
> String filePath = extras.getString("filePath");
> - mLibVlc.readMedia(filePath);
> + //mLibVlc.readMedia(filePath);
> + //mLibVlc.readMedia("http://192.168.1.112/test/dmx.3GP");
> + //mLibVlc.readMedia("http://forum.ea3w.com/coll_ea3w/attach/2008_10/12237832415.3gp");
> + mLibVlc.readMedia("http://forum.ea3w.com/coll_ea3w/attach/2008_10/12231788691.wmv");
> + //mLibVlc.readMedia("rtsp://192.168.1.233:8554/");
> + //mLibVlc.readMedia("rtp://192.168.1.233:5004/");
> }
> }
Looks not very right ;)
I guess, you forgot something...
--
Best regards,
Alexey "DarthGandalf" Sokolov
More information about the vlc-devel
mailing list