Forum Replies Created
-
-
12 years ago in reply to: black line after playing video in ios safari
Hello Smith234,
that’s weird. Are you using any Ajax loading for your pages? Normally visiting another page initiates a new page rendering, so it’s not possible that some elements stay and mess up the display.
Otherwise this seems like a problem with your “iDevice”. Have you tried some other iPad/iPhone?
Thanks,
Martin12 years ago in reply to: black line after playing video in ios safariHello Smith234,
I can’t replicate the issue.
Could you please provide a URL where we can see this? Or use “Send to Foliovision” feature of the admin video checker (read “How to check my video properties using the built-in checker and how to report video not playing” in our faq).
Is it happening when you are not logged in? Is it happening with the default WordPress template?
Thanks,
MartinHello Wendy,
good news – unless there are any other issues, new FV Flowplayer with this fix will be released later this week.
However – this has nothing to do with PHP processes. So it appears there is some other issue with your site – not related to audio streaming.
You should install a WordPress cache plugin (we recommend Hyper Cache) and you can also try enabling Settings -> FV WordPress Flowplayer -> “Disable admin video checker”. That might help if you have a lot of logged in admin users checking a lot of videos.
Thanks,
MartinHello Janna,
we just released version 2.1.46 which uses better HTML for the video playlist thumbnail. Now the code posted above is not needed anymore.
Thanks,
Martin12 years ago in reply to: FV Wordpress Flowplayer Stretches VerticallyHello Kristina,
thank you for your site URL which you sent us privately.
I’m actually not able to reproduce the problem (I created a local copy of HTML and adjusted it back to responsive player size), but it may be because I only have IE10 at hand.
The fix of setting fixed dimensions should be fine for the site, as it’s not responsive. However it would be better to solve this properly. I’m noticing that the player is wrapped in P and CENTER elements. Please remove both (or at least CENTER, our plugin will remove wrapping P automatically – WordPress likes to wrap output from shortcodes into P tags, what a mess). Perhaps that will help with your issues.
Thanks,
Martin12 years ago in reply to: Negative margin?Hello cmunz,
you need to check the HTML differences in your picture slider and in your post with video. Then you need to figure out the required CSS. As this is largely depending on your template, there is no universal advice. If you buy our pro support, then we can have a deeper look.
Please let us know if there is anything else.
Thanks,
Martin12 years ago in reply to: scaling for small screensHello Kirby,
thank you for the suggestion!
We actually allow you to enter a separate video for mobile (first enable it in Settings -> FV WordPress Flowplayer -> Post Interface Options). This video is then served to any device with screen smaller than 320x480px (width x height – works with retina display of iPhone too).
This is a work in progress, we want to fine tune this condition. Using just the user agent might not be the best method as it probably won’t cover the Android tablets with big screens reliably. But it sounds like it will cover your needs.
This way you can put in a video with H.264 Baseline profile and lower bitrate. We need to add some recommendations to our documentation. We also want to serve this video if your are on a very slow connection.
Thanks,
Martin12 years ago in reply to: FV Wordpress Flowplayer Stretches VerticallyHello Kristina,
as our licensed user – could you please post the URL of your site where you noticed this problem, so we can check it out?
Don’t worry, we won’t publish the exact URL.
Thanks,
Martin12 years ago in reply to: Embed code for Yoast SEOHello Jamie,
our player has the embedding feature. Just hit the icon in the top left corner of the player (make sure Settings -> FV WordPress Flowplayer -> Sitewide Flowplayer Defaults -> Disable embedding is off) and copy the code. It’s a script tag, so let’s see if that will work with your SEO plugin.
The embeded player will keep your logo, but I’m not sure how do you want people to visit your site when using the embed code, as the purpose of the embed code is to allow people to watch the videos without having to come to your site. Please explain more about your idea, perhaps you are onto something.
Thanks,
MartinHello Wendy,
I have to say that there is something on it – if I enable the debug mode, I can see that there are two connections created. However the second one says that it’s already connected, so I’m not sure if it really is executing right now.
We are digging deeper into this.
Thanks,
MartinHello Lesley,
what we would suggest:
1. Use s2Member plugin to add membership features to your site. With this free plugin you can sell yearly/monthly membership to your site and have your members automatically billed at the end of month for further access etc.
2. Setup Amazon S3 to host your video securely. Here’s our step by step guide.
3. Use FV WordPress Flowplayer to server the videos securely.
This way the video download link is only valid for the video duration length. So as soon as your members expire, they can’t watch the video anymore.
We want to write more about this recommendation and make it an article.
Thanks,
MartinHello Danielle,
please check what does the “Check template” button in Settings -> FV WordPress Flowplayer say when you click it? It should check if your template is compatible. It might not be compatible if it already contains a hard coded copy of Flowplayer (like OptimizePress, see faq).
Next, could you please check if it also happens with your default template? This must be some CSS or plugin conflict.
Thanks,
MartinHello Rolu,
you are on the right track with your last message, your previous code looks like for Flowplayer version 3. However your selector is not alright. If you haven’t figured it out already you missed the empty space there, just have a look at my previous message.
To hook into the button, you can just use the ‘click’ event and the use e.preventDefault() to stop the default action etc.
More about how to use Flowplayer 5 API can be found here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/api-programming
Thanks,
MartinHello Rolu,
you need to replace {id} with the numerical ID of your post. Just check what is the ID attribute of your main post wrapper and you will figure it out.
Thanks,
Martin12 years ago in reply to: Full Screen Playback Not WorkingHello Alec,
every modern lightbox plugin should work just fine.
Our most favorite ones are WP Slimbox2 and WP jQuery Lightbox. We are working on an article about these lightbox plugins.
Thanks,
MartinHello Rolu,
you are right, however you can just use a selector like this:
jQuery(‘#post-{id} .flowplayer’)
WordPress wraps each post in DIV element with the post ID on it. This way, you can affect all the FV Flowplayers in that post. It also puts in different classes for categories etc.
Please let us know if that’s not it.
Thanks,
Martin12 years ago in reply to: Problems with Wishlist FlowplayerHello lancewan,
our template check function is right: “Flowplayer script http://wishlist-products.s3.amazonaws.com/videos/flowplayer-3.2.6.min.js?ver=3.6.1 is old version and won’t play. You need to get rid of this script.”
This is really a problem of Wishlist Member plugin if it’s forcing you to use old version of Flowplayer. They can’t just force loading that script on every page and not care about other plugin using the same script.
You should be in touch with Wishlist Member support about how you can get rid of that script. According to this thread they use encrypted code, so even if you know PHP, it might not be easy to remove it: http://wordpress.org/support/topic/can-wishlist-member-be-stopped-from-loading-flowplayer?replies=1
You can also order our pro support and then we can solve the issue for you right on your website.
Thanks,
Martin12 years ago in reply to: Full Screen Playback Not WorkingHello Alec,
your site used an old plugin for the lightbox image popup effect – http://www.4mj.it/slimbox-wordpress-plugin/
This plugin used old version of Mootools and perhaps that was causing the issues.
The plugin was replaced by similar plugin which works with standard WordPress JavaScript libraries and now it works just fine.
I also added this into FAQ.
Thanks,
Martin12 years ago in reply to: Video thumbnail is very small.Hello Rob,
we just released version 2.1.43 which finally has a better optimized JavaScript code. Perhaps your problem will disappear now.
It also allows you to check the page HTML code and see if following JavaScript code is called. It should take care of your issue:
jQuery(document).ready(function() { fv_flowplayer_safety_resize(); } );
Thanks,
MartinHello Wendy,
if you know a bit of CSS, you can just add the required background using the following selector:
.flowplayer object { … }
I haven’t checked that for any cross-browser compatibility issues.
If you want our help with this directly on your site (we might even consider adding this as a feature), you can buy our Pro Support using the sidebar button here in our forums.
Thanks,
Martin12 years ago in reply to: Fullscreen in iframeHello William,
which script is not working properly? Are you having issues with the embed code provided by our player?
There appears to be a script which allows HTML5 to work with fullscreen from within the iframe, so you can have a look at that too: http://brad.is/coding/BigScreen/
Please let us know if this is important for your work and you can do a donation of buy a pro support – then we can have further look into implementing the above solution.
Thanks,
Martin12 years ago in reply to: Fullscreen in iframeHello William,
unfortunately this is not possible due to HTML5 restrictions.
Let us know what you are trying to achieve, perhaps we can give you some hint.
Thanks,
Martin12 years ago in reply to: Video Not VisibleHello Mike,
does is happen with the default WordPress template? Can you give us some more details?
If you buy our license or purchase a Pro support, we can have a look right at your website and help you with fixing this, or fix any bug we encounter.
Please let us know.
Thanks,
MartinHello Janna,
we just released version 2.1.42.
It fixes the Amazon S3 protected URL issue in playlist.
It also includes default CSS which handles the problem with more than 4 playlist items (it actually assumes 4 thumbnails fit into your content column, so there is something to be done about that still).
Thanks,
Martin12 years ago in reply to: BuddyPress issuesHello Jinobi,
could you please share a full list of plugins you are using? You mentioned something about extending character length in BuddyPress for posts and bbPress shortcode whitelisting.
That would make resolving this easier, otherwise it may be just a problem with your template.
Thanks,
Martin12 years ago in reply to: BuddyPress issuesHi Jinobi,
I’m not sure why it works for you when you open the activity screen but doesn’t work on the subsequent pages or when you use filters.
As far as I know the shortcodes don’t normally work in excerpts:
http://wordpress.org/support/topic/shortcodes-dont-work-in-excerpts?replies=9
http://wordpress.org/support/topic/using-shortcode-in-excerpt?replies=4
http://wordpress.org/support/topic/wordpress-30-adding-shortcodes-to-excerpts?replies=2So you should be checking if your activity screen is showing the posts excerpts or full posts and if this behavior changes when you use the filter.
Thanks,
Martin12 years ago in reply to: Video thumbnail is very small.Hello Rob,
could you please try to turn on Settings -> FV WordPress Flowplayer -> Sitewide Flowplayer Default -> Always use fixed size player?
I’m not saying that it’s a definitive fix, but it will help us troubleshoot the issue.
Thanks,
Martin12 years ago in reply to: Admin warning on videoHello Mark,
typing in “video/mp4” into the “Content-Type” field is perfectly fine. If you saved you changes, the warning should disappear – unless there are multiple warnings at once.
If you need to fix the mime type on multiple files, you can use a special tool for that. Here’s a step by step guide: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/fix-amazon-mime-type
Thanks,
MartinHello Radu,
if you know some PHP, you can try to change following line (469) in models/flowplayer-frontend.php:
if( $mp4_position > $webm_position ) {
To:
if( 1<0 ) {
That is the only function which touches HTML and it does so only if you play with Chrome or Chromium and the player fails.
Thanks,
MartinHello Radu,
1. what browser are you using? If it’s Chrome or Chromium, make sure you test this in Firefox.
You should also test it in the default WordPress template.
2. wp_footer check – you should be able to open your site as http://site.com/?fv_wp_flowplayer_check_template=true and then check in the page HTML source if you can see following:
“<!–fv-flowplayer-footer–>”
Thanks,
Martin12 years ago in reply to: Video thumbnail is very small.Hello Rob,
we had some issues with JetPack, but it only affected the shortcode editor window.
We are working on optimizing the plugin JS code which should avoid any conflicts like this. Please let us also know if you are using some plugin to minify the JS and CSS code and which one. Is you don’t have any, then we need to prioritize this improvement.
Thanks,
Martin12 years ago in reply to: Video thumbnail is very small.Hello Rob,
to make this simpler – just let us know what minify plugin you are using and we will test that out.
Thanks,
Martin12 years ago in reply to: bbPress IssuesHello Jinobi,
version 2.1.41 was released. It includes the bbPress fix.
Please let us know if you are having any other issues.
Thanks,
MartinHello Janna,
we just released version 2.1.41 which fixes the Amazon S3 issue in playlists.
Regarding the display issue – if you have more playlist items than what fits into your content column, it won’t display properly right now – you can fix it by adjusting following CSS:
.flowplayer.has-playlist, #content .flowplayer.has-playlist {
margin-bottom: 160px;
}
.flowplayer.has-playlist .fp-playlist {
bottom: -135px;
}Of course we need to automate this and have the right numbers pop in based on your number of items
Thanks,
Martin12 years ago in reply to: Video thumbnail is very small.Hello Rob,
please check following:
1. If you installed any new plugins recently.
2. If your template limits the size of the parent element for the player.Our fix for the issue number (2) above was to create a script which checks if the player is too small and restores its size. This happens if the template has poor CSS code for responsiveness.
However if you installed a new plugin for example for minifying of JavaScript, it could perhaps remove that script by accident.
Thanks,
Martin12 years ago in reply to: bbPress IssuesHello Jinobi,
we were able to find a compatibility issue between bbPress, some of its themes and our plugin.
This was fixed (for good, we didn’t called the define command early enough in our plugin) and will be part of the 2.1.41 version released later today.
Thank you for your bug report!
MartinHello Janna,
thank you for the feedback.
2. Yes, this works. It must be related to the Amazon S3 issue.
3. Please let me know how many items you have in the playlist.
We will let you know about the others.
Thanks,
MartinHello Janna and Tiffiny,
version 2.1.40 was released – it has the playlist feature in it. It’s in beta stage, so we will test it some more before putting it into documentation.
First you need to enable the feature for it in Settings -> FV WordPress Flowplayer -> Post Interface Options. Then you will see it in the shortcode editor – start by clicking “Add item” to add the playlist items. The first item is always the main video.
When you publish the post, you should see one rectangular box for each video with splash image as the thumbnail image for each video. Clicking these will change the video in the player.
Please let us know how it goes.
Thanks,
MartinHello again,
actually just enabling the auto-buffering makes sure that when you come to a page with a Flash-only video (like FLV or RTMP) it shows the incompatibility message right away – user doesn’t need to click play to find out the video won’t play.
Please let us know if that’s it. Otherwise we would have to add this feature. If you can buy our pro plugin support, we could accelerate development of this feature.
Thanks,
MartinHello BDS1400,
currently this is not supported, you would have to put in some extra code. Here’s a jQuery library for detecting Flash which might help you: http://madhavvyas.blogspot.sk/2011/03/detect-flash-using-jquery.html
Other option could be to enable auto-buffering and then hide any player which throws in the Flash error using the JavaScript API, but I haven’t checked that.
That said, we will have a chat in our team and decide if we want this feature.
Thanks,
Martin12 years ago in reply to: Video Checker – “name lookup timed out”Hello Joe,
thank you for your video checker submission!
The error message looks as if your domain was not properly set up in your DNS zone yet. I checked your site and the video plays just fine on it. Did you fixed the issue already?
I tried to insert the same video to our test site and I was getting HTTP 403 – Forbidden. Are you somehow restricting access to the video file? Perhaps that caused your issue.
Please let us know.
Thanks,
MartinHello Janna,
the playlist function is currently in testing phase (the user interface), if you wish to help us with the testing, we can add it into the plugin on Tuesday or Wednesday.
Thanks,
Martin12 years ago in reply to: CloudFront RTMPHello Sergio,
to explain more about the CloudFront and RTMP protected URLs –
these seem to use different access keys than S3, so it take us bit longer to get this done.
Thanks,
Martin12 years ago in reply to: CloudFront RTMPHello Sergio,
1. we are checking how to test RTMP streams. I only found a command line utility for this so far.
2. in your above shortcode, you added the /video into bad path, to the one with http, but I guess you got it right in your post.
5. you just have to setup the Amazon Access keys. However this currently doesn’t work with RTMP. We are working on adding that function right now.
Thanks,
Martin12 years ago in reply to: Problems with MPEG-1Hello Ashish,
thank you for your report!
Unfortunately MPEG-1 is not a valid HTML5 video format. You need to re-encode the video into MP4. You can read more about MP4 encoding (including screenshot and tips) in our article: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/encoding
We will add this warning into the video checker in the new plugin version.
Thanks,
Martin12 years ago in reply to: CloudFront RTMPHello Sergio,
1. You entered bad RTMP path for the video. The path is actually video/DEMO_Live_Channel.mp4 and not just DEMO_Live_Channel.mp4. I tried using that on our test site and the video plays using RTMP.
Please try that and let us know if you are still having issues.
Our plugin has a video checker, however it doesn’t work for RTMP streaming protocol yet. We will definitely explore possibility of adding it. It’s a Adobe (Macromedia) proprietary protocol, so it might not be that easy.
You mentioned that the video didn’t played for you in various browsers – that’s becaue these browsers have Flash capability, so they choose the RTMP stream. Mobile has no Flash support, so it used the MP4 file directly. So that should be fine too.
Also, there is no need to specify the mobile video it it’s the same as the normal video. It should be low bandwidth version of the video.
Thanks,
Martin12 years ago in reply to: setting up RTMP server12 years ago in reply to: RTMP Buffer TimeHello Jinobi,
this feature will be available in core Flowplayer in a month or two. Let us know if this is important for your work though, perhaps then we can accelerate development of this feature.
Thanks,
Martin12 years ago in reply to: Amazon S3 signature not matchingHello Bobby,
I forgot to update this thread – 2.1.36 with the fix was released as promised.
Thanks,
Martin12 years ago in reply to: How to create a video lightboxHi Cribeiro,
we will discuss this in our team and come up with our recommended solution. It’s not an easy task, but it would help to have a working system ready or thought out for our users.
Thanks,
Martin12 years ago in reply to: 3GP issuesHello Roland,
thank you for using our plugin and reporting the issue!
3GP is actually not a HTML5 video type, but I fixed the bug in our plugin (3GP needs to be presented as a MP4 file type, not 3gp) and now it works.
We also put in a warning about this file type – it won’t play on devices without Flash – so it won’t show “Video OK” anymore, but a warning. It might play on iDevice though in HTML5 just fine.
We will release the new version today within a hour or two, so please upgrade to that and this will work for you.
Thanks,
Martin12 years ago in reply to: Fatal error: Out of memoryHello Tao,
sorry about the delay, I forgot to subscribe on the thread.
I found a bug in how we check if the video is from one of the protected buckets. That could trigger too many video length checks and cause you issue. This was fixed and new version released – 2.1.37.
Could you please give it a try?
Thanks,
Martin12 years ago in reply to: RTMP Buffer TimeHello Jinobi,
we are checking what the possibilities are.
Flowplayer uses Adobe NetStream and seems to be using the default values.
Thanks,
Martin12 years ago in reply to: Fix for Title Issues in Twenty Twelve ThemeHello Albert,
the new version was released. It also comes with a handy post slug shortener, you can read about it here: http://foliovision.com/2013/09/seo-slug-shortener
Thanks,
Martin12 years ago in reply to: New videos stopped playingHello Helen,
this has been fixed and the fix will be part of version 2.1.36 released today.
The problem was that these files used dual extension – .oggtheora.ogg and others. I improved our code to not get confused by this.
Thank you for reporting the issue!
Martin
12 years ago in reply to: Amazon S3 signature not matchingHello Bobby,
there are two forms of Amazon S3 URLs:
- “https://bucket.s3.amazonaws.com/video-path.mp4”
- “https://s3-eu-west-1.amazonaws.com/bucket/video-path.mp4”
After our private conservation we found that there is a bug when protecting the first kind for of URLs.
Thank you for reporting the issue! We will release a new version today (2.1.36) which will include this bugfix. We will update this ticket once the new version is out.
Thanks,
MartinHello Ed,
we will be adding the playlist function soon and the default skin will look like a video player with small video thumbnails below. Clicking individual thumbnails will then change the video.
The technology is ready, we just need to build the user interface.
Similar question was also answered here: http://foliovision.com/support/fv-wordpress-flowplayer/how-to/problems-with-custom-script
Thanks,
Martin12 years ago in reply to: html5: Video file not found on iOSHello Ed,
I’m sorry, but we received no report. Could you please upgrade to version 2.1.35 and send the report again?
Thanks,
Martin12 years ago in reply to: html5: Video file not found on iOSHello Ed,
The video file might not be compatible with iPad. MP4 can contain different streams. Please use the video checker (the message which appears in the top left corner of the video) to check the video properties and use the “Send to Foliovision” button to send us a report.
You can try to re-encode it into MP4 using a free software called Handbrake, we absolutely recommend you use the original uncompressed file for the conversion, for maximum video quality. Our article about video encoding is here, together with recommended Handbrake settings: foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/encoding
Thanks,
Martin12 years ago in reply to: setting up RTMP serverHello Cribeiro,
I’ll go through your questions one by one:
2) To set the thumbnail, just click “Add Image” button next to the “Splash Image” entry field in the Add FV Flowplayer dialog. Read more about usage in our User Guide, although I see we need to update screenshots.
3) Our plugin checks your video file and sets the expire time to its length. If user runs out of the time, we show a sensible message for the user to reload the page as the link is expired.
6) If you entered proper keys and bucket name in Settings -> FV WordPress Flowplayer -> Amazon S3 Protected Content, just using simple URL should work, as the URL will get its Amazon S3 signature automatically. If this gives you an error message, there must be something wrong.
7) Finding out about RTMP – you can check your browser development console and check the Network tab to see if the MP4 file is downloading. If you don’t see it, then it goes via RTMP (it’s not visible there). Or you can just execute following from the browser’s JavaScript console after the video started playing: “console.log( flowplayer().video.src );”
Please let us know if you are still having issues. If you buy our plugin license, we can take care of your issues right on your site for you.
Thanks,
Martin12 years ago in reply to: Amazon S3 signature not matchingHello Bobby,
thank you for using our plugin, here are the troubleshooting steps:
1. Doublecheck your “Access Key ID” and “Secret Access Key” in Settings -> FV WordPress Flowplayer -> Amazon S3 Protected Content box. They should match what’s on Amazon in your security credentials.
2. “Access Key ID” should only contain uppercase letters and numbers, “Secret Acces Key” should only contain letters (both lower and uppercase) and numbers. Please let us know if it’s otherwise.
3. If you buy our FV Flowplayer plugin license, we are happy to troubleshoot the problem for you.
Thanks,
Martin12 years ago in reply to: Fix for Title Issues in Twenty Twelve ThemeHello Albert,
sorry about the delay.
I was only able to reproduce this bug on tag archives when FV Simpler SEO title rewrite is on (not a default option).
We decided to not use wp_title() and rather use the function which gives you the tag title in our plugin. This fix will go out in version 1.6.20, probably tomorrow.
Thanks,
Martin12 years ago in reply to: FV Wordpress Flowplayer Stretches VerticallyHello ImageMagician,
that is a weird issue, I suspect there might be some conflict with your template CSS.
For troubleshooting, you can try to turn on Settings -> FV WordPress Flowplayer -> Sitewide Flowplayer Defaults -> “Always use fixed size player” and see if that helps. That will disable the responsive design capability of the plugin, but it will help with locating the problem.
Next you can try to see if it happens with the default WordPress template too.
We are happy to troubleshoot this issue for you if you buy our FV Flowplayer plugin license.
Thanks,
Martin12 years ago in reply to: Fatal error: Out of memoryHello Tao,
please let us know about the following:
1. are you using the latest version of plugin (2.1.35)?
2. is there any [fvplayer] shortcode inserted in the post you were saving?
3. is the video in the shortcode hosted on Amazon S3 and is it located inside one of the buckets configured in Settings -> FV WordPress Flowplayer -> Amazon S3 Protected Content?
4. the post should still be saved properly. Please check if the video checker works on the video when you view the post. There should be a “Checking video” message in the top left corner of the video and it should change to “Video OK” or “Video Issues” after few seconds.
If you buy our FV Flowplayer plugin license, we will be happy to fix this issue for you right away.
Thanks,
MartinHello Brian,
I fixed the typo, it should be “Only one” not “One one”. Our video checker tries to detect video issues and one of them is bad encoding which doesn’t allow you to seek in the video.
We recommend that you test your video in all mayor browsers, read our encoding guide and re-encode the video, as if our checker reports some issue, it’s possible that some browser + OS combination might have issues – typically Firefox on PC or Mac.
Thanks,
MartinHello Andrea,
it’s more likely that this is caused by you not being logged in than by Internet Explorer 10.
I changed the name of the RELATIVE_PATH constant and put this fix into new plugin version which was released just now – 2.1.35. Please let us know if the problem disappears after upgrading to this latest version.
Thanks,
Martin12 years ago in reply to: Portrait ViewHello Mystic Admin,
thank you for reporting this, I found a bug in how we calculate the aspect ratio for vertically oriented videos.
This was been fixed in version 2.1.35 which was released just now. Could you please upgrade to it and let us know if it helped with your issue?
Thanks,
Martin12 years ago in reply to: Play Doesn’t Obey Sitewide DefaultsHello Bryan,
I think I see your point now – you set the default video dimensions in plugin settings, but then each time you insert a new video, our insert video dialog figures out its dimensions and uses that. So you have to remove these dimensions for each video.
We will discuss this in our team as I’m not sure if these default settings should apply to all videos or under what conditions.
In the meantime, you can use this PHP code to set the default video dimensions to all the videos, just put it into functions.php of your template:
add_filter( 'fv_flowplayer_attributes', 'tweak_fv_flowplayer_attributes', 10, 2 );
function tweak_fv_flowplayer_attributes( $attrs ) {
$attrs['style'] = 'max-width: 600px; max-width: 400px';
return $attrs;
}Thanks,
Martin12 years ago in reply to: FLV not playing on mobileHello Jeffrey,
please read this section of our encoding article, FLV just won’t play on mobile devices: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/encoding#flash-only
You have to re-encode these videos into MP4. Use the free software described in the article (Handbrake), read the whole article for more encoding tips. Basically you can use the settings which you see on screenshots.
Thanks,
Martin12 years ago in reply to: setting up RTMP serverHello Cribeiro,
thank you for the screenshots.
You can’t just copy the Amazon secure URL and paste it as a video source, because the URL expires – that’s how it works.
What you need to do is to add your Amazon bucket name, API key and secret API key in Settings -> FV WordPress Flowplayer -> Amazon S3 Protected Content. You can get these keys on this link, after you log in to Amazon AWS: https://portal.aws.amazon.com/gp/aws/securityCredentials
That way plugin will always use a fresh URL. We will create an illustrated guide for this.
Thanks,
Martin12 years ago in reply to: Play Doesn’t Obey Sitewide DefaultsHello Bryan,
please use the “Send to Foliovision” function in video checker to send us the post where you are seeing this.
The default video dimensions will be used for any video which doesn’t have the width and height specified in the shortcode.
Settings -> FV WordPress Flowplayer -> “Always use fixed size player” sets the player dimensions using width and height, rather than max-width and max-height, so that helps when troubleshooting issues with responsive templates.
Now the tricky part – we put in some failsafe JavaScript code which makes sure that the player is visible even in weird responsive templates. Some of them are simply set to fit the content, while the video player is set to fit the wrapper – resulting in very small player size. So that’s the only part which could be failing for you.
However this part is only enabled if you don’t opt for “Always use fixed size player”, so I’m not really sure how can that option not work for you.
Thanks,
MartinHello Bryan,
1. iPad is probably using the retina icon while normal desktop computer loads the low resolution one, which is 100px square. So if your video is big enough, the icon might get sized up a bit. Perhaps we can just use the retina icon all the time.
2. The embed code contains data-origin part, so I’ll check if it could be used for the logo as a link.
Thanks,
Martin12 years ago in reply to: Quality SwitchesHello David,
this can be done, the biggest obstacle is to provide the required user interface/shortcode to enter all of the video files.
What we have right now is the mobile video feature – you can enter your low bandwidth video into it and it will be served to everybody with screen width lower than 320px and shorter than 480px. That covers the iPhones with retina displays too.
Thanks,
Martin12 years ago in reply to: Problems with custom scriptHello Wendy,
sorry about the delay, you can just pick the same element, call Flowplayer on it and the the play() method. Like this:
jQuery('#your-element').flowplayer().play();
Thanks,
Martin12 years ago in reply to: Splash image or video size problemHello HTA,
which exact option in FV Flowplayer settings did you used? This doesn’t sound like a fix – what if somebody plays the video in browser with no Flash installed – they still get HTML5 and might encounter the issue again.
Thanks,
Martin12 years ago in reply to: embedding not workingHello Sozo,
this works for us, could you please use the “Send to Foliovision” button in the video checker to send us the exact URL where you are having issues?
Also check that WordPress is not filtering out the script when you paste it into source – might be a case on WP Multisite.
I’ll get to your other support requests tomorrow, still catching up after the holidays.
Thanks,
Martin12 years ago in reply to: Splash image or video size problemHello HTA,
this could be a bad use of CSS in your template.
Please try if that also happens with the default WordPress template.
Then try to check your CSS if there are any “display: block” CSS declarations for any img or div elements. Look closely for declarations with !important.
Thanks,
MartinHello Gregory,
please copy the exact text as returned by the “Check template” function.
If the video is just a black box, it appears that the plugin fails to add its scripts into the header and footer. You should check if your template is using wp_head() and wp_footer() function calls.
The “Check template” function was built to detect issues like this, it should give you a more sensible warning than just “no template found”.
I installed the Ocean Mist 2.0. template now and indeed – it has no wp_head() in it. Just add it into header.php, just before closing </head> tag. We will include this hint in the “Check template” function.
Thanks,
Martin12 years ago in reply to: Apple HLS support in FlashHello Howard,
this is a bit tricky. The above link give you a quite expensive edition of JW Player – Premium edition. That one supports HLS playback using Flash.
This is not supported by Flowplayer 5, however there is a plugin, so we will have a look.
Thanks,
Martin12 years ago in reply to: Internet Explore – Bar in Middle of VideoHello Lucy,
please try to remove and style declarations for OBJECT tag from the theme CSS and let us know if that helped.
Thanks,
Martin12 years ago in reply to: setting up RTMP serverHello Cribeiro,
it’s should look like this one, just look for what cloudfront.net subdomain should be used:
RTMP server: rtmp://s3cc5te6glq6zd.cloudfront.net/cfx/st
RTMP path: your-directory/your-file.mp4Please let us know if that helps.
Thanks,
Martin12 years ago in reply to: how secure is flowplayer with Amazon S3?Hello Tony,
sorry about the delay, I just got back from vacation and other team members had their hands full of other work.
We just forgot to remove the “Amazon S3 secure URLs support” item from “What’s coming”.
Our protection is as secure as Amazon S3 gets. The bucket name has to be in the URL, otherwise it won’t work. We try to set the video file expiry link as low as possible and include a sensible message if the link is expired – unlike just “file not found” found in other video plugins with Amazon S3 secure links support.
Thanks!
Martin12 years ago in reply to: Code Inserts Extra Line Break After PlayerHello Bryan,
please use the “Send to Foliovision” button in the video checker to send us your post URL privately, we will have a look at what’s happening.
Your CSS declaration works for me with autobuffering both on or off. I’m not sure how can this be related to auto buffering.
Thanks,
MartinHello MJG,
sorry about the delay, I’m back from vacation and catching up on all the tasks.
We first need to finish the playlist/preroll feature, then we will start working on supporting ad network tags.
We already support normal ads, like Google Ad Sense and so on – just paste the ad script code into the ad field in plugin settings and set it’s dimensions. Guide is available here.
Thanks,
Martin12 years ago in reply to: Video won’t load on iPad or KindleHello Kristal,
sorry about the delay, I was on a vacation and other team members had their hands full.
Could you please send us the updated link to your site where you are having issues? Or just a link for the video will be fine – just use the “Send to Foliovision” button in video checker, we won’t publish the details here.
Thanks,
Martin12 years ago in reply to: How To Reposition Custom LogoHello Bryan,
you can use a CSS like this to control the logo position:
#content .flowplayer .fp-logo {
top: 10px;
right: 10px;
bottom: auto;
left: auto;
}The above positions it to top right corner. Notice that you have to set the bottom and left attributes to auto. Also, you have to add some element ID to the selector, in the above example it’s #content as that’s what most of the templates use. So you just check what element ID is your template using for one of the wrapping DIV elements.
Thanks,
Martin12 years ago in reply to: rtmp streamHi Jinobi,
there were some issues with the insert video dialog before, but they were all resolved.
This may be some conflict with some other plugin.
1. Could you please send us a list of your plugins?
2. Could you please open the error console of your browser, then try to insert a video and let us know if any error message pops up in the console? If you are not sure how to use the error console, read the Step 3 of WordPress “Using Your Browser to Diagnose JavaScript Errors” guideThanks,
Martin12 years ago in reply to: How to stop autoplay on a page revisitHello Brandon,
thank you for posting your valuable code!
Unfortunately I can’t test it right now as I’m leaving on a vacation.
I have a suggestion if you need to use this with a caching plugin (Hyper Cache) – I would recommend that you set the cookie using JavaScript and then add the cookie into exclusion list in your WP caching plugin. That way at least the first load of the post can go from cache.
Thanks,
Martin12 years ago in reply to: Fix for category_link()Hello M.,
it works for us both in Wordpres 3.5 and 3.6. Please let us know what plugins are you using, so we can look for any conflict.
Please also try to visit Settings -> Permalinks and check for your issues again. That will flush the rewrite rules.
Thanks,
Martin12 years ago in reply to: Problems with custom scriptHello Wendy,
thank you for the attached HTML.
What you do is that you grab the player HTML and then move it around (see //cdn.foliovision.com/global/film-anchors.js).
This was probably working with Flowplayer version 3 (included in FV Flowplayer up to 1.2.17), but not in Flowplayer version 5, as that one uses HTML5 – it’s an integral part of the HTML document and you can’t just move the HTML around – as it’s not just HTML, but also associated events etc.
So to make sure it works and that it works with all the devices, you have to use the proper API calls.
I added “Quick JavaScript samples” into the programming guide: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/api-programming Obviously it’s not your definitive solution, but it should give you some start.
Thanks,
Martin12 years ago in reply to: Video shows up black and whiteHello David,
you should try the same video – the one which is making you trouble – in other browser and also on some other computer. Then you will see if your video is not compatible with HTML5, or if there is some strange issue with your computer.
Thanks,
Martin12 years ago in reply to: Video shows up black and whiteHello David,
the video should fine in my Firefox, Safari and Chrome on Mac OS X 10.5.8.
This could be some strange problem with your graphics card and how it’s used by your browser to accelerate the video. I suggest you try some other browser and computer.
Thanks,
Martin12 years ago in reply to: Problems with custom scriptHello Wendy,
if you can provide at least a HTML sample of the site (copy the HTML source from the browser and save it as a text file, then send to our email), then we can have a look if it’s some generic issue.
If it’s some problem specific to your site, we can fix the problem for you, just order our pro support.
If it’s a complete custom script which you need for the site, then that’s completely different story. We will be adding a playlist feature into our plugin, perhaps that could help you. Also, here’s a programmer’s guide for our plugin, so you can check how to initialize our player using JavaScript: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/api-programming
Thanks,
Martin12 years ago in reply to: Google Analytics supportHello Chris,
I understand that you are using the same player, but since Flowplayer doesn’t support audio, we have to internally switch to another player.
We can add the Google Analytics tracking for audio. However it would only track following events – play, pause, stop. Tracking playtime would be much more work.
There is no need to place these players into a modal window, unless you have some specific reason. You can put up as many players as you want into a single page.
Thanks,
Martin12 years ago in reply to: Google Analytics supportHello Chris,
I think that it won’t recognize closing of the modal box as user leaving the page, but it should not matter as the user will leave the page anyway.
However you are using Ajax to load the box content, so I’m not so sure about that.
What’s worse is that you are using the audio player. That one unfortunately doesn’t come with Google Analytics support, it only works with video. So we will add support for Google Analytics in audio player too.
If this is important for your work, you can buy our pro support and we will accelerate development of this feature.
Thanks,
Martin12 years ago in reply to: Using Amazon S3 signed URLsHello Jason,
thanks! That’s what we wanted – an intelligent error message if the video has expired.
Martin
12 years ago in reply to: Using Amazon S3 signed URLs