• Dear LongTail Video Team,

    as mentioned before, I am using the following code to integrate the player:
    [jwplayer config="Category Player" mediaid="966" file="https://carpheart.de/wordpress/wp-content/uploads/TwitterCup2010_Part_17.mp4" starttime="60" duration="300" autostart="false" image="https://carpheart.de/wordpress/wp-content/uploads/twittercup-02.jpg"]

    Although, I integrated the starttime and the duration, neither of those attributes effects the video.
    So, any idea how to get this running?

    I also wonder how to get the HD Plugin running?
    I enabled it in the Plugin area and the HD Button also appears in the player. But, which attribute / variable do I have to use to define the HD video which should be used?

    Any Feedback is very welcome.

    Thanks
    Bjoern

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author JW Player

    (@longtail-video)

    Hi Bjoern,

    The attribute to define the HD version of the file is “hd.file”. You can use that in the shortcode.

    In regards to your other issue, can you provide a link to where the above shortcode is running?

    Thanks.

    Thread Starter bjoernnoel

    (@bjoernnoel)

    Hi,

    thank you very much.
    So, I just have to put hd.file=”https://www.xyz….” in the shortcode, right?

    Concerning the other issue, I am currently unable to give you access to an example, but I will provide you the output sourcecode later.

    Thank you so much for your help.
    Greetings from Cologne

    Thread Starter bjoernnoel

    (@bjoernnoel)

    Hi,

    here is the output of the shortcode which does neither react on starttime, nor duration:

    <script type="text/javascript">jwplayer("jwplayer-1").setup({flashplayer: "https://carpblog.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf", width: "940", height: "529", controlbar: "over", "config": "Category Player", "mediaid": "1681", "file": "https://carpblog.com/wp-content/uploads/CarpheartTV-17-720p25-Low.mp4", "hd.file": "https://carpblog.com/wp-content/uploads/CarpheartTV-17-720p25-High.mp4", "starttime": "60", "duration": "3000", "autostart": "false", "image": "https://carpblog.com/wp-content/uploads/2011/04/bjoern-spiegler-01.jpg", events: {}, config: "https://carpblog.com/wp-content/uploads/jw-player-plugin-for-wordpress/configs/Category Player.xml"});</script>

    I hope that might help you to figure out where the “problem” comes from.

    Thanks
    Bjoern

    Plugin Author JW Player

    (@longtail-video)

    Hi Bjoen,

    To set the point at which the video starts you need to use the flashvar “start”. “starttime” is not a valid JW Player option.

    As for duration, I’m not sure why that wouldn’t be working. It is working for me on my local WordPress install.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: JW Player Plugin for WordPress] Starttime, Duration & HD’ is closed to new replies.