HTML5 Video - Auto select correct resolution -


i'm working on page has list of houses sale. each listing has short video option of watching in page or full screen.

i'm struggling little having videos on page @ 1 resolution , fullscreen @ higher resolution - needed devices automatically go fullscreen when play icon pressed.

i've had results video.js (http://www.videojs.com/) page resolution doesn't appear support resolution change on fullscreen. found thread comments html spec , changing resolution mid-stream: https://github.com/videojs/video.js/pull/233.

i'm told embedded youtube player selects correct resolution automatically branded player makes non-starter.

also i've found in ie10 without flash embedded vimeo player doesn't function , in chrome without flash vimeo , youtube players fail well... html5!

so have solution showing video @ correct resolution (low/high) state of player (contained/fullscreen)?

your question answered query of mine. looks auto switching resolution still not implemented in videojs other youtube videos. there demo @ videojs resolution switcher , can see in console changing window resolution full screen has no effect.

i've been using jwplayer for several years no problems @ all. reliably supports auto switching has many features , support.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -