I'm working on an Android app, where you can watch videos. I have the url of the videos, and I use VideoView to set it and start it, and that's working well.
My question is stemmed from when video services allow streaming options for different video qualities - for example in Youtube you can pick 240p, 360p, 480p. I was wondering - is there a way to programmatically assign the streamed quality? By default, it seams to be playing the lowest quality, and a quick google search pulled up no other options.
Is this specific to the webserver where I am getting the videos (requiring for example the YouTube API, or can I do this from the client (Android)?