Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author Dustin Lammiman

    (@nosecreek)

    When I view the video on your demo site the captions work fine.

    Plugin Author Dustin Lammiman

    (@nosecreek)

    Sorry, I hadn’t seen your last post. I wonder if the controls might be required so the user has a way to turn on/off the captions. Glad you got it figured out.

    I want to integrate now youtube video. I try but nothing happen.

    I get on site now:

    <video id="movie-id" class="video-js vjs-default-skin alignleft" width="640" height="264" poster="https://video-js.zencoder.com/oceans-clip.png" controls="" preload="auto" data-setup="{'techOrder': ['html5', 'flash']}">
        <source src="https://www.youtube.com/watch?v=aOpt47lizzI" type="video/youtube">
    <track kind="captions" src="https://udx.pl/domo/wp-content/plugins/videojs-html5-video-player-for-wordpress/videojs/captions.vtt" srclang="en" label="English" default=""></track>
    	</video>

    I’ve installed the plugin correctly and activate.
    the I create the following .htaccess
    ***********

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /new/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /new/index.php [L]
    </IfModule>

    # END WordPress

    AddType video/webm .webm
    AddType video/ogg ogg
    AddType video/ogg ogv
    AddType video/mp4 .mp4
    ***********

    I insert the video on my home page https://www.groupemedia.com/new
    directly like this:

    [video mp4="https://www.groupemedia.com/new/Presentation_corporative2.mp4"]
    [video ogg="https://www.groupemedia.com/new/Presentation_corporative2.ogg"]
    [video webm="https://www.groupemedia.com/new/Presentation_corporative2.webm"]

    Obviously I have each of the video.

    But it does not work in ie9, firefox chrome…

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: VideoJS – HTML5 Video Player for WordPress] Shortcode for tracks’ is closed to new replies.