When I load my page with a bunch of videos I see a Chrome status bar showing 'Waiting for available socket' and the page is pending. If I remove some video tags, it loads fine. My video tags are simple like this:
<video>
<source src='/video/video.webm'/>
</video>
I have searched Google, but had no luck. Can anyone help me with this?