Forum Replies Created
-
-
Hello Emptymind,
if you want to protect your videos from hotlinking, the you will have to wait until we add download protections for Cloudfront.
Thanks,
Martin11 years ago in reply to: convert video shortcode to fvplayerHello Alec,
we actually don’t support the standard [video] shortcode, but we should work on adding it as an option.
Thanks,
Martin11 years ago in reply to: HTML5 Video File Not Found in IEHello Leslie,
you should check if your inserted the [fvplayer…] shortcode into some tag by accident. It should be on a new line to prevent issues like this. If you find the tag which is causing this, we can probably check for it and remove it by our plugin and make it more resilient that way.
You can also run a validator on your HTML to find issues like this.
Your htaccess has no effect on the Amazon S3 videos. Your “video/mp4” mime type is the correct one.
Thanks,
MartinHello Matthew,
thank you for the interesting report.
Did you tried to removed the “Default communication device” flag from your other sound device and see if that help? Perhaps Flowplayer goes through the “Default communication device” instead of “Default Device”.
Thanks
MartinHello Emptymind,
we updated our Amazon S3 guide with the RTMP instructions: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/secure-amazon-s3-guide#rtmp
Unfortunately the video files need “Everbody” to have Open/View permissions (see step 7. in the “Setting up CloudFront distribution – RTMP” section of the document).
RTMP works over the CloudFront distribution which is different from Amazon S3. It requires a different set of access keys. Including this feature is on our list.
Thanks,
Martin11 years ago in reply to: admin video issuesHello David,
these video warnings are for logged in admins only. That’s why it says: “Admin: Video Issues”. There is also a tooltip on the whole video checker box which says “This not shows up to logged-in admins only”, to avoid confusion.
Let us know if there is any specific message about your video which concerns you.
Reading FAQ will give you a good start too.
Thanks,
Martin11 years ago in reply to: PLS and M3U radio playlistsHello Britt,
looking at your playlist file (as your used the video checker to report your issue) – you can open it, extract the individual audio track and put it into our player. Since it has no file extension, you will need to add it with “#.mp3” at the end, like this:
[fvplayer src='http://pubint.ic.{your stream domain}.net/stream/pubint_kbut#.mp3']
That will play just fine and will work if the playlist only has one item which you need to play.
Thanks,
Martin11 years ago in reply to: html5: Video file not found on iOSHello Matthew,
the problem of doing such check is that browser doesn’t know the video dimensions until the video is ready to play. And it won’t get that far on old iPhone as it fails prior to that. So the only option would be to cache the video size, same as our video checker works.
Thanks,
Martin11 years ago in reply to: html5: Video file not found on iOSHello Matthew,
interesting, I found out about the same issue above.
What you can do is to use “mobile video” field of our plugin. Enable it in Settings -> FV WordPress Flowplayer -> Post Interface Options. Then in the shortcode editor you will get a special field for mobile video.
That video will be served for each device with screen width lower than on equal to 320px and height lower than on equal to 480px. So you can test that out on desktop too by sizing down the browser window. This is done in JavaScript, so you don’t have to worry about WordPress page cache.
Even if the later iPhones’ screen is in reality 640x960px, it’s true size is calculated as 320x480px as it’s the so called “retina” display.
Thanks,
Martin11 years ago in reply to: html5: Video file not found on iOSHello Matthew,
could you please let us know what your user agent is for these iPhone 3GS phones? I posted the instructions above.
The thing is that iPhone 3GS might be using either iOS 3 or iOS 4, both are quite old now. That leads us to some recommended encoding settings for these devices – I read that iOS on older iPhones for older devices has a resolution limit of 640×480. Also, what .h264 profile did you used? You might need to use baseline profile.
However our ultimate goal is to detect the user agent/connection bandwidth combination and allow you to set a different file for mobile/low-bandwidth devices and for the rest. That way the videos would be fast even on mobile devices with slow connection.
Thanks,
Martin11 years ago in reply to: html5: Video file not found on iOSHello Matt,
if you could report the broken/weird MP4 files from the screen recording application, that would be great.
Thank you for reporting back!
Martin
11 years ago in reply to: html5: Video file not found on iOSHello Matthew,
as you are our licensed user, we tested the videos on your site right away.
The /windows-8-tutorial and also /windows-tutorial05 both play fine on both iPhone (iOS 6.1.3) and iPad (iOS 5.1.1)
Please visit this site and copy over the “Your User Agent String is:” information here: http://whatsmyuseragent.com
1) Have you checked some other videos or is it just /windows-8-tutorial ?
2) Are you logged in or logged out when this happens?
3) What happens if you open the video URL directly in the iPhone (you would have to copy it from post editing)?Thanks,
Martin11 years ago in reply to: html5: Video file not found on iOSHello Matthew,
we are checking your issue.
We noticed that your forum submissions failed – we are working on fixing that too. Sorry about the inconvenience.
Thanks,
Martin11 years ago in reply to: adsense with fv playerHello gioghy,
if you have Google AdSense approved for your site, it will work in FV Flowplayer too. You can stick it into the global Ad field and it will show up. Just make sure you also enter its dimensions.
We want to make this easier (so you could just enter your AdSense ad slot ID and it would work) and double check all the Google AdSense serving rules to make sure we don’t break any of these.
Thanks,
MartinHello Trish,
sorry about that, I see the problem now. You are probably using WP_DEBUG or your have PHP warnings enabled on your server if you see this.
Unfortunately I won’t be able to release the new version today, so if you need a fix, just replace lines like this in controller/frontend.php:
From:
wp_localize_script( 'flowplayer', 'fv_flowplayer_safety_resize_do', true );
To:
wp_localize_script( 'flowplayer', 'fv_flowplayer_safety_resize_do', array(true) );
From:
wp_localize_script( 'flowplayer', 'fv_flowplayer_admin_input', true );
To:
wp_localize_script( 'flowplayer', 'fv_flowplayer_admin_input', array(true) );
You can also see it here on Github: https://github.com/foliovision/fv-wordpress-flowplayer/commit/67acb20d10616ff1c56dcdd977fc374e2e0b3182
The side effects would relate to admin video checker and videos placed into elements with zero dimensions.
Thanks,
MartinPS: I noticed that somebody was trying to submit this same issue to our forums but the forums crashed and the message didn’t get through. If it was you, then we are sorry about the inconvenience and thank you once again for your extra effort on reporting this!
11 years ago in reply to: How to change path to ffmpeg?Hello Eugenia,
FV Flowplayer doesn’t use ffmpeg. Are you sure your question in related to our plugin?
Please let us know what issue with FV Flowplayer you are having.
Thanks,
Martin11 years ago in reply to: Change commercial logoHello Marius,
sorry about the delayed reply.
FV Flowplayer license is different that Flowplayer license. Do you have license for version 3 or version 5?
It is a bit confusing. Here‘s how it works:
- The core code is the same but we‘ve built a lot more features into our WordPress version.
- We have a platform license for WordPress for our commercial version.
- Flowplayer.org does not accept our licenses: in return we do not accept their licenses.
Originally I thought the licenses should be cross-compatible but now I accept that it‘s actually better that our license is separate. On the other hand as a licensed user, it isn‘t very good. And I‘m an end user of a lot of software myself and know what it‘s like.
So you can switch to our license. Our cross-grade offer is 50% off of full price or we let you upgrade to the next version as if you owned one of our licenses (i.e. you could move to a 5 domain license for $120). Upgrading a single domain license would be $47.
Our player is really the best for WordPress and it‘s the focus of our business now so lots more great features are coming (check the development logs to see the pace). Our support is really good (you can see the quality in the forum and our license holders get private email support too). We would be honoured to have you onboard as a supporter.
You can order the cross-grade license here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/crossgrade
Thanks for trying FV plugins!
Martin
11 years ago in reply to: Making canvas background transparentHello Peter,
please start by telling us which version of FV Flowplayer plugin are you using.
Thanks,
Martin11 years ago in reply to: Flowerplayer API js hooks don’t seem to workHello Anthony,
thank you for the interesting question.
We actually had to get rid of the fv_flowplayer_scripts plugin hook. Only that way we can make sure they plugin works with aggressive minify techniques of deferring any script loading into footer.
Please just hook into wp_footer to output your custom scripts.
As for your jQuery selector – can’t you just use jQuery(‘.flowplayer’) ? That would work just fine for every player. If you only want to target some players, use jQuery(‘#post-{fill in post_id here} .flowplayer’) or only output the wp_footer script on certain pages.
We want to add cuepoint support into interface, but basically you can add these into the Flowplayer div:
data-cuepoints=”[5, 10, 15]”
Just add data-cuepoints as new key into the input array of fv_flowplayer_attributes WordPress filter, sample code is here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/api-programming
Thanks,
Martin11 years ago in reply to: iframeHello Cornelia,
thank you for the interesting question. Currently there is no iframe embedding available, but we want to work on it to allow embedding of videos into emails. We are working on other issues right now, so I can’t give you exact ETA right now.
We will check out if we can make the splash image appear when using the script embed code.
Thanks,
Martin11 years ago in reply to: Problems with minify in footerHi Sergio,
1) We fixed the problem with logo. It was related to the issue with minify.
2) We also removed any jQuery() or flowplayer JavaScript references from the site HTML. It’s all done via wp_localize_script() now, like your minify experts recommend. Now there should be no more issues.
Please download the ZIP file here and then install: https://wordpress.org/plugins/fv-wordpress-flowplayer/
Thanks,
Martin11 years ago in reply to: Problems with minify in footerHi Sergio,
as our licensed user, I checked your site.
I see an error on your JavaScript console: “TypeError: window.initFlowplayer is not a function”
The function is called from within this JS file: https://….cloudfront.net/…//cdn.foliovision.com/fv-flowplayer.min.defer.js?v=2
It appears you are using some complex minify solution. That’s probably breaking it. Please let us know what exactly you use and then we can come up with some recommendation.
But in general – flowplayer.conf JavaScript gets adjusted in wp_footer hook with priority 100, that means after all scripts have been loaded (footer JavaScript gets outputted with priority 10).
However I see that we can improve this by using wp_localize_script() – standard WordPress API function. The problem is that we need to write directly into flowplayer object, but I now realize we can merge the localized variables into that. We can improve that and it should help, but I’m not exactly sure what you are trying to achieve here. If somebody is helping with your customized Minify, could you please confirm with them if wp_localize_script() will help?
Making the web work for you,
Martin
11 years ago in reply to: invalid security token with Jetpack commentsHello Matt,
I tried that out on our test site.
It doesn’t appear to be FV Flowplayer. However de-activating FV Antispam seemed to help, so there must be some problem there.
JetPack replaces the commenting system, so you probably don’t need FV Antispam with it, unless you have some Filled in forms which it also protects.
Thanks,
Martin11 years ago in reply to: Quality SwitchesHello Steve,
only the plugin files will be removed, you can confirm that by clicking “Click to view entire list of files which will be deleted” before deleting the plugin.
This is not us, it’s the standard WordPress procedure. Although I’ve seen some plugins remove their configuration during the deactivation process (or at least they used to).
Thanks,
Martin11 years ago in reply to: Quality SwitchesHello Steve,
it should work with HLS and RTMP. However I found the problem which caused your issues.
M3U8 was not put into the playlist properly. I fixed the mistake and rolled out the update onto WordPress.org, however without increasing the version number (as they don’t like if we have new updated too often).
To apply the update, first deactivate the plugin, then delete it and then install again. All your videos will be there, all the settings preserved, but you will get the fix.
Please let us know if it helps. You won’t have to re-do any of the playlist, just check if they work.
Thanks,
Martin11 years ago in reply to: Quality SwitchesHello Steve,
actually the mobile video feature won’t work with the playlists right now. Sorry about not realising that. I put in a note into the interface about this.
This is something we need to add – quality switching, best if it can happen while playing and if it can detect what internet connection are you on and pick the right bandwidth for the video. The biggest issue is the user interface, as it’s a lot of URLs to enter.
However HLS format supports various bitrate streams on its own. So your video provider should be able to create a HLS for you which will already have the different quality versions in it. We haven’t fully tested that though.
Thanks,
MartinHey Alec and Martin.. thanks you guys def have excellent support!!
So as I said in our last email I have re encoded our video as one piece so there are no more chapters.
I have links to different quality versions of the video in our site. Our HD-LOW versions use the RTMP and HLS urls and works fine. But I was trying to setup my mobile version using HLS and RTSP but I cant get them to work together in one player.. is that possible? I tried it with HLS in video input then mobile input with RTSP in video then mobile but both cant work together. Is there a way to get them to work together or will I need to create 2 links one to Android and one to IOS? I would rather have one link to mobile that could play both RTSP and HLS
HD 1280×720 RTMP/HLS
High 720×400 RTMP/HLS
Med 640×368 RTMP/HLS
Low 480×270 RTMP/HLS
tried this
*Mobile 320×180 HLS/RTSP* – different configs and doesnt work?
or can I only do this?
Android 320×180 RTSP
IOS 320×180 HLSthanks guys I just need to get this site open then I will work on re encoding with keyframes and do one version with variable bitrate stream
Thanks for the awesome support
SteveHello Steve,
to update the thread:
1) The playlists were improved, now you can enter all the formats for all the playlist items – including RTMP paths.
3) We will put in a RTSP fall back for the devices where it fits.
4) We are working on the lightbox.
Thanks,
MartinHello Wendy,
sorry about the delay, we put in the playlist improvements too. The version 2.1.48 is out and it should not have any more ghost RTMP connections.
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello Smith234,
we released the new version just now. It was delayed because of our improvements of the playlist system and interface.
Could you please let us know if it helped with your issue?
Tho get the playlist items on the right side, you can try to set the player alignment to left (either CSS or enable “Align” in Settings -> FV WordPress Flowplayer -> Post Interface Options), set it width to something lower than the content width and then the playlist items should show up there. It’s really just a matter of CSS, but we could include this as a preset as it’s attractive.
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello Smith234,
we are able to find a fix for the iOS 7 issue. It will be fixed in next release of FV Flowplayer (most likely tomorrow).
Thanks,
Martin11 years ago in reply to: Flowplayer won’t displayHello Mr. Shin,
are you using the latest version of FV Flowplayer? Is your player size set to the correct size of the video? What video format are you having issues with on what browser and what OS?
Thanks,
Martin11 years ago in reply to: How to remove commercial logoHello misplon,
sorry about the delay, our crossgrade form is here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/crossgrade
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello Smith234,
we plan to include some other good skins, but currently we are working more on improving the new features, like playlists or enabling a lightbox popup support.
We also offer a service of a complete styling of the player to fit your site.
Thanks,
MartinHello Derek,
thank you for the kind words, unfortunately the playlist only works with video files and not Youtube embeds.
We plan to add support for embeding Youtube in a chromeless player, then it should work with the playlist. However better Vimeo embedding will probably come first.
If this is important for your works and you can make a donation, we can accelerate the development.
Thanks,
MartinHello Derek,
are you getting the playlist fields when you insert or edit the shortcode? First turn this on in Settings -> FV WordPress Flowlayer -> Post Interface Options -> Playlist.
If you do, are you seeing playlist=”…” in the shortcode? Can you share your whole shortcode here? We won’t make it public.
Thanks,
MartinHello Wendy,
we have the new core code, so this will be released tomorrow or day after tomorrow.
Thanks,
MartinHello Steve,
1) it’s perfectly fine to have a bunch of players on one page, one for each chapter.
We need to figure out the playlist though. If you host doesn’t provide MP4, it means we need to make sure you can use RTMP in playlists and that requires some heavy-duty interface.
2) Also, are you going to have live video streams? If not, then your video host should be able to provide MP4s via HTTP. If you are worried about unauthorized downloading, you can always try Amazon S3 with secure file hosting which we support.
3) RTSP is not compatible with HTML5 players. You should be able to insert a normal link (a href) linking to the video and clicking that on Android should play it.
We will put that into our plugin – if you try to play a video on Android and there is a RTSP stream available, it will play that. However that won’t work with playlists either, as it will be the Android OS internal application playing the video and not the browser.
However I must say that while your RTMP stream played fine on our low end Android tablet (with latest OS), the RTSP doesn’t play. Perhaps it depends on the MP4 coded being used.
4) As a licensed user, we will contact you about the lightbox.
Thanks
Martin11 years ago in reply to: black line after playing video in ios safariHello Smith234,
I’m not seeing it on iPad OS 5.1.1. When I come back to homepage, I don’t see any weird border.
All I can see is a 1px left border on the video player. You can also try to set the Player Skin -> Canvas to match the background color of your site and see if that helps. This problem might be caused by using a splash image with different aspect ratio than the video.
If that doesn’t help perhaps you have some custom app installed. I’m also seeing some errors on iPad error console, so you should check these out.
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello Smith234,
If my suggestion about where to turn off the border didn’t helped, it must be something else.
I’m sorry, but I already posted you all the suggestions above. We can’t go further without that or having a look at your site (a screenshot, or a license required).
Thanks,
MartinHello Steve,
actually we will have to improve that in our plugin.
The playlist items follow the naming scheme on the main video item (keeping the same URL and only changing the extension), but that won’t work with RTMP. Sorry about not realizing that earlier today.
Thanks,
MartinHi Steve,
you can try to ask them if they are able to provide a HTTP link for the MP4 file.
The thing is that having RTMP + HLS covers all but the edge cases – like desktop users of browsers other than Safari or Chrome who don’t have Flash installed. But Youtube also requires that they install Flash, so it should not be a problem.
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello Smith234,
so it might be some CSS conflict.
You can use your browser developer tools to figure out element is in getting bad CSS from our plugin, although it’s not likely. Are you sure that it happens without out plugin? Does it happen with the default template?
Also, if you just buy our license, then we can have a look at your site directly and come up with a fix for the issue.
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello Smith234,
player border can be turned off in Settings -> FV WordPress Flowplayer -> Player Skin -> border.
However I don’t see how it can possibly affect your other pages after viewing the video. Are you sure it’s not there even if you don’t play the video at all and go directly to that different page?
Thanks,
MartinHello Steve,
1. So you entered your RTMP video information into the “RTMP Server” and “RTMP Path” fields.
Then you also enter the HLS video URL into the “Video” field.
That’s great, but if there is a non-Apple device/browser with no Flash, it still won’t play (like Google Chrome with no Flash installed). That’s why the warnings still shows up for you and that’s why you should also add the MP4 file distributed via HTTP as “Add another format” video.
I put a quick guide with screenshot here: http://foliovision.com/wordpress/plugins/fv-wordpress-flowplayer/user-guide#formats
2. If you place your editor cursor into the [fvplayer…] shortcode and hit the red “FV WP Flowplayer” icon above the editor screen (described in first step here), it should really read the information into the dialog (step 6. in the above link).
If it does not work for you that way, please let us know what other plugins are you using. Since you own our license, we can have a look at your site too.
Thanks,
Martin11 years ago in reply to: black line after playing video in ios safariHello 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 years ago in reply to: setting up RTMP server11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin11 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,
Martin