Can you provide a link to your site so I can take a look? Does the demo video at http://videojs.com work for you?
Hi Dustin
Just wondering whether you’ve had a chance to take a look at why this isn’t working for me.
Best regards
Can you answer the two questions I asked above? It sounds like there is a problem with your video file, but I can’t be sure without seeing the actual site.
Hi Dustin
Sorry, I had actually answered the questions but must have forgotten to press “post” or something. Anyhow, here’s the page: http://innitdigital.com/clients/2012/09/video-test/
The first link is the plugin whilst the second is the video placed directly in the post using the VideoJS method. Interestingly, that method works in Chrome and Safari but not in Firefox.
Yes, the video on the videojs site works just fine.
many thanks.
Can you paste in the exact shortcode you are using? Also double check the URL of the source for your video and make sure it is the full path (http://site.com/video.mp4, not /video.mp4) and that you are using a unique valid id for each video element. I noticed that right now the second video has id=”http://video-js.zencoder.com/oceans-clip.mp4″ which is not a valid id.
Hi Dustin
Here are the two bits of code I’m using:
[video mp4="http://media.innit.tv.s3.amazonaws.com/movies/SFN-31-OUTPUT.mp4"]
and
<video id="http://video-js.zencoder.com/oceans-clip.mp4" class="video-js vjs-default-skin" controls width="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.jpg" autoplay preload="auto" data-setup="{}">
<source type="video/mp4" src="http://video-js.zencoder.com/oceans-clip.mp4">
</video>
Many thanks
Using that same shortcode works without any issues on my test site, which likely means that something else on your site (possibly a plugin or the theme) is interfering with this plugin. I did notice there is a javascript error: Uncaught TypeError: Object [object Object] has no method ‘tooltip’. Try fixing this and giving the second video a proper ID and see if that fixes the issue.