it seems that the videoView supports only a few methods for playing video , but none of them susports the most generic form of playing, which is quite odd (since i thought that all other methods use it).
my question: how can i set the videoView to play an inputStream (any kind of inputStream, even my own customized one) ?
is it possible without actually copying the data to a file and then play it or having some sort of trick to "pipe" the data through ?
i think the same thing is missing for audio, but i'm not sure about it.