Jump to content

Is this video-js code correct?


Chrisj

Recommended Posts

 I have video-js code on a web page like this:

<video id="video2" class="video-js vjs-default-skin" controls preload="auto" width="140" height="120"
poster="/video/countdown.jpg" data-setup="{}">
<source src="/video/vid1.mp4" type='video/mp4' />
</video>

Do you see anything wrong with this code?

I have that code several times on the same page. It all plays successfully in Chrome, but in IE11 while a few players play their video(self-hosted),
I see this "The video player aborted due to corruption problem or because the video used features your browser did not support"

And in Firefox 37.0, I see this:
"A network error caused the video download to fail part-way".

The code in the header is

<link href="/video-js/video-js.css" rel="stylesheet">
<script src="/video-js/video.js"></script>
<script>videojs.options.flash.swf = "/video-js/video-js.swf"</script>

I suspect something simple in the code is a bit off.

Do you know the solution? I look forward to any comments/insight/solutions.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.