In my application, I need to play FLV/HTTP streams on Android (2.x+). libvlc supports this function: I've tested my FLV streams with VLC-android player, and it seems to work.
But a year ago, one of the developers described is as follows:
VLC on android is incomplete, unfinished, buggy, slow, it doesn't even compile. Why are so much people trying to build it anyway?
So is the idea to use VLC for my project good or it's better to search some other way? Are there some other means for playing FLV on Andoid?