Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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)?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.