On a page with 3 videos embedded, there are times when any of them may not load. On one page load, I might get all three. On another, I might get none. Usually, it's somewhere in between.
These videos are hosted by Longtail Video Bits on the Run, and the player we are using is Flowplayer. When successful, Chrome's Network tab shows that the video requests are going out, they are being redirected (via a 302/Temporary redirect), and then coming back with the actual video.
However, when unsuccessful, the HTTP status shows as (pending)
.
The rest of the "Big 5" browsers handle the page perfectly. All videos load, all the time. It seems to be localized to Chrome, and I'm not sure why.
The actual page I'm worried about is behind a paywall, but here is the same code duplicated for public consumption: demo page