Try to load the Url to the VideoView:
vv.LoadVideo("http", "http://...")
yeah, i tried it that way too. same error (libwvm.so) also, i changed from 1.10 to 1.30, if that makes a difference (which, apparently, it doesn't). by the way, i'm a little confused by the postings on the subject of the audio library. in one it says to use mediaplayerstream for video, and in another it says to use video view. in any case, i tried both. actually, there was a slight difference. both throw the error, but 1.30 says "sorry can't play this file". that's you, right? i didn't see it in my code, although it's something i would be likely to put. so 1.30 manages to get a little further.
i also tried the flvplayer module downloaded from here. no apparent error, but no video either.
i looked into vlc for android beta. you can't download it in my country... i'm sending out the drones as we speak.
i also tried jwplayer.js, which claims to run on android. i use a simple webview with javascript for that. that got to a spinning wheel, no errors, but no video. when i ran the same script on desktop chrome, i got the same spinning wheel.
i've also tried html5. not a full, in depth, try, i'm afraid.
so i'm thinking, perhaps i don't understand the modern meaning of "streaming". for me, a stream implies no beginning or end. you come across a stream in the woods, you sit on a rock, and it flows by you while you look, eg broadcast tv. all the references to streaming that i find here seem to imply discrete files which are loaded and fed to whatever application that knows what to do with such a file. i see references to "live streaming", but always in the context of a file, not just a type of compression. (i recognize that there is a distinction between streaming over http and a couple other protocols, and that the http version probably implies a file which is fed chunk by chunk rather than downloaded at once. so you could argue that it isn't really streaming.)
the url is valid. i watch the video often on the desktop. and vlc also plays it.
is the audio library meant for streaming, as i think of it? or does it assume, that the video is downloaded in its entirety first?
-go