Forum Replies Created
-
-
10 years ago in reply to: Two Amazon S3 Buckets
Hello Marek,
there might be other factors. Here we use Amazon S3 bucket in Frankfurt and the other one in Sydney. Both use the same access key and it plays: https://foliovision.com/player/demos/amazon-signed-urls
Perhaps in your case you edited the user Policies to only allow access to the single bucket, or the buckets were created on different user accounts.
Thanks,
MartinHello Marek,
check our guide here for tips, the “First prepare your MP4 files – use the above parameters” slide gives you hints about what resolution with what bitrate should be used: https://foliovision.com/2014/05/video-wordcamp-presentation
Thanks,
MartinHello Marek,
please upgrade to FV Player Pro version 0.2.9.0.1. If you don’t see it in your plugin updates right now, you can just download the ZIP file from https://foliovision.com/edit from your account. Just deactivate and delete the FV Player Pro plugin and then install the new version from the ZIP file.
This version adds a check for the format of the CloudFront Private Key. After the upgrade check Settings -> FV WordPress Flowplayer -> CloudFront (Pro), under “Private Key:” it should say “Your Private Key file is present. Click to put in a new one.”
If it doesn’t then please check if your Private Key which you pasted starts with ”
BEGIN RSA PRIVATE KEY
” and ends with ”
END RSA PRIVATE KEY
“.This will determine if there is an issue with your configuration or the PHP on your server.
Thanks,
Martin10 years ago in reply to: Two Amazon S3 BucketsHi Marek!
Thank you for using FV Flowplayer!
If the bucket is create under the same Amazon AWS user, you should be able to use the same access keys for both.
Thanks,
Martin10 years ago in reply to: ver 2.1.2 start video mutedHello Chan,
check Settings -> FV WordPress Flowplayer -> Player Skin -> Default Volume. Enter “0.5” to decrease the volume to 50%.
I see that this could be changed to a sliding control to make it easier to use.
Thanks,
Martin10 years ago in reply to: Apple HLS support in FlashHello Chan,
unfortunately not yet.
We talked about this in our team though and for now we will only put in some fallback when HLS video is played on an HLS incompatible device (everything except iOS, Safari and recent Android).
Thanks,
Martin10 years ago in reply to: Show ads in playlistHello Angel,
FV Player VAST 0.3 was released. It solved the playlist issues for self-hosted as well as other videos.
We also improved the loading of midroll ads.
Thanks,
Martin10 years ago in reply to: YouTube videosHello Aris,
I had a quick look, since you are our licensed user. It appears to be a conflict with your theme – it probably uses some incompatible jQuery plugin or whole library.
Could you please try some other theme? You can just pick the “Twenty Fourteen” theme.
Future versions of FV Flowplayer will be less dependent on jQuery.
Thanks,
Martin10 years ago in reply to: YouTube videosHello Aris,
could you please post a link to your website where we can see the issue? We will be able to get this fixed at the start of next week.
Thanks,
Martin10 years ago in reply to: Show ads in playlistHello Angel,
please upgrade your site to FV Player VAST 0.2.15 (if you don’t see the update in your wp-admin right away, you can download the ZIP file or wait), it includes a fix for playlists. Demo can be seen at the bottom here: https://foliovision.com/player/demos/vast-vpaid-ads
I’m noticing some more bugs to fix though.
Also for YouTube playlist, we had to make these ad load only the first video. There are more bugs when loading the ad in between the videos, unfortunately.
Thanks,
Martin10 years ago in reply to: Show ads in playlistHello Angel,
thank you for your request. The playlist ads feature is on our list of things to fix.
The ads in loop sound a bit odd – are you sure your ad network will like that? Some ad networks might even be against ad autoplaying, while some clients want that.
Thanks,
Martin10 years ago in reply to: splash screen via video preloadHello Ed,
unfortunately we had to hold the update for autobuffering, as it was breaking certain FV Player Pro features, like YouTube embedding. We first need to make sure it all works together.
Thanks,
Martin10 years ago in reply to: Few key features not workingHello Michael,
could you please login to https://foliovision.com/edit and double check that you are using the correct key? There was a problem with our keygen.
Thanks,
Martin10 years ago in reply to: How to change player alignmentHello Ben,
sorry about the delay here.
The alignment to the left is supposed create the effect where the text flows around the player as you have noticed.
We are currently adding a setting which sets the player position:
* centered
* left aligned (with no wrapped text)This will solve your issue.
We just released version 2.3.12 which includes this feature, check Settings -> FV WordPress Flowplayer -> Player Skin -> Player Position.
Thanks,
Martin10 years ago in reply to: splash screen via video preloadHello Ed,
we are about to release a new version of FV Flowplayer which fixes the autobuffering.
However there is no such option to load the beginning of the video and show the first frame of it. It could be scripted, but there is no such option as per HTML5 video specs: http://www.w3.org/TR/html-markup/video.html
Thanks
Martin10 years ago in reply to: How to change player alignmentHello Ben,
sorry about the delay here.
The alignment to the left is supposed create the effect where the text flows around the player as you have noticed.
We are currently adding a setting which sets the player position:
* centered
* left aligned (with no wrapped text)This will solve your issue.
Thanks,
MartinHello flowtation,
2) Share and full-screen buttons not working – we are noticing no issues on Chrome 40.0.2214.111.
Do you see same issue on our homepage? https://foliovision.com
Are you using any browser extensions?
Thanks,
MartinHello flowtation,
2) Share and full-screen buttons not working – please let us know if you are logged in when you see these issues.
3) Skip button – we didn’t managed to fix this yet, as we have a team member down, sorry about that.
4) Site speed – have a look with this plugin, it will tell you what plugin is wasting the most resources: https://wordpress.org/plugins/p3-profiler/
Thanks,
MartinHello flowtation,
thank you for the report and the links.
1) Seeking in the video – works for me here: http://example.com/lets-be-cop-quality-normal/
Please let us know what browser you use. Best if you copy the user agent string from here: http://www.whatsmyuseragent.com/
Keep in mind that WebM format won’t play on Safar or iOS devices. You should be also providing the video in MP4 format.
2) Share and full-screen buttons not working – it works for me here: http://example.com/lets-be-cop-quality-normal/
Please let us know what browser you use and if you are logged in.
3) Skip button – the issue is related to subtitles. We will put in a fix. We are working on a new FV Player VAST version now, so hopefully we can make that today.
4) Also your website is very slow in EU. The HTML of your pages takes around 10 seconds to download. I can see similar issue when using tools.pingdom.com. Is the site is some kind of test mode?
Thanks,
MartinHello nocleats,
please check your PHP error log to see what kind of error is triggered. You can fit it on FTP in public_html/wp-admin/error_log or in the home folder in some logs directory – it depends on your web server.
It seems that you can also use WP_DEBUG_LOG in your wp-config.php file to achieve this: http://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG
Thanks,
MartinHello nocleats,
please check if you are using Settings -> FV WordPress Flowplayer -> Integrations -> Scan video length.
Are you using the Amazon S3 Protected Content? Please check if changing the Amazon bucket helps with this. Don’t forget to put it back afterwards to make sure you videos still play though.
Thanks,
Martin10 years ago in reply to: play vimeo HLS videosHello Paul,
thank you for the suggestion of a HLS player for non-Safari and non-iOS browsers.
However if you use Vimeo, you can use our integration which works with both Vimeo Plus and Vimeo Pro accounts. It uses Vimeo media URLs which are time limited, to it prevents users from downloading the videos as well.
Here’s how to set it up: https://foliovision.com/player/how-to-use-vimeo-pro
I see that using HLS might provide another level of pretection against download though, if that’s what you are after.
Thanks,
MartinHello Matthew,
we are fixing some last issue with the new version, hopefully we can finish these tomorrow.
Thanks,
Martin10 years ago in reply to: CloudFront video not playingHello Paolo,
our plugin would remove the <h3> tag automatically (as there should be no DIV element in H3), but since you are also using the [private] shortcode, this is not happening automatically. But we will have a look at improving this.
Thanks,
Martin10 years ago in reply to: Few key features not workingHello Michael,
could you please post the exact URL where we can see the issue?
Pleas also let us know what device you are using. Please let us know what exact “User agent string” you are getting here (use copy and paste into our forums): http://whatsmyuseragent.com
Thanks,
Martin10 years ago in reply to: CloudFront video not playingHello Paolo,
I checked your post with ID 542 (open it by going to http://your-site.com/?p=542
It was working, but the video was not showing up properly. I checked the text editing for that post and noticed that the shortcode is wrapped in like this:
<h3>[private][fvplayer src="..."][/private]</h3>
While there is no problem with [private] (it’s your membership plugin I guess) the <h3;> tag appears to be the problem.
I removed that one and now the video plays for me.
Thanks,
Martin10 years ago in reply to: CloudFront video not playingHello Paolo,
you need to be using the PK key. The filename is pk-{Access Key ID}.pem. The file needs to start with ”
BEGIN RSA PRIVATE KEY
” and it should be around 25 lines long.If you use the rsa-{Access Key ID}.pem file, then than one starts with ”
BEGIN PUBLIC KEY
” and is only 8 lines long.If you are not sure, then please obtain a new key pair. Follow the steps from here: https://foliovision.com/player/serving-private-cloudfront#keys
In step 3. which is “You have to create a new CloudFront key paid” you will be able to “Create New Key Pair”.
Then in step 4. you will see the window with buttons “Download Private Key File”, “Download Public Key File” and “Close”. You need to hit the “Download Private Key File” button, then open that file in a text editor. Also don’t forget to grab the “Access Key ID”, that’s the step 5. Then paste both into FV Player Pro settings – step. 6.
Thanks,
Martin10 years ago in reply to: CloudFront video not playingHello Paolo,
I had a look and you are using an invalid CloudFront Key. You are using “PUBLIC KEY” instead of “RSA PRIVATE KEY”. In next version of FV Player Pro we will put in some early warning for this. We will also improve the documentation.
I checked the other website. It appears you are using the correct key on that one.
Thanks,
Martin10 years ago in reply to: CloudFront video not playingHello Paolo,
the latest version works just fine on our website.
Can we get access to the websites to examine the issue? It’s hard to guess where the issue could be.
Also, you should not be configuring Amazon S3 in FV Flowplayer is you are using the CloudFront protection.
Thanks,
Martin10 years ago in reply to: CloudFront video not playingHello Miquel,
you should not need both Amazon S3 and CloudFront at the same time. Please only put in whats needed. Remember that both use simple string matching to determine if they should affect the URL in the player, so be careful here:
* https://foliovision.com/player/secure-amazon-s3-guide#keys -> Step 5. “If you are interested in the file protection” – what is in the “Amazon Bucket” field?
* https://foliovision.com/player/serving-private-cloudfront -> Step 6. “On your webpage go to Site Admin > Settings > FV PlayerPro > Scroll down to CloudFront (pro)” – are you using the right CloudFront domain?Could you please also submit the video using our video checker? https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
MartinHello jdmariano,
you are right about this. We only process this HTML with the_content filter.
If you want to enable this for any widgets, you can put this into your theme functions.php file:
global $FV_Player_Pro;
add_filter( 'widget_text', array( $FV_Player_Pro, 'lightbox_add' ) );If you want to use such HTML anywhere in theme, you can use:
`<?php echo apply_filters( 'the_content', '<a href="your-video.mp4">test</a>' ); ?>`
But that already makes it easier to use the shortcode:
`<?php echo do_shortcode '[fvplayer src="video.mp4" lightbox="true"]' ); ?>`
But I see that the shortcode doesn’t produce the text link to the video, so that might be the missing part here.
Thanks,
MartinHello jdmariano,
you are right about this. We only process this HTML with the_content filter.
If you want to enable this for any widgets, you can put this into your theme functions.php file:
global $FV_Player_pro;
add_filter( 'widget_text', array( $FV_Player_pro, 'lightbox_add' ) );If you want to use such HTML anywhere in theme, you can use:
`<?php echo apply_filters( 'the_content', '<a href="your-video.mp4">test</a>' ); ?>`
But that already makes it easier to use the shortcode:
`<?php echo do_shortcode '[fvplayer src="video.mp4" lightbox="true"]' ); ?>`
But I see that the shortcode doesn’t produce the text link to the video, so that might be the missing part here.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
FV WordPress Flowplayer 2.3.11 was released and it fixes this issue.
Thanks,
MartinHello Bruno,
FV WordPress Flowplayer 2.3.11 was released and it fixes this issue.
Thanks,
Martin10 years ago in reply to: FVplayer Default Splash ImageHello lucius100,
FV WordPress Flowplayer 2.3.11 was released and it includes this feature, see the changelog: http://foliovision.com/player/changelog
Thanks,
Martin10 years ago in reply to: Vimeo Channel SupportHello Steve,
we are doing some final testing here: https://foliovision.com/player/demos/vimeo-channel-support
Thanks,
Martin10 years ago in reply to: FVplayer Default Splash ImageHello lucius100,
we talked about this on our team and this feature will be added in one of the next version.
Thanks,
Martin10 years ago in reply to: Visual ComposerHello Malcolm,
unfortunately we have no experience with Visual Composer as it’s a paid plugin which we haven’t found use for it.
So you can only try to use that plugin and see if it works. Then we can have a look at your site (as you are our licensed user) to see what is preventing our plugin from cooperating with Visual Composer.
Thanks,
Martin- This reply was modified 7 years, 5 months ago by Alec Kinnear.
Hello Alec,
it’s not the word that matters. It’s the action which happens on the event of that name. In Flowplayer, unload event triggers the Google Analytics stats. And if that is blocked by Ghostery, it’s a fatal error. There should be a check if the Google Analytics function exists.
Thanks
MartinHello Bruno,
we use “unload” call when the lightbox is closed to make sure the video stops. However the Google Analytics tracking is bound to that event.
To fix the issue, we will stop using the “unload” call and just use “stop”.
Thanks
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
we were able to replicate the behavior by following the steps you posted. We found where the video playback stalls after the iPad Video app is used.
A safety check which retries the video playback in such case was put into the latest development version of FV Flowplayer. Please let us know if you still get the issue with the video on our homepage: https://foliovision.com
Thanks,
MartinHello Bruno,
big thanks for the videos!
Could you please play the video without lightbox first, checking if there are any errors, they play the video in lightbox and see if starting the lightbox video causes some error to appear.
I suspect that Google Analytics is failing for you. Are you using Ghostery or some other blocker of tracking scripts?
Thanks,
MartinHello Bruno,
now I don’t see any JS errors on your page.
It’s weird if you get into trouble in your Safari 7.1.
1) Do you see the same message on console when you just play some video which is not in lightbox and then start some other video which is not in lightbox?
2) Can you disable SCRIPT_DEBUG in wp-config.php? Here’s more about it: http://codex.wordpress.org/Debugging_in_WordPress#SCRIPT_DEBUG
3) Are you logged in into your Google account?
Thanks
Martin10 years ago in reply to: Full screen playback request for iPadHello Mark,
our website runs the latest development version of FV Player Pro which is not yet released. It brings Vimeo Channel feature, but we noticed this bug with quality switching which you described. We work on resolving that.
Thanks,
MartinHello Bruno,
1) Great that it works now, but there is no reason it should not work with Google Analytics enable for the videos. Could you please put it back?
2) Could you please disable the Minifying and see if you get the error now that you put back the Google Analytics tracking ID? I see that you excluded FV Flowplayer from minify, but other scripts may have some issues with it as well. Your site shows several JavaScript warnings.
Thanks,
Martin10 years ago in reply to: Full screen playback request for iPadHello Mark,
FV WordPress Flowplayer 2.3.10 was released and it uses native fullscreen mode of iPad (and actually any touch device get that now).
Thanks
Martin10 years ago in reply to: Full screen playback request for iPadHello Mark,
1) iPad Fullscreen – we had a look, discussed the pros and cons and we will use the native fullscreen for any touch device. That means iPad will use the entire screen for video when the fullscreen is toggled.
We will be releasing a new version of our plugin today or tomorrow. You can check the behavior on our website already.
Thank you for all the feedback.
Thanks,
Martin10 years ago in reply to: Full screen playback request for iPadHello Mark,
1) iPad Fullscreen – I tested this on iPad with iOS 5.1.1 and 7.1. The difference is that jwPlayer uses the device native fullscreen more. The advantage is that the interface is touch optimized, as you noted below.
Flowplayer just uses the web browsers full screen mode which on iPad doesn’t cover the entire screen and keeps the browser tabs visible. The advantage is that the player appearance doesn’t change. It can also use any overlays and so on, so if you have popup boxes appearing, it makes sense to use this.
But I see why you prefer that. We will also check iOS 8 and will make a decision if we want to use the native fullscreen mode for iPads. We already use it for Android, as it’s more compatible.
2) Fullscreen button and skins – I think our first step should be to make the controls bigger on iPad. We will discuss moving of the fullscreen button.
Also our Fullscreen button has shadow on it, so it is visible on white backgrounds: https://foliovision.com/site/wp-content/plugins/fv-wordpress-flowplayer/css/img/white@x2.png
3) Quality switching – the default can be adjusted by positioning the HD option as the first, just like in step 3. here: https://foliovision.com/player/switch-video-quality
We are still checking on the iOS 8 issue which you reported.
Thanks,
Martin10 years ago in reply to: Full screen playback request for iPadHello Mark,
1) iPad fullscreen – we will check this out, although I’m pretty sure that Vimeo works the same way.
2) Full screen button – the button graphic should have some shadow on it, we will doublecheck. We will fix the wp-admin-bar issue.
3) Quality switching – do you mean the Vimeo videos? For Vimeo videos iPad uses the provided HLS stream which has automated quality switching.
Thanks,
MartinHello Burno,
I found that the error is in the part which takes care of the Google Analytics tracking.
Could you please:
1) Remove the Google Analytics ID from Settings -> FV WordPress Flowplayer -> Sitewide Flowplayer Defaults -> Google Analytics ID? Let’s see if that changes anything.
2) Disable the JavaScript minify and combine for the site (what plugin are you using?). I’m not getting the same error as you. In fact, as soon as I create a copy of your site HTML on my computer, I no longer get the error.
Thanks,
Martin10 years ago in reply to: Vimeo Channel SupportHello Steve,
first demo of this feature can be seen here: https://foliovision.com/player/demos/vimeo-channel-support
We need to do some more tests (could you please have a look?) and then we will be releasing it.
Currently the default browser on Android doesn’t play the right video when you just open the page and hit some video thumbnail, it plays the video next to that.
Thanks,
Martin10 years ago in reply to: Vimeo Channel Support.
Hello Bruno,
thank you for these details, this will make the troubleshooting much easier. I’m seeing some similar issue in my Safari.
Thanks,
MartinHello Bruno,
thank you for the nice video.
I tried again and I’m no longer seeing the issues I described the last time. I can even close the lightbox.
Does it happen if the video is not using CloudFront? What if you just put up https://foliovision.com/videos/dominika-960-31.mp4 into the lightbox ?
Thanks,
Martin10 years ago in reply to: How to apply CSS to splash imageHello Sidney,
I believe this was answered here: https://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-remove-play-button-from-splash-image?replies=2#post-4621
Thanks,
Martin10 years ago in reply to: How to remove play button from splash imageHello Sidney,
you can use “.is-splash.flowplayer .fp-ui” and change the background-url CSS property for it.
Thanks,
MartinHello Amit,
it should be possible to just copy the file path. So in your above case, assuming it’s an RTMP stream (you haven’t posted the full metadata, we can’t check it without that), following should work:
[fvplayer rtmp="http://xxx.xxx.com:1935/live" rtmp_path="media_b181821_w1359884998.abst"]
Also, the bitrate is just 177, so it must be a very low quality stream.
Thanks,
MartinHello Bruno,
no luck yet. Notice, that the video can’t be paused either.
I tried to use the same configuration (CloudFront video, controlbar=”no” and splashend=”show”) here, but it works in Safari 7.1: https://foliovision.com/player/demos/cloudfront-download-protection -> Checking Safari 7.1 issues
There must be something with your theme or plugins. I’m noticing this JavaScript error: “ReferenceError: Can’t find variable: TB_WIDTH” in thickbox.js on line 280.
Could you try to use the WordPress theme preview function with the Twenty Fourteen template, find your page using search and see if it also fails on Safari?
Now I’m getting “Fehler beim Aufbau einer Datenbankverbindung”, is your server overloaded?
Thanks,
MartinHello Amit,
are your f4m files containing multiple quality streams? We could add a support for this, but would like to see some nice f4m stream for testing before we decide to implement this.
Thanks,
Martin10 years ago in reply to: Vimeo Channel SupportHello Steve,
we made some good progress on this. The loading is now much faster, it’s absolutely required if you have more than say 8 items in the channel. We need to fix it for mobile phones though.
Thanks,
Martin10 years ago in reply to: Vimeo Channel SupportHello Steve,
sorry about not getting back to you. This is getting done.
However we are facing some issues when the channel has too much videos in it which we have to fix – we have to improve the video loading for this to work efficiently.
Thanks,
Martin10 years ago in reply to: Have Audio, but no videoHello Mark,
the “Admin: Video Warnings” message should be clickable. Clicking it should bring up more details. If it doesn’t, there may be a CSS bug, although we haven’t had this issue before. Try to preview your site with TwentyFourteen theme, find your video there and you should be able to click the message.
You can also reencode your video, check our HTML5 video encoding guide: https://foliovision.com/player/encoding
Visual composer won’t affect the video checker. Is there any other bug you are experiencing?
Thanks,
Martin10 years ago in reply to: Have Audio, but no videoHello Mark,
please use the video checker: https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
Martin10 years ago in reply to: Youtube ads can’t be clicked/closedHello Sean,
thank you for the bug report!
This is not the intended behavior. It seems to occur for YouTube videos below < 468 pixel width. Please upgrade to FV Player Pro 0.2.9 which was released just now.
Thanks,
Martin10 years ago in reply to: Button with url at the end of the video?Hello Marek,
sorry about the delay, you need to use the popup function. We will improve its documentation, but the basics are here – put your HTML into the “HTML popup” field of the shortcode editor: https://foliovision.com/player/user-guide
If you don’t see it, make sure it’s enabled in Settings -> FV WordPress Flowplayer -> Post Interface Options -> HTML popup.
Thanks,
Martin10 years ago in reply to: Lightbox, Share buttons, Quality switchingHello Tim,
please post the video ID and URL on your website, so we can have a look. We won’t publish it here if you choose not to.
There is a chance that your video it only available in a single quality. I’ve seen some Vimeo videos like that.
Thanks,
MartinHello Bruno,
please let us know more about the issue.
What browser are you using? Are you logged in to the site?
I had no trouble with Safari 7.1 nor Chromium. The video plays and I’m able to pause/resume the playback, enter full screen and also close the lightbox.
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
we will have a look at the CloudFront issues with Amazon S3 Frankfurt, perhaps we need to do similar update to the URL signature code.
Thanks,
Martin10 years ago in reply to: TranslationsHello Bruno,
thank you for the suggestion, I’ll make a note of that, so that we target these messages.
Thanks,
Martin10 years ago in reply to: Bad Vimeo video names in Google AnalyticsHello Mike,
thank you for the bug report!
Please upgrade to FV Player Pro 0.2.7 – this was fixed. From now on the Vimeo videos will report as “Vimeo: {video name} ({video id})”.
That should cover your needs, please let us know how it works for you.
Thanks,
Martin10 years ago in reply to: TranslationsHello Bruno,
this is not currently supported by the core Flowplayer. However let us know which part you want to translate and we will have a look.
We should add it for the admin interface however.
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
version 2.3.9 which fixes the Amazon S3 Frankfurt region issue has been released. Make sure you select the proper region for your bucket, this information is required.
Thanks,
Martin10 years ago in reply to: Audio Player Skin not showing play buttonHello Richard,
the play button is not visible as your web server is serving the vector graphic with a wrong mime type.
You can put your SVG url http://richalmers.com/wp-content/plugins/fv-wordpress-flowplayer/css/controls.svg into http://web-sniffer.net/ to see that it’s served with “Content-Type” set to “text/xml”.
The correct mime type is “image/svg+xml”. You should be forwarding this request to your server technical support.
Also, the audio player was not responsive, but this will be fixed in the next release – hopefully today.
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
I had a look at your test domain and it appears you are using an old license key.
You should be copying the license key from your live site or https://foliovision.com/edit
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
CloundFront makes sure your files are distributed with maximum speed across the globe, the S3 bucket location won’t matter.
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
you should setup your CloudFront distribution for HTTP serving: https://foliovision.com/player/serving-private-cloudfront#cloudfront
Then you can use it to deliver the MP4 files (most important format) and WebM (second most important format). RTMP is just an extra if you don’t have your MP4 videos in the WebM format and want to server it better for users with Flash installed.
We are also close to fixing the Amazon S3 Frankfurt issue (AWS Signature Version 4).
Thanks,
Martin10 years ago in reply to: Audio Player Skin not showing play button10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
1) CloudFront can be used for both downloads (HTTP) and streaming (RTMP), so it will cover your needs.
If you encode your videos in MP4 (h264 codec) only, users of Firefox on Mac, Opera and other open-source browsers will play it using Flash. Flash doesn’t allow seeking in files served over HTTP, it requires RTMP to be able to seek. If you add your video also in WebM format, then these open-source browsers will play it fine without need of Flash.
In our AWS billing statement it says:
“$0.00 per GB data transfer out of US West (Oregon) to CloudFront”
So it appears the data served from S3 using CloudFront is only billed once it gets out of CloudFront to the public.
2) The license is valid for your domain and any of its subdomains. Your testdomain.our-domain.de will work.
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
thank you for the details.
I had a look at the error message and indeed – Frankfurt region only supports AWS Signature Version 4. So we will have to include that mechanism in our plugin. We may need to add another field into configuration which would hold the information about which region is used.
As a quick fix, can you copy your bucket into Ireland and setup you site that way? Or alternatively you can just set up the CloudFront distribution as well. Then you would only need the CloudFront keys and it’s a CDN, so it’s fast across the globe: https://foliovision.com/player/serving-private-cloudfront
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHi Bruno,
Sorry, I missed that fact. Please post the logins to support@foliovision.com or use Lastpass for increased security with martinv@foliovision.com guide is here: https://foliovision.com/sharing-sensitive-information
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
If you purchase our pro support then I can have a look using your logins today.
Alternative is that we suggest more troubleshooting to you – such as setting up a new bucket to avoid any hidden mistakes.
Thanks,
Martin10 years ago in reply to: Amazon S3 Frankfurt IssuesHello Bruno,
sorry about the delay here. What you describe is a weird issue.
If the videos play in your browser if you copy the URL, can you compare if you get the same URL in the page source HTML? The Signature may be different, but there should be no difference in % encoded characters or any blank space characters.
Thanks,
MartinHello Robert,
please upgrade to FV Player Pro 0.2.6 and that will fix the lightbox issue (thin line appearing instead of splash image).
Regarding the “Video not found” error – when loading your website, it sometimes takes a while to load or some HTTP request fail with HTTP 502 error. Are you sure your server is not overloaded?
Please let us know if we missed any other issue or if you have any other problem.
Thanks,
Martin10 years ago in reply to: Audio Player Skin not showing play buttonHello Richard,
so it must be a plugin conflict. Could you please provide a full list of your plugins?
Thanks,
Martin10 years ago in reply to: Audio Player Skin not showing play buttonHello Richard,
it appears that there is some plugin conflict or the skin CSS saving is not working.
1) Could you please try to re-save the plugin settings?
2) If the above doesn’t help, can you add this code into your theme functions.php file and see if it helps?
add_filter('fv_flowplayer_css_writeout', '__return_false');
Thanks,
MartinHello Anna,
please try Settings -> FV WordPress Flowplayer -> Sitewide Flowplayer Defaults -> Prefer Flash player by default. If all of your videos are provided using RTMP, then everybody will need Flash, but the mobile video will still work for HTML5 only users (iPad, iPhone, Android…, users without Flash….)
Thanks,
Martin10 years ago in reply to: Amazon S3 signed URLs not workingHi nate,
could you please check the user in https://console.aws.amazon.com/iam/home -> Users?
Please click the user to get the details, then check if you use the right Access Key. Also the User Policies should include:
“s3:Get*”,
“s3:List*”and
“Effect”: “Allow”,
“Resource”: “*”Please let us know how it goes.
Thanks,
Martin10 years ago in reply to: Flash fallback not working in IE8Hello Nikola,
unfortunately your website doesn’t load for us. Perhaps adding html5.js will help? https://foliovision.com/player/installation#html5js
It works for us on our homepage: https://foliovision.com
Thanks
Martin10 years ago in reply to: Vimeo Channel SupportHello Steve,
unfortunately we haven’t made it for today, hopefully we can work on it next week, as then I’m leaving for a holiday until new year.
Thanks,
Martin10 years ago in reply to: Logo Not ShowingHello Joe,
I’m glad it’s solved now.
Please let us know if there is anything else. We are working on some interesting new features now.
Thanks,
Martin10 years ago in reply to: Logo Not ShowingHello Joe,
sorry about the inconvenience. I had a look and your license is on account with login andym and email mary.marks@sopheon.com.
Can you access that account, or should we merge it with your current account?
I had a look an I do see the logo here though: http://www.sopheon.com/mitigating-risk-high-tech-npdi/
Could you please let us know if you were able to solve the issue and what it was?
Thanks
Martin10 years ago in reply to: cloudfront streaming distributionHello Miguel,
I’m glad that we could be of assistance and that it finally works for you!
I think this is documented in https://foliovision.com/player/serving-private-cloudfront -> Summary – Practical example -> 4. The mapped domain has to be used it the video URL, I think that makes sense.
Please let us know if you see any way of simplifying this.
Please also double check that you are not using Settings -> FV WordPress Flowplayer -> “Amazon S3 Protected Content” for this.
Thanks,
Martin10 years ago in reply to: cloudfront streaming distributionHello Miguel,
could you please provide some of your post URLs (we don’t have to publish it if you choose not to), so that we can have a look?
Thanks,
Martin10 years ago in reply to: cloudfront streaming distributionHello Miguel,
did you installed your CloudFront just now? Perhaps it takes a while until the stats are available as it uses “day” as a basic unit. On our account can see these stats in https://console.aws.amazon.com -> CloudFront -> Usage.
Thanks,
Martin10 years ago in reply to: Vimeo Channel SupportHello Steve,
if things go well, we should have a first demo by the end of this week. It’s hard to predict now that the end of the year is coming.
Thanks,
MartinHello Robert,
could you please check if you are not using some custom theme for the browser, or if the zoom level is set to 100%, or if there is any browser extension which could cause this?
Thanks,
Martin10 years ago in reply to: Quality Switching issues in FirefoxHello David,
the Firefox video messages are fine, it basically tells you that Firefox won’t play MP4 in HTML5 mode. Firefox on OS X doesn’t support it.
Could you please check if the second video here plays for you and the quality switching works? https://foliovision.com/player/demos/flowplayer-quality-switching
The latest version of FV Player Pro is 0.2.3, are you not seeing the update?
Could you please send us your exact URL where we can see your issue?
Thanks,
Martin10 years ago in reply to: Quality Switching issues in Firefox(moving some posts here)