I created a JS fiddle for this here:
http://jsfiddle.net/lindseymysse/6C65Y/1/
The error:
Starting Yesterday evening, a few videos on the site I'm working on stopped loading for users. We are using the iframe embed, and attempting to do as much stuff with html5 as possible.
To reproduce this error:
If user is either
Unenrolled/has not made a decision to turn html5 video on or
User has turned html5 trial on, the video will not play on MacBook Chrome, Firefox or Safari.
If user either turns html5 trial on and then off, or (if they are already signed up for the html5 trial) just off, the embed will work
Some Clues:
The debug from a broken video looks like this:
- debug playbackQuality=small
- scoville=1
- cfps=0
- pd=0
- mos=0
- debug flashVersion=MAC 11%2C2%2C202%2C235
- fs=0
- hl=en US
- debug date=Thu May 10 14%3A40%3A14 GMT%2D0700 2012
- iframe=1
- lact=null
- videoFps=0
- vq=auto
- h=355
- stageFps=24
- debug error=Not specified
- tpmt=0
- framer=http%253A%252F%252Ffiddle%2Ejshell%2Enet%252FunPrz%252F5%252Fshow%252F
- volume=100
- droppedFrames=0
- w=473
- el=detailpage
- screenw=1440
- screenh=900
- debug videoId=
- playerw=640
- debug sourceData=
Some More:
- Mozilla gives the error: -- Unexpected value align parsing preserveAspectRatio attribute.
- The videos we have found that this embed is broken on are ones that play as Flash videos even in the html5 trial.
Please see my jsFiddle to reproduce the error.
What is causing this? This error is not throwing an error in the youtube api onError call, is there a way to spot it so we can deal with this?