Dustin Lammiman
Forum Replies Created
-
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] Issues with Mobile DevicesDoes the video at https://www.videojs.com/ play on your iPad/Android devices? Are you sure your videos are encoded properly? See https://blog.nosecreekweb.ca/wordpress/reliable-html5-video-made-easy/#encoding-videos
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] How to ***not*** preloadYou can use the shortcode in the header using do_shortcode:
<?php do_shortcode('[videojs mp4="mymp4.mp4" preload="none"]'); ?>
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] Video title or descriptionIs there a reason you can’t just put a title above or below the video the way you normally would in WordPress? Or do you have something else in mind?
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] Responsive video aspect ratioDid you set width=”640″ and height=”480″?
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] Microdata?I know the Yoast Video SEO plugin supports this video.js plugin, and I’m pretty sure it works using microdata. https://yoast.com/wordpress/plugins/video-seo/supported-plugins/
I do find it a bit expensive, but might be worth it for some. Also shows that it can be done.
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] YouTube video not playingYeah, this was an issue we had when testing the latest version of the plugin, but it was fixed before the update was made available. Or at least I thought, it must have slipped back in somehow. What browser are you testing in?
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] YouTube video not playingAre you using the latest version of the plugin? Does it work if you set a poster (you should be able to test even with poster=” “)?
This will be implemented in the next version (coming very soon). Thanks for the heads up!
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] Help> subtitle does not workingIt looks like video.js has difficulty with some srt files. Do you have a vtt you could use instead?
Forum: Plugins
In reply to: [WP eCommerce] Shipping Defaults to Cheapest OptionRead somewhere where one of the devs said “The minor release, 3.8.14… resolved a ton of edge case shipping issues for external shipping rates”. Maybe we’ll see something with that release? Can’t know for sure though, and who knows when it’ll be released.
Thanks for letting me know. I don’t think this should affect how the plugin works at all, but it definitely would be better not to have a warning like this. I’ll try to get this fixed for the next version.
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] RTMP StreamingIts not supported by the plugin at the moment, but I’ll look at adding support in a later version.
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] audioVideo only at this point, although there is an open Github issue to support audio files. In the meantime, WordPress has its own audio player since 3.6 using mediaelement.js
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] counterDepending on how well you know javascript, you may be able to do this using the API. Otherwise, no.
I’m looking for a solution to this issue for the next update – if you want to have input into how we solve this, please see this issue on github: https://github.com/zencoder/video-js-for-wordpress/issues/3