Forum Replies Created
-
-
11 years ago in reply to: vtt thumbnail previews
Hello David,
thank you for the tip, VTT thumbnails are currently not supported by every browser. Even the jwPlayer demo which improves this a lot doesn’t work for me on iPad, so there are things to improve.
There is a standalone JS for this as well, although I’m not sure if it works with thumbnails: http://captionatorjs.com/demo.html
Thanks,
Martin11 years ago in reply to: Apple HLS support in FlashHello Howard,
if you could provide a tip for Paul, that would be great.
Hello Paul,
we are currently doing some additional research on this. Adding HLS support using a Flash plugin should be possible, although tricky.
Thanks,
MartinHello Pavlos,
f4m is not a HTML5 video format.
We are checking if we can add support for HLS in Flash. It would be a fair amount of work, but we will keep you posted. Perhaps there is an easier option.
Thanks,
MartinHello Stephen,
thank you for reporting your issue. As you are our licensed user, I had a look at your video and website.
It seems like you found an issue here, let’s see this in detail:
1) I’m having no issues on:
Mac OS X 10.9.1 – Chrome 34.0.1847.131
Mac OS X 10.9.1 – Chromium 33.0.1711.0 *
Mac OS X 10.9.1 – Firefox 28.0 *
Mac OS X 10.9.1 – Safari 7.0.1
Windows 7 – Chrome 34.0.1847.116 m
Windows 7 – Firefox 26.0 (Flash installed)
Windows 7 – Firefox 28.0 (Flash installed)
Windows 7 – Firefox 29.0 (Flash installed)
Windows 7 – Internet Explorer 9 9.0.8112.16421 (Flash installed)
Windows 7 – Internet Explorer 11 11.0.9600.16428 (Flash installed)
Windows XP – Firefox 27.0.1 *
Windows XP – Firefox 29.0 *
Windows XP – Internet Explorer 7.0.5730.13 ** – MP4 only plays with Flash in this OS + browser combination
2) I see issues in:
Windows 7 – Internet Explorer 9 9.0.8112.16421 (no Flash)
Windows 7 – Internet Explorer 11 11.0.9600.16428 (no Flash)
Windows 7 – Firefox 26.0 (no Flash)
Windows 7 – Firefox 29.0 (new version released just yesterday) (no Flash)Seems like IE and Firefox can’t play your video without Flash installed, while it should play just fine on Windows 7 (Firefox on Mac and Linux doesn’t support MP4).
You also included a mobile version of your video (628×352 pixels, although making it 480 pixel wide would be better for old Android phones). This video plays just fine in these browsers.
Your original video is 2560×1438 pixels. So that must be causing the issue here. It’s a rather extreme resolution, as your video is displayed in 1080×608 pixels on you site.
How to fix this? – re-encode your video to a lower resolution and it will play fine.
On our end – we will put up a warning for this into video checker. We are currently reworking it to work when posting the video as well.
Proof – I tried reencoding to 1280×720 pixels and it plays just fine in all of the browsers that had issues.
Thanks,
MartinHello purelife8899,
thank you for your kind words!
Stay tuned for FV Player Pro which will bring more amazing features.
Thanks,
MartinHello purelife8899,
if you deactivate and delete the plugin now and then reinstall it, you will get our fixed CSS which should fix your issue.
Please re-save the plugin options if you don’t see this fixed after you re-install the plugin and then have a look again.
Thanks,
Martin11 years ago in reply to: IE 11 ioad indicator weirdnessHello Timon,
please check the test page here: http://foliovision.com/html/fv-fp-ie11.html
Does the display error still occur in your IE11?
This is tricky, we were already adjusting this in the past as there were rendering issues on iPad.
Thanks,
MartinHello purelife8899,
unfortunately a quick fix you will have to make the captions more descriptive – just make the caption a bit longer by adding what could be a subtitle.
Thanks,
MartinHello purelife8899,
as a quick fix, could you please make the short captions a bit longer, so they would show up on two lines as well?
We are thinking about how to fix this in CSS without having to include a heavy grid layout JS.
Thanks,
MartinHello purelife8899,
the redirect opens in the same window, if the popup is blocked. So the URL opens all the time, even if there is a popup blocker.
Thanks,
MartinHello Pavlos,
unfortunately f4m is not a HTML5 compatible video format. Can you get HLS M3U8 instead?
If you can send us your f4m file, we can double check.
Thanks,
Martin11 years ago in reply to: controlbarHello Robert,
thank you for your interest in our plugin.
Please check step 4. in our installation guide, I believe there must be some issue with your JavaScript, like duplicite jQuery libraries: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/installation
Thanks,
Martin11 years ago in reply to: Multiple Resolutions – Quality SwitchingHello David,
please reinstall FV WordPress Flowplayer, it will have the required fix in it.
Then you can install FV Player Pro and get the quality switching.
By the way we recommend your files use prefixes like -mobile, -sd, -hd – much better than -240p, -480p, -720p, as you can vary the resolution across the files as needed.
Thanks,
Martin11 years ago in reply to: Multiple Resolutions – Quality SwitchingHello David,
thank you for your kind words! We are always full of ideas about how to improve things and we try to listen to our users as well.
Your shortcode will work just fine. MP4 + WebM is not a problem, but an advantage, good to see that you take your video seriously!
I assume that in your case the naming scheme is like following:
640×360,Medium
1280×720,HighIn that case, you files:
“https://s3.amazonaws.com/PortraitDrawingCourse/640x360webm/PD5.5_Modeling_the_Ear_640x360.webm”
“https://s3.amazonaws.com/PortraitDrawingCourse/640x360mp4/PD5.5_Modeling_the_Ear_640x360.mp4”Needs to have higher quality versions:
“https://s3.amazonaws.com/PortraitDrawingCourse/1280x720webm/PD5.5_Modeling_the_Ear_1280x720.webm”
“https://s3.amazonaws.com/PortraitDrawingCourse/1280x720mp4/PD5.5_Modeling_the_Ear_1280x720.mp4”You are including 640×360 twice in your URLs, so it will be replaced twice.
However if you these files need Amazon S3 access keys, I’m not sure if that will work at this point.
It appears that you will have to swap lines
$media = $this->get_amazon_secure( $media, $this, $url_only );
and
$media = apply_filters( 'fv_flowplayer_video_src', $media, $this );
in fv-wordpress-flowplayer/models/flowplayer-frontend.php and only then it will work.
I’ll be able to test that at start of next week and release a new version if needed.
Thanks,
Martin11 years ago in reply to: Multiple Resolutions – Quality SwitchingHello David,
please note that the reload only happens once – once you pick a quality, it’s stored as a cookie and thus you get your quality across the site.
CloudFront secure URLs are on top of our list.
Thanks,
Martin11 years ago in reply to: IE 11 ioad indicator weirdnessHello Timon,
this is not easy to figure out. It might be even depending on your hardware.
We will put together a demo where the player will use different CSS for the loading indicator and see if that helps.
Also, are you able to play/pause/seek in the video (or in the buffered part) freely? Please check this on your test video.
Thanks,
Martin11 years ago in reply to: Multiple Resolutions – Quality SwitchingHello David,
1) It might take a week or two, as we are currently adjusting our internal license management interface.
It’s nothing that should stop you from trying out the plugin.
2) sorry about that, I haven’t checked the test RTMP stream.
I put up new MP4 videos into the test post: ‘http://martin.domainearl.com/2014/04/quality-selection’
As you can see, it currently reloads the page for quality selection, but we will work on improving that to work as seamlessly as possible (should work perfectly on any modern browser except iPad and iPhone which on the other hand support HLS with automated quality selection).
Thanks,
Martin11 years ago in reply to: FV player on intranetHello Nicolas,
this will work, the plugin only connects to our server if you are a licensed user and there is an update in core Flowplayer. The thing is that Flowplayer requires us to change the license key with each core Flowplayer 5.x release.
So this happens automatically for your convenience, but if you are offline, you just have to check your license at http://foliovision.com/edit to grab the new key anytime you see a notice about new core Flowplayer in the plugin changelog.
Please let us know if you have any concerns.
Thanks,
Martin11 years ago in reply to: Multiple Resolutions – Quality SwitchingHello David,
as our licensed user, you can install FV Player Pro (a Pro addon for our plugin) which contains this feature.
Here’s how to get the beta version which has this feature in it:
1) Please upgrade to latest FV Flowplayer.
2) Make sure your license key is in the plugin settings.
3) Open the plugin settings and add &pro_beta=yes to the end of URL and open that. So is you had
“http://your-site.com/wp-admin/options-general.php?page=fvplayer”
it will be
“http://your-site.com/wp-admin/options-general.php?page=fvplayer&pro_beta=yes”4) You should see the settings page again with a gray notice at the top: “Thank you for purchasing FV Flowplayer license!” and a “Get the FV Player PRO now!”
If you don’t see anything, please de-activate and re-activate the plugin and open the URL from step 3. again.
If you see the button, click it.
5) This will automatically download and install FV Player Pro. Then the page will reload and you will notice there is a “Pro Features” box.
Now I’ll describe the example use:
6) Enter following into the “Video quality switching (beta):” text box:
-360p,Low
-480p,Medium
-720p,High7) Now insert your video like this:
[fvplayer rtmp="https://cdn.foliovision.com/videos/your-video-480p.mp4" qsel="true"]
The qsel parameters tells the shortcode, that your //cdn.foliovision.com/videos/your-video-480p.mp4 video is also available in -480p and -720p and it also sets the default video quality to play. It literally just replaces “-360p” with “-480p” and “-720p”, so all the videos where you use qsel=”true” have to respect the naming.
So you have to have the following files ready:
/videos/your-video-360p.mp4
/videos/your-video-480p.mp4
/videos/your-video-720p.mp48) This was all tested on a fresh site here: ‘http://martin.domainearl.com/2014/04/quality-selection’
Our goal will be to make this work with WP cache plugins (if you do use one, exclude users with fv_player_quality cookie) and also switching the streams on-the-fly – without page reload (at least for most devices).
Thanks,
MartinHello Cris,
your question was already answered here: http://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/javascript-broken#post-3187
Looks like a broken theme or a some other plugin.
We are happy to troubleshoot the site for you, just order our pro support and we will find the issue.
Thanks,
Martin11 years ago in reply to: vtt thumbnail previewsHello David,
the VTT thumbnails look good. Other option would be to load the thumbnails automatically from the actual video file, but that’s HTML5 only.
This is currently not supported, but it could be added in the future. We are happy to prioritize this feature if it’s important for your work, just let us know and we will come up with a proposal.
Thanks,
Martin11 years ago in reply to: Firefox android encoding?Hello Wendy,
thank you for detailed report.
Could you please ask your tester to also:
1) Play the video at http://foliovision.com and then on http://foliovision.com/2014/03/wordpress-video-playlists ?
2) Play the videos one by one on https://flowplayer.org/player/ ?
This might be a Firefox bug on Android. It might be related to specific device as well.
There were issues with Chrome on Windows 1 year ago and now they are fixed. Hopefully these browsers will catch up to HTML5 video fast.
Thanks,
Martin11 years ago in reply to: IE 11 ioad indicator weirdnessHello Timon,
this might be related to HW acceleration of either video or the CSS effect. I wasn’t able to reproduce the issue on two computers.
1) Could you please check if it plays in HTML5 or Flash?
2) Do you get the same issue on http://foliovision.com?
3) Could you please try to disable the hardware acceleration as shown here? https://www.youtube.com/watch?v=z7a2OLbRVwQ
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello Aleksandr,
thank you for your report. It appears under some circumstances, which we are trying to narrow down.
Thanks,
Martin11 years ago in reply to: Remove Watermark on Some Videos ShortcodeHello Stephen,
could you please let us know what was causing the display issue and how did you fixed it?
Thanks,
Martin11 years ago in reply to: How can I disable the flash fallback?Hello Timon,
thank you for reporting the documentation issue, I put in width and height into it.
We will check your IE 11 issues.
Thanks,
Martin11 years ago in reply to: Remove Watermark on Some Videos ShortcodeHello Stephen,
1) I’m noticing that there is a tiny box in the bottom left corner. It looks like some icon with a black arrow pointing up: https://foliovision.com/images/fv-flowplayer-strange-icon.png
It might be related to your template, does it show even without it?
2) The video for older iPhones can be maximum of 640px wide and 480px tall. We are also working on a system which will tell you that your video might be too big and that you should provide a mobile version of the video to cover all devices.
Thanks,
Martin11 years ago in reply to: Remove Watermark on Some Videos ShortcodeHello Stephen,
could you please paste a link to a page where the video has the branding removed? I’m having trouble finding one on your site.
iPad and iPhone is fully supported. We suggest you follow or mobile device video recommendations: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/encoding#mobile-video
Thanks,
Martin11 years ago in reply to: How can I disable the flash fallback?Hello Timon,
first of all, thank you for the detailed reports!
1) if you want to figure out what Flowplayer engine is used, you can just check the element with your browser developer tools after it had started.
You can also execute a script like this, then you should see the engine in your JavaScript console:
jQuery('.flowplayer').bind('ready', function(e,api,video) { console.log(api.engine); } );
2) Regarding your video stretching issues – Flash is not aware of the actual dimensions of the video, so you need to enter the video width and height properly. If your actual video file contains some spacing above and below, you need to include this in the dimensions.
There is a way of switching the Flash behavior, but that stops it from being responsive. However perhaps there is a way of adding the responsiveness back in.
Other fix would be to include your video in WebM format. Typically 25% of users are not able to play MP4 in HTML5 (Firefox Mac, Firefox on old Windows, Opera and Linux users), they could use a WebM version of the video and benefit from random seeking as well.
3) IE 11 issues – I’m using IE 11.0.9600.16428 on Windows 7 with SP1 and while I’m seeing black bars above and below the video (please use correct video dimensions, the Video HTML5 tag appears not to be transparent in IE 11), there is no issue with loading indicator. What exactly are you using to turn off Flash? Perhaps that’s causing the problem.
Thanks,
Martin11 years ago in reply to: Firefox android encoding?Hello Wendy,
could you please send us the video page URL (or use video checker to send it to us), so we could test this on our devices?
Does it play on the built-in browser?
I was using Samsung Galaxy Tab 2nd generation and it played the videos just fine. It had a buggy HLS implementation, but I think that’s experimental feature for Android.
Thanks,
MartinHello Timon,
sorry about the inconvenience, I’m not publishing this thread for the moment as I will include your license keys in it:
1) It appears you are using key $398032431812715 while your key is $432067210041955. You can always see the license key when you login at http://foliovision.com/edit
Flowplayer changes the license key on each new major version, our plugin distributes the updated key to you automatically. Perhaps that’s there the problem occurred, if you copied the older key.
2) I freed up the domain slots for you.
Thanks,
Martin11 years ago in reply to: Remove Watermark on Some Videos ShortcodeHello Stephen,
it’s probably a matter of your theme CSS. Please post a link to such video on your site, so we can have a look.
Thanks,
Martin11 years ago in reply to: How can I disable the flash fallback?Hello Timon,
could you please use the video checker to send us a report about your video? Here’s how it’s one: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/faq#properties-built-checker-report-playing
Thanks,
Martin11 years ago in reply to: Problem with bbpress ?Hello Alidbg,
bbPress 2.x forums are a custom post type in your Worpdress. FV Simpler SEO currently doesn’t fully support the custom post type title rewrite.
Adding this is planned, but so far we didn’t needed it for our site development.
If you need this feature for you work, we would be happy to add it into the plugin for you. But it would require a fair amount of work and would require a donation, so let us know and we will figure something out.
Thanks,
Martin11 years ago in reply to: JavaScript brokenHello Wendy,
if it’s .htaccess then there is little our plugin can do without coding specifically for your site. I don’t see how adding jQuery UI can affect that though.
Hello Cris,
please check your browser JavaScript console. Here’s a handy guide from WordPress.org about how to check that console in various browsers, just skip right to step 3: http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis There might be some broken JavaScript on your site which breaks any JavaScript execution afterwards.
Thanks,
MartinHello Alidbg,
we recommend that you don’t tweak your homepage meta description and title like that. Specially the home page title is important, it should not be the most recent post title.
Thanks,
Martin11 years ago in reply to: Problem with bbpress ?Hello Alidbg,
do you mean the global plugin settings for title rewrite, or are you looking for SEO titles for your forums and topics?
Are you using bbPress 2.0?
Thanks,
MartinHello Alidbg,
use the following plugin options:
Use Categories for META keywords
Use Tags for META keywordsI see that the first one couldn’t be saved in the “on” position. We just released FV Simpler SEO 1.6.23 which fixes this bug.
Thanks,
MartinHello Alidbg,
just to be clear, are you trying to fill your homepage meta description and title with meta description and title of the most recent post?
Thanks,
MartinHello Alidbg,
I don’t think this is something we would recommend, but I will check it with our team.
Thanks,
Martin11 years ago in reply to: JavaScript brokenHello Wendy,
you should be adding the html5.js file for maximum compatibility with IE6 and IE8 like the message says.
What plugin are you using for password protection? The checked checks your homepage using Ajax, so it’s not a logged in user. So you are probably right. If you could let us know what plugin are you using to lock down the site, we can put it into a list of exclusions.
Thanks,
Martin11 years ago in reply to: Closed Captions ButtonHello gbowman,
unfortunately this is currently a limitation of core Flowplayer. However the new version of core Flowplayer (version 6) should have this fixed. It will just take some time.
Adding a simple closed captions on/off button shouldn’t be so hard. You can just use jQuery toggle on the .fp-subtitles element.
If you need this feature for your work, we’d be happy to work with you on implementing it, so let us know and we will contact you about details.
Thanks,
MartinHello gbowman,
could you please let us know about what was the problem and how did you fixed it?
Thanks,
MartinHello gbowman,
thank you for using our plugin!
This must be related to CSS – your theme is probably using some special CSS for the toggle function. Could you please have a look and let us know?
If this is important for your work, we are happy to have a look right at your site and come up with a solution, just order our pro support.
Thanks,
Martin11 years ago in reply to: Sound plays fine but no video visibleHello Liz,
just make sure you use Handbrake to compress the video and you shouldn’t be having any issues: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/encoding
Thanks,
Martin11 years ago in reply to: Sound plays fine but no video visibleHello Liz,
thank you for your video checker submission. I’m getting the sound on the video through the full length (Safari 7.0.1 on Mac OS X 10.9.1). I don’t see any issue with the audio stream.
Are you able to reproduce the problem again? What browser are you using on what OS?
Thanks,
Martin11 years ago in reply to: How to create a video lightboxHello Kemal,
our lightbox integration is ready, and we are really close to release the full pro extension with lot of other interesting features.
Thanks,
martin11 years ago in reply to: When will Foliopress be available for IE?Hello Kamal,
last week we released version 2.6.8.8 which has a fix for the IE 11 incompatibility message.
Thanks,
Martin11 years ago in reply to: Playlist and Amazon S3 protected linksHello Paul,
version 2.2.4 which fixes your issue was just released.
Please let us know if there is anything else.
Thanks,
Martin11 years ago in reply to: Playlist and Amazon S3 protected linksHi Paul,
thank you for the keys, these work fine. I’m having a deeper look and should have an update for you in a couple of hours.
Thanks,
Martin11 years ago in reply to: Playlist and Amazon S3 protected linksHi Paul,
1) could you please post you Amazon access keys, so we can fix this quickly? (we won’t publish these)
2) could you please also post the shortcodes you are using?
There must be something weird about either the file paths you are using or the shortcode, as we didn’t noticed this problem before.
We will double check playlists with Amazon S3 protected links as well.
Thanks,
MartinHello Don,
thank you for the update.
Could you please let us know what exact RTMP server type is that? There are more buffering events than usually.
Thanks,
Martin11 years ago in reply to: Issues with video on Amazon S3Hello Liz,
I’m sorry, but we can’t replicate the issue. Here’s how we can help you with troubleshooting. Could you please:
1) ask your user to visit this site and copy the “Your User Agent String is:” information for you and post it here? http://www.whatsmyuseragent.com/
2) ask your user to visit this link http://helpx.adobe.com/flash-player.html click the “Check Now” button and copy the “YOUR SYSTEM INFORMATION” table for you and post it here?
3) upload your video to Amazon S3 bucket again, into a directory which contains no blank spaces. Also remove the blank spaces from the file name. Currently it’s:
POTR+Videos+Condensed/POTR+Sarah+Schilke+Unique.mp4
So let’s make it:
potr-videos-condensed/potr-sarah-schilke-unique.mp4
Thanks,
Martin11 years ago in reply to: Closed CaptioningHello gbowman,
you need to add this line into your .htaccess file in the directory where you subtitles are:
Header set Access-Control-Allow-Origin "*"
More on this topic here: http://enable-cors.org/server_apache.html
Thanks,
MartinHello Kushtrim,
this is bit of a problem, as different browsers support subtitles differently and core Flowplayer has a pretty basic support for this, probably because of Flash fallback. However the new version of core Flowplayer (version 6) should have this fixed. It will just take some time.
If you need this feature for your work, we’d be happy to work with you on implementing it, but it would be a fair amount of work, so let us know and we will contact you about details.
Otherwise I recommend you use a workaround, like posting two players for different languages.
Thanks,
Martin11 years ago in reply to: Closed CaptioningHello gbowman,
please read our guide for subtitles here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/subtitles
Thanks,
MartinHello Don,
this appears to be only issue with your RTMP, it works fine with HLS.
Are you sure your RTMP stream is providing video meta data at the beginning of the stream?
I compared the debug messages to other live streams and your stream doesn’t execute onMetaData().
Thanks,
Martin11 years ago in reply to: Issues with JustCloud.comHello Ronald157,
there should be no issue with your video file as it appears to use the proper codecs.
Your link however doesn’t link to the media file directly, but to a page where you can download it. You need to use a direct link. If you are interested in download protection, you can use Amazon S3 and we are also working on protected Cloudfront support.
Are there any specific reasons why you prefer JustCloud?
Thanks,
Martin11 years ago in reply to: JavaScript brokenHello lunahicks,
there must be some JavaScript error on your site or perhaps some external item which blocks the page load from completing.
You should follow the Step 3. here to check if your browser is reporting any JavaScript errors.
I had a quick look and the issue appears to be with your plugin: http://wordpress.org/plugins/sharebar/
Thanks,
Martin11 years ago in reply to: Issue getting back from fullscreenHello Francois,
indeed, just installing Photo Gallery breaks the fullscreen function of our plugin, it can’t be turned off once it was activated. We will put this into our FAQ about incompatible plugins: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/faq#there-any-known-compatibility-issues
We had some issue with NGGallery in the past, but that was a long time ago. Hopefully it works fine for you.
Thanks,
Martin11 years ago in reply to: _fv_flowplayer dataHello dot4all,
Unfortunately at this point we only do this when required, for example in case of Amazon S3 Protected videos.
If you need this feature for your work, we’d be happy to work with you to implement it on your site immediately if you buy a license.
If you’d prefer not to buy a license for the moment, we may add this as a feature in the future.
Thanks,
Martin
11 years ago in reply to: Issue getting back from fullscreenHello Francois,
could you please let us know the exact name of the photo gallery plugin you were using?
Thanks,
Martin11 years ago in reply to: Issues with video on Amazon S3Hello Liz,
it should be fine, but I would still advise you adjust it to lowercase “video/mp4” just to follow the standards.
Thanks,
Martin11 years ago in reply to: Issue getting back from fullscreenHello Francois,
are you saying you tried to troubleshoot the issue by trying different lightbox plugin?
Have you tried to use the default WordPress template? It could be that your current template or some plugin is using some script which causes this. Look for “is_fullscreen” or just “fullscreen” in the theme and plugins folder.
If the issue is important to get fixed for your work, we would be happy to help, just order our pro support and we will diagnose the problem right on your website.
Thanks,
Martin11 years ago in reply to: _fv_flowplayer dataHello David,
this works for protected Amazon S3 videos. It measures the video time to be able to determine the best download protection length. If this check fails and there is no value, it uses the default value, enough to buffer the video.
Thanks,
Martin11 years ago in reply to: Issues with video on Amazon S3Hello Liz,
I see, we will make the video checker non-case sensitive as your video appears to play fine in Internet Explorer 9 without Flash. It should be “video/mp4” and not “video/MP4”, but it doesn’t seem to matter to Internet Explorer 9.
Thanks,
MartinHello Mateusz,
thank you for a great suggestion! We will definitely fix this.
We were solving this for playlists, but I don’t think it works that way for single videos. If you set your video to lets say 640x400px and the video is only 640x360px, the splash image will indeed be visible in the stripes above and below the video.
Thanks,
Martin11 years ago in reply to: Issues with video on Amazon S3Hello Liz,
your video URL doesn’t work, it says “Access Denied”. Follow this step in our guide to make sure your permissions are set properly: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/secure-amazon-s3-guide#public
Thanks,
Martin11 years ago in reply to: Issues with video on Amazon S3Hello trilliumliz,
please use the “Send report to Foliovision” button, so we can see your video details.
Thanks,
MartinHello,
if you have too many video on the page which are being checked, an issue like this might arise as the server might take longer to respond. We are re-working the video checker, so this will be improved.
In the meantime we put in a fix into the current version 2.2.3, so if you just re-install it from WordPress.org, you will get the fix.
Thanks,
MartinHello Mateusz,
we will work on this feature in one of the next releases. Just check our changelog to see whan it goes out.
Thanks,
MartinHello Mateusz,
thank you for the suggestion, we will discuss this in our team.
Thanks,
Martin11 years ago in reply to: Remove Watermark on Some Videos ShortcodeHi Mateusz,
we just released version 2.2.3 which allows you to change the logo per video.
Use logo=”http://your.logo/url.png” in shortcode. Or use logo=”none” to remove it completely. The sitewide logo has to be set for this to work though – so set one in Settings -> FV Worpdress Flowplayer -> Sitewide player defaults first if you don’t have one.
Thanks,
MartinHello Andrew,
we released version 2.2.3 which includes this feature (although the styling might need some tweaks at this point). Please let us know if there is anything else.
Thanks,
Martin11 years ago in reply to: Sound plays fine but no video visibleHello Kevin,
the video plays on Youtube, as Youtube re-encodes each uploaded video. So if you download the MP4 from Youtube, it will be already properly encoded and will play.
Thanks,
Martin11 years ago in reply to: Sound plays fine but no video visibleHi Kevin,
could you please provide a working link for your video file?
There must be something wrong with one of your video stream. Perhaps it’s using yuv encoding. You can just re-encode it with a free software called Handbrake: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/encoding
Thanks,
MartinHello caderial,
yes, that’s it, although it’s hard to guarantee it will work without knowing details about your implementation.
We will have a look if jQuery Ajax creates any global JavaScript event which we could hook our player into. jQuery ajaxSuccess seems to be doing the job.
Thanks,
Martin11 years ago in reply to: Remove Watermark on Some Videos ShortcodeHi Mateusz,
I see, that’s an interesting request.
We hope to release a new version tomorrow, so we will include your feature in it. Simply adding logo=”{your path}” to the [fvplayer] shortcode will change the logo. If you leave it empty, no logo will appear. Of course this will only work for licensed users.
Thanks again for the suggestion!
Martin
11 years ago in reply to: video file expired reload pageHello harmoney65,
we strongly recommend that you rewrite your shortcodes into new format. You may have problems with playlists this way and so on.
You can see the shortcode format here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/user-guide#shortcode
Thanks,
Martin11 years ago in reply to: Pause button is missing on playerHello David,
clicking the center of the video pauses the video.
We will be adding options to enable a play/pause button on the player control bar though.
Thanks,
Martin11 years ago in reply to: video file expired reload pageHello harmoney65,
could you please post the full shortcode you are using?
Are you using old FV Flowplayer version 1 style shotcodes with commas? If so, is your “Convert old shortcodes with commas” setting on? We recommend using the new format as produced by “Insert FV Flowplayer” button above the editor.
Thanks,
MartinHello caderial,
it appears you are using Ajax loading of your page content. Unfortunately that won’t work without additional coding as Flowplayer checks for videos once it’s loaded, but not if content changes.
So you have two options:
1) Set that page to load without Ajax.
2) Create a callback for your Ajax which triggers Flowplayer, using the play() or load() method (see our API documentation).
That would also require “Load FV Flowplayer JS everywhere” plugin option turned on.
Thanks,
Martin11 years ago in reply to: AVI issuesHi exploreRPG,
could you please post the shortcode you are using?
As your video checker says, AVI is not a compatible video format. Is that the actual video format, or is that just the extension?
Make sure you tried MP4 format with h264 video stream.
Thanks,
Martin11 years ago in reply to: Remove Watermark on Some Videos ShortcodeHi Mateusz,
just enter your license code into the plugin settings. It’s simple, but here’s a guide about how to do it: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/user-guide#license
Please let us know if there is anything else.
Thanks,
MartinHello Pilkster,
please check our FAQ: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/faq#create-temporary-analysis-admin-checker
Without downloading the video file temporarily we are not able to report video issues to admin users.
Thanks,
MartinHello Matthew,
in that case, it might be related to JetPack comments. We found that JetPack comments are in conflict with FV Antispam, so we disabled its protection when using JetPack comments.
It’s weird if the old version worked with with your JetPack comments though. I’m not seeing the JatPack comments interface on your site right now, is Antispam Bee breaking it?
Thanks
MartinHello Matthew,
I checked your HTML and I’m not sure what could go wrong there. It doesn’t seem that your HTML is properly adjusted by our plugin. It actually doesn’t look like our plugin at all. Are you still using FV Antispam?
Other than that:
1) Are you using Akismet as well to combat the human-made spam? FV Antispam works best against hard core spam bots.
2) Did you modify your template in any way? Particularly the comment form functions.
3) Is your template using comment_form() to show the comment form?
We will be happy to help you fix the issue right on your website, if you support our open-source endeavors by purchasing our pro support.
Thanks
Martin11 years ago in reply to: Video not working with CloudfrontHello Sofia,
thank you for your interest in our plugin. Could you please:
1) Check spelling of all your video paths.
2) Check CloudFront settings listed here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/secure-amazon-s3-guide#cloudfront-issues
3) Check Amazon S3 file permissions as shown here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/secure-amazon-s3-guide#public (notice it’s “Everyone”, not “allusers” and “Open/Download” and “View Permissions”)
If this needs to be resolved fast and right on your website, we would be happy to help you. Just order our pro support.
Thanks,
Martin11 years ago in reply to: toolbar set custom doesn’t existHello Docfxit,
1) the easiest way of editing your template style.css is yoursite.com/wp-admin -> Appearance -> Editor. It will say “Stylesheet (style.css)” in the title and you will be allowed to add any extra CSS rules at the end of the file. Be careful though, it’s best if you have experience with CSS already. More on this topic can be found on WordPress.org: https://codex.wordpress.org/Appearance_Editor_Screen
2) Yes, we tried exactly that Windows 7 with Firefox 28. No issues. It’s weird, but we keep a log of all the failed entries, so we will have another look.
Thanks,
Martin11 years ago in reply to: Red warning flashes after upgradeHello Wendy,
we will make the warning dark – if it only flashes, it has no importance at all. And if it stays there, people will notice it anyway. No need for it to stay red.
Thank you for your feedback!
Martin
11 years ago in reply to: toolbar set custom doesn’t existHello Docfxit,
sorry about the confusion, here’s what’s correct, I forgot to update the article:
[‘Cut’,’Copy’,’Paste’,’foliopress-paste’,’Bold’,’Italic’,’RemoveFormat’,
‘OrderedList’,’UnorderedList’,’Outdent’,’Indent’,’Blockquote’,’Link’,’Unlink’,’Anchor’,
‘foliopress-more’,’kfmBridge’,’Source’,’FitWindow’,’DocProps’,’Save’,
‘NewPage’,’Preview’,’Templates’,’PasteText’,’PasteWord’,’Print’,’SpellCheck’,
‘Undo’,’Redo’,’Find’,’Replace’,’SelectAll’,’Form’,’Checkbox’,’Radio’,’TextField’],
[‘Textarea’,’Select’,’Button’,’ImageButton’,’HiddenField’,’Underline’,’StrikeThrough’,
‘Subscript’,’Superscript’,’JustifyLeft’,’JustifyCenter’,’JustifyRight’,’JustifyFull’,’Image’,
‘Flash’,’FVWPFlowplayer’,’Table’,’Rule’,’Smiley’,’SpecialChar’,’foliopress-next’,’TextColor’,’BGColor’,’About’],1) Each [….] describes one toolbar row. So after […] there needs to be comma.
2) The ‘,’ and ‘/’ items were breaking it, I removed them from the above.
Thanks,
MartinHello Andrew,
we are on the same page here – you want the whole post to be indexed in Google and only hide few paragraphs with videos from non-members.
I think that’s exactly what [zm_protect] does. I’m not sure about [zm_upgrade], as I wasn’t able to find any documentation. I could see that once it’s user, [fvplayer] shortcode is not parsed, but the same applies to [gallery], which is core WordPress technology – so it might be a problem of Zaxaa.
Could you please check the [zm_protect] in my test post? That should make things clear, if you can load that post as a paid user and see the video.
Thanks,
Martin11 years ago in reply to: toolbar set custom doesn’t existHello Docfxit,
please revisit the page, it has been updated. What you copied is a list of CKEditor button which we wanted to upgrade to. I removed it now as it’s confusing.
You will find a list of the FCKEditor buttons there now. I also wrapped it in required backets and quotes.
Thanks,
Martin11 years ago in reply to: toolbar set custom doesn’t existHello Gary,
could you please paste your custom toolbar configuration here? If you made some mistake in quotes, it could cause issues like this.
I recommend you check the documentation here, it shows the right syntax: http://foliovision.com/wordpress/plugins/wysiwyg/installation#toolbar-customization
Thanks,
MartinHello Andrew,
this is a problem, as our plugin works just fine with s2Member, so it might be a problem of your membership plugin.
1) I tried using [zm_upgrade] and put [fvplayer] inside of it. I see that the shortcode inside of it doesn’t execute. Notice that it doesn’t execute [gallery] either, so it’s a problem for your membership plugin.
You need to ask the developer of that membership plugin – Zaxaa Member.
2) However if the video is in [zm_protect], it’s not displayed, as user “tester” doesn’t have the permission. Can you try adding the permission and see if the video shows up?
What exactly are you trying to achieve? Do you need [zm_upgrade] at all?
Thanks,
Martin11 years ago in reply to: Red warning flashes after upgradeHello Wendy,
the warning appears for admins only. If it disappears, then it’s fine. If not, it means your site has broken JavaScript and that’s what the message is about. That’s the whole purpose of it.
We are wondering how to improve it though. We already have “Check template” function on the setting screen, but that one can’t detect hard JavaScript errors. And when there is such error, people complain about our player, not knowing it’s an issue with their website or some plugin.
Thanks,
MartinHello Donald,
as you are our licensed user, we had a quick look and I can see your article container is not using the proper CSS width for the narrower widths, so the problem is not in our plugin.
If you order our pro support we would be happy to fix the issue for you. If you have a CSS designer working for you on your theme, he should be able to figure out the issue as well.
Thanks,
Martin11 years ago in reply to: RTMP Livestream with wowza.Hello francois,
1) Put the M3U8 not as mobile video, but as the primary video source, that way it will be used on iPad automatically. Mobile video is used by devices with screen below 320x480px (handles retina iPhones too).
2) Add live=”true” into the shortcode to make sure it doesn’t show infinite total video time.
3) Please post what configuration you used with jwPlayer. I see that it doesn’t work, are you sure the RTMP server URL is correct?
UPDATE: I got it working. rtmp://streaming001.broadcast.tneg.de/nrwtv/livestream is your RTMP server, nrwtv is the path. Are you saying jwPlayer was able to handle your possibly wrong configuration?
Thanks,
Martin