Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

JW Player Plugin for WordPress (version 5)


Hello,

We are in process to remake our site using WordPress.

In our actual site, we are using JW Player 5.10 with a pro license.

On the site WordPress in construction, we have the _JW Player 6 Plugin for WordPress_ (the free version for the moment). I spent a lot of time trying to configure it for suit our needs but I dont succeed.

We have several RTMP stream videos with two flv files quality by video, so I would like to use the HD plugin liked the one JW Player5 offers, but I saw in the forum that it is not yet implemented for JWP 6 and you suggested to revert to JW Player 5. I would like to do so but I dont have this option in WordPress. Could you tell me how I can have the _JW Player 5 plugin for WordPress_ please.

Thanks in advance for your help.

Jocelyne

PS: I tried to reach the page http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/23/creating-a-javascript-playlist but it is no longer available (Access denied). Will I be able to create such a playlist with de _JWPlayer 5 Plugin for WordPress_ or no?

7 Community Answers

Ethan Feldman

JW Player Support Agent  
-1 rated :

You can download the JW5 plugin here – http://downloads.wordpress.org/plugin/jw-player-plugin-for-wordpress.1.7.2.zip

JW Player

User  
0 rated :

Thank you very much for the link.

As I have a license for JWPlayer 5 for the present site, how do I proceed? In WordPress, in the part Licensing, it is written Upload your own zip package but I dont have a zip package for WordPress. I have only 2 files: jwplayer.js and the player.swf.

Can I use this licence until we upgrade to JW Player 6? And how I do it?

Ethan Feldman

JW Player Support Agent  
0 rated :

Np.

You can download the JW Player 5 license here – http://www.longtailvideo.com/order/view

JW Player

User  
0 rated :

Hello,

Thank you for the link. Everything worked fine.

Now I am here to ask your help again. In our current site, I worked a lot to make a test page with the onclick method and the HD plugin. I finally got the result I want. It works! But I am unable to reproduce it in the WordPress site :(

Here is the code that works:

bc.. <script type="text/javascript">
jwplayer("lecteur-video").setup({
flashplayer: "/jwplayer/player.swf",
autostart: true,
controlbar: "bottom",
dock:"false",
plugins: {
'hd-1': {}
},
height: 377,
width: 640
});
</script>



And the part with the onclick method:

bc.. <ul class="liste-videos">
<li><a href="#" onclick= "jwplayer().load({file:'videos/triduum-pascal/jeudi-messe-chrismale1.flv','hd.file':'videos/triduum-pascal/jeudi-messe-chrismale2.flv',provider: 'rtmp', streamer: 'rtmp://108.160.97.36/vod/'})">Jeudi Saint 5 avril 2012 - 9h30<br />Messe chrismale</a></li>
<li class="pair"><a href="#" onclick="jwplayer().load({file:'videos/triduum-pascal/jeudi-messe-cene1.flv','hd.file':'videos/triduum-pascal/jeudi-messe-cene2.flv',provider: 'rtmp', streamer:'rtmp://108.160.97.36/vod/'})">Jeudi Saint 5 avril 2012 - 19h30<br />Messe en mmoire de la Cne du Seigneur</a></li>
<li etc.
</ul>



So, in the JW Player Plugin for WP, I created a player named Test with the same options as above (autostart, hd plugin, etc.) and I put the shortcode in the page

bc.. [jwplayer config="Test"]



And the part with the onclick method indicated above.

But the player does not appear. In the console of Chrome, there is the message : No suitable players found.

I am anxious to know why it does not work... I spent days on it. Hope it will works!

Thank you in advance.






Ethan Feldman

JW Player Support Agent  
0 rated :

Hm, can I see where you tried this with wp?

JW Player

User  
0 rated :

It is in a dev space. Can I e-mail you the link?

Ethan Feldman

JW Player Support Agent  
0 rated :

Sure – http://www.longtailvideo.com/contact-us

This question has received the maximum number of answers.