Hello, I am running this plugin on my wordpress site and this morning i updated my wordpress to the latest version 4.3
Since then i can’t seem to enter any media with JW Player into a post, it still shows up but the [Insert with JW Player] button just doesn’t work along with not being able to change or enter a custom thumbnail.
Any Ideas what it could be?
I’m worried that if i delete the plugin and install it again il loose 100’s of videos
Fingers crossed someone can help me with this.
Thank You
Dale
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>I could get JWPlayer working after changing the following option in the jwplayermodule.php from “true” to “false:
define(“JWP6_USE_CUSTOM_SHORTCODE_FILTER”, true);
But the plugin does generate any OpenGraph tags like:
<meta property=”og:video” …
Doesn’t this plugin add OpenGraph tags?
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>I have JW Player Premium.
I have Wowza with nDVR
I have a live stream.
I also use the JWPlayer Plugin (Which is JW6 NOT 7)
I can’t get the DVR to work on desktop devices. Apple works, with the 30 sec. skip back. There IS NO SEEKABLE PLAYBAR
( see: https://ssdcougars.tv/?p=1029)
Now I KNOW that DVR is supported in Premium because it’s all over your documentation:
https://www.jwplayer.com/pricing/ Under Premium: “HLS Streaming – Live with DVR Windowing”
DVR Live support guide: (https://support.jwplayer.com/customer/portal/articles/1430265-dvr-live-streaming)
SPECIFICALLY STATES PREMIUM and NOT ENTERPRISE. I bring this up because several posts on the JW Support forum say that DVR is NOT supported in any package EXCEPT Enterprise. If that’s the case, I was duped with straight up lies.
( https://support.jwplayer.com/customer/portal/questions/11581501-hls-dvr-playback-with-premium-license- )
I paid for Premium because of the listed features and I want it to work as advertised. Please assist.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>When trying to add a Wowza link via External Media link, I get the following error:
Warning: file_exists(): Unable to find the wrapper “rtmp” – did you forget to enable it when you configured PHP? in /home/ssdcou5/public_html/wp-admin/includes/media.php on line 2939
How do I fix this? It should be enabled.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hello, Is there anything we need to know and look out for when the new JW Player 7 is released for WordPress? Will any of the short codes change to display videos in posts?
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>what is short code for word press
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hello, we were playing videos with JWPlayer 2 days before but not cant play.
Getting “File could not be played” error.
This is the link
https://fbxk.com/krson/vid-deneme/
This is the shortcode we use
[jwplayer file=”rtsp://ip:port/vod/mp4:video.mp4″ rtmp.securetoken=”token” provider=”rtmp”]
Thank You
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hi everyone,
I’m using worpress+AWS+S3 plugins and I’m trying to embed a jwplayer with its playlist in a worpress site post. I’ve uploaded some videos to S3 by means of the wordpress and they are available to embedding inside WordPress. Then, I’ve built a playlist with the videos already uploaded on s3 and I’ve inserted the new created playlist by means of the option “Insert JWP Playlist”->”Insert this player on your post”. All seems right, the player seems correctly embedded in the post but the streaming fails reporting the message “Error loading media: file not found”. What’s wrong with this procedure?
On the other side, if I load the link to the video on S3 as external URL, it works but, unfortunately, I can’t use the playlist feature anymore. Any advice?
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hello,
We have videos on our server. (i.e. “rtmp://ip:port/vod/mp4:sample.mp4”)
We want to show these videos on our wordpress based web site. We are using JWPlayer plugin to play these videos. But video is not coming from server.
We are using
[jwplayer file=”rmtp://ip:port/vod/mp4:sample.mp4″ provider=”rtmp”] shortcode to show video.We have secure token also, how can we use or activate it ?
You can reach to page from > https://fbxk.com/krson/vid-deneme/
Thank You
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hello,
when loading WordPress content using AJAX requests the JW Player shortcode is not being replaced at all.
I guess that is because in WordPress all ajax requests are handled by scripts which run as is_admin() === true
and the plugin only adds the required shortcode filters when ! is_admin()
. See this if block in your code: https://plugins.trac.www.ads-software.com/browser/jw-player-plugin-for-wordpress/tags/2.1.14/jwp6/jwp6-class-plugin.php#L474
Note 2: Both front-end and back-end Ajax requests use admin-ajax.php so is_admin() will always return true in your action handling code. When selectively loading your Ajax script handlers for the front-end and back-end, and using the is_admin() function, your wp_ajax_(action) and wp_ajax_nopriv_(action) hooks MUST be inside the is_admin() === true part.
Best regards,
Alex
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Please enable WP_DEBUG
and fix the errors you get then. The JW Player plugin is unusable currently in debug mode. I just installed your plugin to make it working fine for a user of my FVP plugin.
The problem was reported before but not resolved, the old thread is closed now so I open a new one.
Error on Player Management page:
Strict standards: Declaration of JWP6_Admin_Page_Players::process_post_data() should be compatible with JWP6_Admin_Page::process_post_data($post_data, $save_to_option = true) in /home/ahoereth/Devel/www/wordpress42/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-admin-page-players.php on line 0
Errors when clicking ‘Create a new player’ (breaks the functionality completely):
Strict standards: Declaration of JWP6_Admin_Page_Players::process_post_data() should be compatible with JWP6_Admin_Page::process_post_data($post_data, $save_to_option = true) in /home/ahoereth/Devel/www/wordpress42/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-admin-page-players.php on line 0
Notice: Undefined index: player_id in /home/ahoereth/Devel/www/wordpress42/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-admin-page-players.php on line 46
Error #1 on Plugin Settings page:
Strict standards: Declaration of JWP6_Admin_Page_Licensing::process_post_data() should be compatible with JWP6_Admin_Page::process_post_data($post_data, $save_to_option = true) in /home/ahoereth/Devel/www/wordpress42/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-admin-page-settings.php on line 0
Error #2 on Plugin Settings page (occuring multiple times):
Strict standards: Only variables should be passed by reference in /home/ahoereth/Devel/www/wordpress42/wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-class-form-field.php on line 200
Gallery of all 4 screenshots: https://postimg.org/gallery/f1axl5w0/
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hi
I use this plugin for RTMP live streaming and its works on my Laptop but when I open the site from mobile its show me this message “Error loading player: No playable sources found”
my site is
https://ramadan.mostafa-shemeas.com/testing/
If you know I chose the HTML5 player and try the flash player but same error
please answer as soon as possibel
Thanks.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Has this occurred to anyone? The plugin automatically deactivated itself when a newer version was available for download. Is there a way to remove this functionality? It’s very harmful.
Thanks,
Jordan
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>When choosing “German” as the language on the general settings page, the following error is displayed for alle videos:
“Error loading player: No playable sources found”
When using English as the website language, everything works fine.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hello i just install wordpress on my site and after that install jwplayer my site is for watching movies online so in jw player i will put external links for video and how to add close caption(subbtitles) in jw player?
Thanks
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>I have an rtmp stream set up with amazon. On mobile devices, the video is scaled to about 25 percent when it plays leaving black bars. I have changed every option in the player and nothing changes with the video. Any help would be appreciated.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hello,
I have notice (i think since the last update) that the youtube watermark and link to the video on youtube is no longer displaying within the player.
This is very serious as now all the youtube videos i have embedded (hundreds) are in breach of youtube copyright policies.
Is there a way of turning them back on? is it just my site or the same for everyone?
Thanks
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>hi,
how to embbed HLS into wordpress ?
for rtmp it work flawlessly but i cant make it up using HLS
i’ve used this code :
[jwplayer player="2" file="https://46.105.116.159:1935/iptv_cellcast_24/livestream_three2/.m3u8"]
but its not working , any idea on how to make it work ?
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>I have implemented a 16:9 responsive JWPlayer HTML5 player. I added a preview thumbnail for the video because I didn’t want it to autoplay. This was the shortcode that was generated and that I used:
[jwplayer player=”3″ mediaid=”891″]
The initial thumbnail worked/looked great and fit within the player area but the video incorrectly played smaller in the view – like about 50% size of the player area. After looking at many support discussions, I found that I could use this shortcode:
[jwplayer player=”3″ mediaid=”891″ stretching=”none”]
This did great for the video but the preview thumbnail isn’t stretching to fit within the window. It’s too large.
Are there any settings to make sure that both the preview thumbnail and the video scale responsively within the player area?
Thank you very much for your help.
PS – unfortunate that we are not able to submit tickets or whatever on the JWPlayer website. Also, it would be great to have more how-to’s or better info for us WordPress users. I do have a Pro version of your plugin.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hi,
I updated WordPress Version to 4.2.2 (I hadn’t done any update for a while) and since this moment, the playlists don’t appear anymore.
I tried to recreate them, but there is still this message displayed:
[PLAYLIST not found].
Is anyone who could help me?
Thanks
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>When adding a YouTube link in Add External Media with the plugin, instead of the Video title I get:
https://youtube.com/devicesupport
And in Captions:
https://youtube.com/devicesupport
https://m.youtube.com
Please see Screen Cap
What’s causing this, it has happened twice in the last two days.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hi supporter,
I buy license of jwplayer, but i have some problem, please help me.
1.I want using it same : https://academy.vn/course/khoa-hoc-google-adwords I have wowza system server. It can play on all device and desktop browser.
2. I using secure code, and build again flash file from githumb, when using it still logo of jwplayer.
3. Please help me.
If you need account , I give you my site.
Thank you very much.
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>Hi,
I repeatedly try to enter my “Ads” license key into the “License Settings” area of the plugin, but when I save and then refresh the page, the field is blank (it doesn’t save).
Is anyone having this problem? I got this to work on one WP site but I’m trying to add it others, without luck.
Help is appreciated.
Best,
Jordan
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>We recently changed the domain name for the site we are currently building. The change went smooth except for poster images for JW Player. These are still using the old URL. I have looked everywhere in the JW player list to find a way to change this and cannot. Where does JW Player store this information and how do i change this?
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>it doesn’t work with the new version of WP
i have no more sound on my website ….
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>For my movie blog screen comment I need to update the Cannes Festival page with new videos (the festival starts in less than two weeks).
https://screencomment.com/category/festivals/cannes/
we got hacked last year and my web developer actually walked away from the whole project, thank goodness I have an IT expert looking into the matter.
posting videos in that sidebar video trailer list would go as follows:
I’d post a video as a post
Then I’d go on to PLAYLIST
select the correct PLAYLIST (cannes)
select the video I’ve just posted from the media list at right
slide and drop into column at left
and voila….
the problem I’ve been encountering is the media list at right is empty. can’t even search for something, it’s empty!
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>It looks like this plugin is being actively developed, and yet the repo lists it as “Compatible up to: 3.5.2”. Is this simply an oversight, or are there issues with the plugin on newer versions of WP?
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>When browsing the JW Players section on the side bar of the admin area I get the following errors at the top of the page:
Strict Standards: Declaration of JWP6_Form_Field_Uneditable::validate() should be compatible with JWP6_Form_Field::validate($post_data) in \domain.com\wp-content\plugins\jw-player-plugin-for-wordpress\jwp6\jwp6-class-form-field.php on line 128 Strict Standards: Declaration of JWP6_Form_Field_Select::render_field() should be compatible with JWP6_Form_Field::render_field($value = NULL) in \domain.com\wp-content\plugins\jw-player-plugin-for-wordpress\jwp6\jwp6-class-form-field.php on line 171 Strict Standards: Declaration of JWP6_Form_Field_Radio::render_field() should be compatible with JWP6_Form_Field::render_field($value = NULL) in \domain.com\wp-content\plugins\jw-player-plugin-for-wordpress\jwp6\jwp6-class-form-field.php on line 221 Strict Standards: Declaration of JWP6_Form_Field_Toggle::render_field() should be compatible with JWP6_Form_Field::render_field($value = NULL) in \domain.com\wp-content\plugins\jw-player-plugin-for-wordpress\jwp6\jwp6-class-form-field.php on line 243 Strict Standards: Declaration of JWP6_Admin_Page_Players::process_post_data() should be compatible with JWP6_Admin_Page::process_post_data($post_data, $save_to_option = true) in \domain.com\wp-content\plugins\jw-player-plugin-for-wordpress\jwp6\jwp6-class-admin-page-players.php on line 633
Is anybody else having the same issue?
The only thing the support told me is that they are not fixing this any time soon because they could not replicate the issue!
—————————————————
From: JWPlayer Support <[email protected]>
Reply-To: “[email protected]” <[email protected]>
Date: Thursday, April 2, 2015 at 5:48 PM
To: Daniel Maier
Subject: Re: PHP warnings when using the plugin
Daniel,
You can also try doing:
error_reporting(0);
Realistically we probably won’t be resolving this anytime soon, as I’m unable to reproduce the issue and it doesn’t seem like a showstopper.
Best Regards,
Cooper
APR 02, 2015 | 05:47PM EDT
—————————————————
My only option is to abandon this plugin and perhaps the player itself. Sad though, but true!
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>I’m trying to setup Token Signing with JW Platform on one of our sites, but I’m really not sure where/what to update to make this happen. Is this doable with 2.1.13? If so, can someone point me in the right direction?
https://support.jwplayer.com/customer/portal/articles/1433647-token-signing-with-jw-platform
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>hello,
After reading this :
https://make.www.ads-software.com/plugins/2015/04/20/fixing-add_query_arg-and-remove_query_arg-usage/
do the files
./plugins/jw-player-plugin-for-wordpress/jwp6/jwp6-playlist-manager.php
and
./plugins/jw-player-plugin-for-wordpress/media/JWPlaylistManager.php
contains an XSS ?
the code is
$page_links = paginate_links( array(
‘base’ => add_query_arg( ‘paged’, ‘%#%’ ),
‘format’ => ”,
‘prev_text’ => __(‘«’),
‘next_text’ => __(‘»’),
‘total’ => $total,
‘current’ => $paged,
‘add_args’ => array(‘playlist’ => $current_playlist, ‘orderby’ => $order_by, ‘order’ => $order)
));
and
<?php if ($page_links) { ?>
<div class=”tablenav”>
<div class=’tablenav-pages’>
<span style=”font-size: 13px;”><?php _e(“Available Media:”); ?></span>
<?php echo $page_links; ?>
</div>
</div>
<?php }?>
page_links is not escaped
https://www.ads-software.com/plugins/jw-player-plugin-for-wordpress/
]]>