Forum Replies Created
-
-
Hello Edgar,
why did you decide not to use the FV Player lightbox function? This way it’s just more complex. Although I see that with Essential Grid you are able to load each item with Ajax.
Please try to disable the dragging or touch destures for the lightbox and it should work.
Thanks,
MartinHello Deewin,
please enable Settings -> FV Player -> Sitewide FV Player Defaults -> Controlbar Always Visible and then the controlbar will always appear.
To make sure the play button shows up over the video when it’s paused, please read our CSS tip here: https://foliovision.com/player/advanced/css-tips-and-fixes#play-icon-paused
Thanks,
Martin5 years ago in reply to: iOS Deivces Video Loading IssueHello Desi,
do did that fix the issue?
If it’s still loading twice I think the issue remains, as loading jQuery the second time causes some of the hooks from the first instance to stop working.
Thanks,
MartinHello saruti,
unfortunately your picture didn’t make it through.
Are you saying there is no red FV Player icon above your post editor? You can see how it looks like here: https://foliovision.com/player/basic-setup/start-up-guide#insert-videos
If you are using Gutenberg, you need to use the FV Player block.
Alternatively you can post your player at wp-admin -> FV Player, then copy the shortcode from there and paste it anywhere you need it to be. Since it’s a standard WordPress feature, almost every editor does support it.
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
FV Player Pro 7.4.20.727.beta is out and it fixes the issue. Until now when the recovery routine had to fix video with error in playlist, it would always add a new copy of recovery routine. So if the first video had to be recovered and then 5th video had to be recovered too, it would recover both at the same time – thus sometimes going back to playing that first video.
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
what is the location of the S3 bucket and what is the user location? If the bucket is in one of the USA AWS datacenters and the user is in Europe or Asia, there is a bigger chance of issues like this.
Although it shouldn’t certainly go back to the first video. I’ll test that carefully now.
We had a bad week – one of the video membership websites which we worked on had a ton of similar issues with encrypted HLS streams. The CDN would fail to pull the video files from the origin server for user in Europe and Asia. We even deployed a secondary backup CDN for these visitors.
But then it turned out there was some issue with routing which was outside of reach of our CDN and VPS providers and once it got fixed, all the issues just disappeared.
What I’m saying is that if your are reaching global audience, you should by using CloudFront together with S3. It does come at a higher price though. A much cheaper option is BunnyCDN, which can pull from S3 buckets using signed URLs. It’s also easier to setup, although we don’t have a guide for such combination (AWS S3 as file storage and BunnyCDN for delivery).
Thanks,
MartinHello Deewin,
please let us know how are you creating these HLS streams if you have a moment. I only found some tutorials which used the command line ffmpeg: https://docs.peer5.com/guides/production-ready-hls-vod/
Thanks,
Martin5 years ago in reply to: HTML5 error after adding SSL to siteHello Arthur,
please check your videos without our video checker and let us know what you get: https://foliovision.com/player/basic-setup/how-to-use-video-checker
It seems to me you must simply be linking to your videos using http:// and that’s no longer working on https:// enabled websites in new Chrome and perhaps even the other browsers.
Thanks,
Martin5 years ago in reply to: iOS Deivces Video Loading IssueHello Desi,
as we were fixing some iOS issues lately I checked to make it’s not related to our fix.
It’s not, you are loading jQuery twice on your website, there is https://code.jquery.com/jquery-latest.min.js and https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js – that could cause issues like this.
You should be getting that as a warning when you do step 4. from this guide: https://foliovision.com/player/basic-setup/installation#minify
Thanks,
Martin5 years ago in reply to: how to add Ads when play youtube video!Hello xiaoyuhsj,
as it says in the Ad Sense Help -> Video publisher policy guide:
Publishers cannot use interactive media ads products to monetize YouTube-hosted content. For YouTube content, publishers must monetize through the YouTube Partner Program.
— https://support.google.com/adsense/answer/3522024?visit_id=637230205771023634-1481022754&rd=1
Thanks,
Martin5 years ago in reply to: Protecting Videos With DRM TextHello Federico,
actually I tested this feature on white background and it worked fine. Could you please send a screenshot of the video where it wouldn’t be visible? If the whole video would be gray, then indeed it would be extra hard to spot.
Thanks,
MartinHello Deewin,
I will have to check your feature request with Alec. Yesterday I could imagine this as an useful addition, but now it seems to me it will just make FV Player code more complex, while we are working on improving the workflow for HLS encoding, which makes this quality switching feature less interesting.
We could do it as a custom programming job for your website, but we would have to guareantee it will keep working, so it’s really not that easy.
Thanks,
MartinHello Deewin,
we could make it so that you would input the sources like this:
https://my-streaming-server-1.com/course-1/lessons-1-hd.mp4
https://my-streaming-server-2.com/course-1/lessons-1-sd.mp4
https://my-streaming-server-3.com/course-1/lessons-1-mobile.mp4And then FV Player Pro would know how to offer these different files as different video qualities. While currently if you enter
https://my-streaming-server-1.com/course-1/lessons-1-hd.mp4
And enable Quality Switching, it expects to find:
https://my-streaming-server-1.com/course-1/lessons-1-sd.mp4
https://my-streaming-server-1.com/course-1/lessons-1-mobile.mp4It’s possible to improve this, but it adds a fair amount of complexity to our code.
The solution which I would recommend for you is that if you have to use different servers for video streaming, then keep all the video qualities on that same server.
Also, perhaps you can find a free tool to encode video into HLS streams. FFmpeg can do that for you for sure, but it’s a command line which not everybody can use (while others prefer it). You can host a HLS stream anywhere you like, you don’t need any special server or CDN for it. And on top of that you would be able to get quality switching with that even in the free FV Player.
Thanks,
Martin5 years ago in reply to: Timeline Previews in FV Player ProHello Kristin,
at this point it’s there to serve our upcoming FV Player Coconut plugin. With that plugin you pick your video from your Amazon S3 or DigitalOcean Spaces bucket and have it encoded, encrypted and stored in the bucket of your choice, all in single step. It also generates these timeline previews.
But we will have a look if other video encoding services could create the timeline previews in the same format.
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
FV Player 7.4.19.727.beta is out. To get it please first switch the plugin to Beta and then you will be able see that upgrade available.
We have increased the AWS S3 link timeout to a safe value for your long videos. We can improve it to use the actual video length.
There are times when our crutch will still be used – such as if the user puts the iPhone to sleep and then wakes it up couple of hours later. Unfortunately the HTML5 video playback on iOS has it’s culprits, which is what has forced us to create this kind of crutch.
Thanks,
Martin5 years ago in reply to: chat for FV Player?Hello Iggy,
we have used the Rocket.Chat without any issues.
The question about a chat plugin to provide the features which you mentioned is pretty wide, which is why Juraj never got back to you. Did you found any plugin like that and did you run into issues when using it with FV Player, or do you just wonder how to put it over the video?
Thanks,
Martin5 years ago in reply to: edge gives black screenHello Willem,
I tried to play our encrypted HLS stream at https://foliovision.com/player/demos/encrypted-hls-stream with Edge 18 on Windows 10 which appears to be what you used and I could see the picture without issues.
I also tried with Edge 80 as well and it did work properly as well.
Please check if have enable Settings -> FV Player -> Integrations/Compatibility -> “Enable HLS.js” enabled. It’s on by default and it seems it would be better to remove it as we never head from anybody who would like to disable it.
If that won’t help, then please test with some default WordPress theme, such as TwentyTwenty and see if the issue is still there.
Thanks,
MartinHello Deewin,
I see, when you enter 0 for Bottom Margin it thinks it’s empty end puts in the default value.
We have prepared a fix for this for the next FV Player release.
To get the fix right now you can reinstall FV Player from this ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the FV Player plugin you are currently using. No data nor settings will be lost. You can replace it with FTP too.
Thanks,
Martin5 years ago in reply to: VAST License Validity. Need ClarificationHello Deewin,
after years of developing and maintaining both plugins we can see the different amount of work required to keep these plugins working. This is also reflected in the renewal price. If you renew the FV Player license before it has expired, you only pay 1/3 of the license price, not many paid WordPress plugins offer such deal.
If you choose to not renew FV Player it keeps working, you can keep using your custom logo and the Pro features, but we cannot guarantee everything will keep working in the new browsers (like that time when Chrome stopped video autoplay for first-time visitors) or operating system versions (mainly iOS, Android).
Thanks,
MartinHelllo Deewin,
I see that we could improve the quality switching to work the way you described. We already have multiple slots for different video sources, so we could make it work if each quality would match on of these quality prefixes, like -hd, -sd or -mobile. Making it totally independent would be a bigger project.
However a HLS stream is a much more robust way of streaming video and currently we are mostly working on allowing a simple workflow for video posting which will include real stream encryption.
The obsfucation of video URLs in the source code could work, it would be a handy feature. These URLs would still have to be decoded somewhere, but even if it happens in JavaScript it would make it so much harder to just parse the HTML for the video links.
What I would recommend instead of that would be to restrict the referrers on your video hosting servers. That way you can block anybody who might try to hotlink your video.
Thanks,
Martin5 years ago in reply to: VAST License Validity. Need ClarificationHello Deewin,
I’m sorry, but you were given incorrect information. Normally we talk about these issues in the office, but currently our team is working at home.
Due to the complexity of VAST ads we cannot guarantee it will work if you let your license and updates expire. So once the license is expired, so is the ad serving.
Please let us know if you have any other question about FV Player VAST.
Thanks,
Martin5 years ago in reply to: 2014 playlist captionsHello Binson,
I’m sorry that this took so long, but the fix has been prepared for the next release.
To get the fix right now you can reinstall FV Player from this ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the FV Player plugin you are currently using. No data nor settings will be lost. You can replace it with FTP too.
Thanks,
MartinHello Deewin,
please use Settings -> FV Player -> Skin -> Bottom Margin. You will first haev to switch the skin to “Custom”, which you already did it seems.
Thanks,
Martin5 years ago in reply to: File Not Found with ChromeHello Miles,
please check that “Mixed content” warning at the end of that video checker message. You need to link to your video using https://
I see we should be shortening that video URL in that popup and change this kind of Mixed content message from a warning to a full-blown error as it’s so important for Chrome now.
Thanks,
MartinHello kambiumdt,
please try to append #.m3u8 at the end of the video URL to see if it helps.
Otherwise please use our video checker to submit a report of the video: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
weI have worked on fixing this – it no longer jumps to the start of the video for a second when recovering.
You can test here: https://foliovision.com/player/demos/amazon-signed-urls#fvpexpirelow Play the video for 5 seconds and then seek into unbuffered position and you will get a smoother behavior.
Although the error message still blinks for a fraction of second.
I see that “that start of video blinking for a second” issue should be improved for the Quality Switching too.
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Helllo Max,
yes, it helped. Now I was able to enjoy the videos without any distractions or chaotic error messages.
If you are serious about your video, you should consider using a CDN for your videos – to make them fast to load across the globe. For example the In With The Out video was very slow to load. It took a minute to start. It appears it was a temporary issue due to some network conditions, but that’s what a CDN would avoid.
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Max,
I see you are using FV Player 7.4.14.727. I was able to reproduce the issue, using Safari on iPhone with iOS 13.3.1.
When I load your page I can sometimes see errors like “The network connection has stalled” in the browser debug console, it sometimes causes even the video splash screens to not load. So perhaps your website host doesn’t like you to host large files on it and it triggers these errors.
But I was able to play the videos through without interruption, it would “only” popup that message about video stalling basically every second.
Please upgrade to FV Player 7.4.17.727, which was released yesterday. It uses a better way of detecting a video which stops loading half-way through for iOS.
Hello Kristin,
that fix will have to be in FV Player Pro, we will work on that.
Thanks,
Martin5 years ago in reply to: Access Playlist datas programmaticallyHello teli86,
please check https://foliovision.com/player/advanced/player-database#php I did provide some basic examples for now.
Thanks,
Martin5 years ago in reply to: preview not showingHello Daniel,
FV Player 7.4.17.727 has been released and it includes that fix which we created.
Thanks,
Martin5 years ago in reply to: Remember Video PositionHello ucuzakurs,
FV Player 7.4.17.727 has been released and it fixes the issue.
Thanks,
MartinHello Michel,
we have built a plugin for this, but then Vimeo has blocked 3rd party players from playing these live streams.
So the way it works is that while the stream is live it’s showing as a standard Vimeo iframe and when the stream is not live anymore and it gets archived it embed with FV Player propery: https://foliovision.com/downloads/fv-player-vimeo-live
Thanks,
Martin5 years ago in reply to: Remember Video PositionHello ucuzakurs,
we are working on fixing this. We discovered the issue last week only. It’s affecting Google Chrome.
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
we can improve that video reload to not show first few seconds of the video at the start.
We can also detect long videos and use longer video link TTL on them to prevent this issue as well.
Thanks,
MartinHello Leland,
your website is loading about 100 scripts on that page, so it’s not possible for me to just have a look and figure it out.
Please try to preview your theme using some standard WordPress theme, such as Twenty Twenty. If you only use the preview your live website won’t be affected. You will just have to use the menu in that preview to navigate to some post or page with a video in lightbox.
Or perhaps there is some plugin which is also creating some lightbox effect? Can you have a look and disable that?
We can continue giving your troubleshooting steps, or if you prefer to have this fixed with priority, we are happy to have a look, just order our Pro Support: https://foliovision.com/pro-support
Thanks,
MartinHello Jp,
please install Twenty Twenty theme and preview the website with it. Your live website won’t be affected. You will just have to use the menu in that preview to navigate to some post or page with a video.
Another thing to try is to enable your browse JavaScript console (usualy Ctrl + Shift + J, or check instructions for your browser here: https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis ) and reload the page. Then see if there are any errors on that console.
I’m not sure what could be giving you “Domain Unable To Connect” error. Is that some plugin, or does the web browse give that back?
Thanks,
Martin5 years ago in reply to: Player doesn’t work: Javascript warningHello Jose,
you said:
I’ve seen the website and the basic solution is “change theme”, witch is not possible.
You don’t have to absolutely change the theme, you can just install Twenty Twenty and preview the website with it. So your live website won’t be affected. You will just have to use the menu in that preview to navigate to some post or page with a video.
Another thing to try is to enable your browse JavaScript console (usualy Ctrl + Shift + J, or check instructions for your browser here: https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis ) and reload the page. Then see if there are any errors on that console.
Thanks,
Martin5 years ago in reply to: License doesn’t workHello Enrico,
unfortunately just like that response says – the license you are using is indeed expired.
Thanks,
MartinHello Petr,
what I see is that when you play the video the player gets broken – the video box jumps out of the player and there it stays in the loading phase forever.
I noticed your website uses MooTools and I remember there was some conflict between Flowplayer library which we use and MooTools. It seems to come from this plugin: https://wordpress.org/plugins/enlighter/
We use WP-GeSHi-Highlight and it works well: https://foliovision.com/player/advanced/api-programming
Thanks,
MartinHello Kiran,
what Juraj means is that if you don’t use Cloudfront with the S3 bucket which contains a HLS video from MediaConvert you have to make sure the files are stored with the public permissions, see steps 21 and 22 below the “File permissions” heading here: https://foliovision.com/player/securing-your-video/mediaconvert-encrypted-hls-guide
Also, the guide mentions “please be aware of the fact that every steps about download protection or privacy need to be skipped” and I can see you are using the signed URLs. But once the video files are made public it should not matter.
Thanks,
MartinHelo Leland,
I tested with iPhone with iOS 13 and the YouTube video in lightbox works for me here: https://foliovision.com/player/demos/fv-flowplayer-lightbox
But I did run into that issue on your website.
Could you please try to play some YouTube video that is not in lightbox and let us know if that will work?
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
thakn you for the video. It appears the video did recover once you hit that reload button. I understand that it’s far from ideal, but since iPhone won’t report any video error for an expired AWS S3 link, there is not much we can do.
What would really help would be if AWS S3 could be configured to return a HTTP 404 error for an expired link, rather than HTTP 403. That way iPhone would surely detect the issue. But I checked Cloudfront and BunnyCDN, both of which can work with S3 and they both return HTTP 403 when the signatue is expired.
—–
I have worked on fixing this – checking some of the less documented iOS Safari video events and putting together something that does:
1) reload the video path if the signature ran out of time while watching the video as it was progressing
2) relaod the video path if you seek into an unbuffered path and the signature is expiredAnd there is no user interaction required.
You can test that new version using iPhone on https://foliovision.com/player/demos/amazon-signed-urls#fvpexpirelow
You can also download the new plugin version with the fix here: https://github.com/foliovision/fv-wordpress-flowplayer/archive/294-ios-403-recovery.zip
Thanks,
MartinHello Edward,
I would say let’s have a look again when the new FV Player Pro version is available.
Thanks,
MartinHello Oluwajoba,
does VideoPress used HLS format? I noticed such problem with some of the HLS streams when playing in browser like Firefox or Chrome on a desktop computer – it hs to use the HLS.js to play as these browser don’t support HLS natively and it has some minor issues like that with some of the streams.
Thanks,
MartinHello,
if you buy without logging in, we use the email address provided by PayPal to setup the user account for you. Perhaps that’s the reason.
Now we moved the license and the payment to your current account, so you can find everything on https://foliovision.com/my-license
Please let us know if there is anything else.
Thanks,
MartinHello,
we found that email, there is a screenshot of your https://foliovision.com/my-license page where you can see the “Download FV Player Pro” button.
Also check our FV Player Pro guide here, you don’t have to download the ZIP file by hand: https://foliovision.com/player/basic-setup/installation/pro-extension
However that license is on the co…..mt@aol.com email address.
Please let us know if there are still some issues.
Thanks,
Martin5 years ago in reply to: remove now playingHello Ratve,
this thread is starting to be quite long. How many of these issues do you get when using Twenty Twenty or some other default WordPress theme?
You also said “further if one click on this white space, automatically swicth player next song. We would remove this white space and this automatic switch on.”. This issue was fixed in FV Player 7.4.9.727, see this not in changelog:
“Bugfix – invisible menus trapping click events below the player on mobile”
Did you do any modifications to the CSS which could prevent our fix from working?
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
please check if you have enabled Settings -> FV Player Pro -> Hosting -> Amazon S3 Protected Content -> “Amazon S3 Ajax (Pro)”.
Then clicking that reload arrow below the “Video loading has stalled error, click to reload” message will fix the video playback.
I see that setting should just be enabled by default for Pro users as that’s what can keep the video playing even if the link times out. You can try that on this special link where the S3 link expiration was set to 5 seconds: https://foliovision.com/player/demos/amazon-signed-urls#fvpexpirelow
Play the video and let it play for at least 5 seconds and then seek into the unbuffered part of that video. You will see that it fails to seek, but recovers and continues playback.
However I see the issue on iPhone – when you seek into an unbuffered position of video, it refuses to report any playback error if the HTTP response code is 403 – which is the case of an expired link to Amazon S3. That’s why we check how the playback is progressing and if it’s not progressing for too long, we do show that error message to allow people to recover the playback.
How long are your videos? I wonder why they won’t be fully buffered if the user watches it for 15 minutes.
Thanks,
Martin5 years ago in reply to: FV Player not playing YouTube vids on MobileHello Bruce,
you can’t download it as the license has expired. I see it would be better to offer the last version available when the license expired.
I extended your license until tomorrow, so you can also renew it at a reduced price too.
Thanks,
Martin5 years ago in reply to: Trouble with Let`s encryptHello kambiumdt,
it’s strange that the Video Checker doesn’t show up for you.
What about when you edit the video using step 6. from this guide? https://foliovision.com/player/basic-setup/start-up-guide#insert-videos
Also, do you see any errors on browser JavaScript console when you try to play the video? Here’s how to enable that console: https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis Once you open that console, reload your page and try to play the video please.
Thanks,
Martin5 years ago in reply to: License doesn’t workHello Enrico,
what Juraj failed to mention is the step number zero:
0. install this plugin https://wordpress.org/plugins/log-http-requests/
Please let us know how your troubleshooting goes.
Thanks,
MartinHello Leland,
please provide a link to the page where we can see the issue. We had one more report like this, but it was with FV Player Pro 7.4.15.727 – the older version without the fix.
Thanks,
Martin5 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
it doesn’t have to be so complex as what Juraj is asking for – please just let us know what iOS version your users were using and if it happens in the Safari browser. That’s all we need to know.
But I’ll already prepare a test for this. ‘ll let the video URL expire after 1 minute (rather than 15 minutes). That will make it easier to reproduce the issue and figure out if there is anything wrong.
Thanks,
Martin5 years ago in reply to: FV Player not playing YouTube vids on Mobile5 years ago in reply to: FV Player not playing YouTube vids on MobileHello Bruce,
the issue was fixed in FV Player Pro 7.4.16.727.
Since you are removing the query string versions, you might not get the updates file because of browser or CDN cache. Although WP Rocket does that properly – it makes the version number part of the file URL. So it should work fine.
Thanks,
Martin5 years ago in reply to: FV Player with Ajax-based Wordpress themes?Hello David,
will enabling Settings -> FV Player Pro -> Integration/Compatibility -> Load FV Flowplayer JS everywhere fix the issue?
If not, is there any JavaScript event your them triggers when it loads content with Ajax? If you know how to add JavaScript hooks, you can call fv_player_load() on that event, similar to this:
<script> window.almComplete = function(alm){ fv_player_load(); }; </script>
Thanks,
Martin5 years ago in reply to: preview not showingHello Daniel,
we have worked on simplifying the preview code, perghaps it will help with your issue.
Please try to reinstall FV Player from this ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/130-simpler-preview-code.zip To do that you will have to first deactivate and delete the FV Player plugin you are currently using. No data nor settings will be lost. You can replace it with FTP too.
Thanks,
Martin5 years ago in reply to: Trouble with Let`s encryptHello kambiumdt,
Let’s Encrypt doesn’t work on bar IP addresses: https://community.letsencrypt.org/t/ssl-on-a-ip-instead-of-domain/90635
So VLC is probably ignoring the certificate errors.
Thanks,
Martin5 years ago in reply to: How to set Amazon S3 expiry link in seconds?Hello anshbhawnani,
currently such configuration is not supported. Technically it’s possible, but we would have to prevent seeking into unbuffered part of the video or let is obtain a fresh video URL using Ajax when doing such seek in video.
Also, some users on slow mobile networks might wait more than 5 seconds before the video starts loading, so they wouldn’t be able to play it at all. This could be the case on some websites which use too much ads.
On top of that there are some other video downloading tools which wouldn’t be stopped by this.
Thanks,
Martin5 years ago in reply to: FV Player Pro sticky is sticky – sort off…Hello Andrew,
I found that the issue is caused by the uk-fade-scale-02 CSS animation. Please try to disable any animations for the element where the player is placed in and it will work.
It seems you are using some fancy theme, so hopefully it has a setting to disable the animation of the element.
Thanks,
Martin5 years ago in reply to: preview not showingHello Daniel,
I have seen this issue before. It was not clear to me why it occurred, but when I think about it we load too much of the page template to get that preview.
So perhaps the solution is to bypass the WordPress theme for these previews completely. We will look into it.
Thanks,
MartinHello guitarravia,
we added some recommendation on what CSS to use here: https://foliovision.com/player/advanced/css-tips-and-fixes#popup-cover
Please make sure you also read the introduction to that documentation page. It tells you how to really make sure your CSS rules take priority.
Normally the popups have some margin at the bottom to make sure the player controlbar stays visible and also some spacing at the top to leave the share bar visible.
Thanks,
Martin5 years ago in reply to: Mpeg Dash problemPlease see if remembering the video position causes the issue again. Perhaps we can improve the way it seeks – maybe it seeks too earily, before the video was properly initialized? For example on mobile we can only seek after the first 1/4 of second or so has played.
Thanks,
Martin5 years ago in reply to: Mpeg Dash problemHello Daniel,
I did get the issue once today on the “Dark side of the earth” video here: https://foliovision.com/player/demos/interactive-transcript Reloading the page did fix the issue and it didn’t occur again.
Thanks,
Martin5 years ago in reply to: Facebook browser failsHello Deborah,
I checked https://guitaranimal.com/ with mobile emulation, just to get some idea and I can see the error. It’s a YouTube video and it suffers from a bug which occurred due to YouTube API changes.
We have fixed the issue with FV Player Pro 7.4.16.727, which was released on 2020/03/19.
Thanks,
MartinHello Manfred,
it appears some plugin or (more likely) your theme is using this script to animate the page when you open some link: http://git.blivesta.com/animsition/
It’s somehow picking up the fullscreen event.
Perhaps you can try to remove the respective file from your theme for a test and see if it helps.
Thanks,
Martin5 years ago in reply to: API Portofolio issueHello Nicola,
thank you for the bug report, FV Player Pro 7.4.17.727.beta released now will fix the issue.
We did refactor the Vimeo portfolio code for background processing, so that the pageloads are not slowed down by API calls. But we did make a mistake in the Vimeo portfolio link detection.
But now it will work as expected.
Thanks,
Martin5 years ago in reply to: Add custom headers to HTTP RequestHello anshbhawnani,
you can either use the HLS encryption, as provided by FV Player Pro, or figure out how to use Apple FairPlay together with it.
We are also preparing a Coconut.co integration with FV Player which will make posting encrypted videos easy, unlike the complex AWS workflows which we support in FV Player Pro.
Thanks,
Martin5 years ago in reply to: Add custom headers to HTTP RequestHello anshbhawnani,
this is unfortunately not possible. It might be if you use Media Source Extensions, in which case you can just use HLS streams and play them with HLS.js which lets you do this.
However you are out of luck on iPhones, as that one doesn’t support MSE.
Thanks,
Martin5 years ago in reply to: Protecting Videos With DRM TextHello Federico,
if we add an option for this, it must be done in a way that a slightly experienced web developer won’t be able to adjust the color by using the browser developer tools.
If we let you know where to change it, it must be done in a way that won’t be reverted when the plugin gets updated.
So this is not trivial. I’ll keep thinking about it and once I have something I will check it with Alec.
Thanks,
Martin5 years ago in reply to: API Portofolio issueHello Nicola,
please provide an export of the player which is using that video file.
Or are you having issues tracking it down? Then set Settings -> FV Player Pro -> Pro Features -> “Debug” to “Verbose”. Then after a while the debug log file which is revealed once you click the three dots after that setting should contain some clues about there is that bad video/portfolio.
Thanks,
MartinHello Edward,
I tried to check the changelog and it just worked. It appears something must be wrong with your FV Player Pro, perhaps there is a file missing (although could fv-player-pro/fv-player-pro.php be missing? I don’t think so, without it the plugin wouldn’t load at all), or something it wrong with your file paths.
Are we using some fopen improperly? Do you have a full trace of the error available? Our plugin doesn’t work directly with fopen in the upgrade part, so it must be coming from some WordPress function.
I updated the FV Player Pro changelog here: https://foliovision.com/player/advanced/changelog/fv-player-pro
Thanks,
Martin5 years ago in reply to: YouTube and GDPRHello Allyn,
that is correct. Unfortunately the YouTube Iframe API is not provided by that no cookie domain: https://www.youtube-nocookie.com/iframe_api
Thanks,
MartinHello felinskyi,
FV Player Pro 7.4.16.727 has been released and it fixes this issue.
Thanks,
MartinHello sexbeach,
do you store the Splash images on your BunnyCDN together with videos? If so, then I see there might be a problem, but it sholdn’t be too though to fix.
Let us know!
Thanks,
MartinHello Calvin,
thank you for giving it a try, we will make that fix part of the next FV Player release.
Thanks,
MartinHello Calvin,
please try to reinstall FV Player from this ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/256-mailchimp-issue.zip To do that you will have to first deactivate and delete the FV Player plugin you are currently using. No data nor settings will be lost. You can replace it with FTP too.
Thanks,
MartinHello Calvin,
are you using any other plugin which might be using Mailchimp API?
Thanks,
Martin6 years ago in reply to: Will this keep updated settingsHello James,
you only need to keep it if you need to clone your screen options to other users again. Or if you want the new users to get the screen options which you set already.
Thanks,
Martin6 years ago in reply to: DRM text6 years ago in reply to: DRM textHello Alex,
our DRM text feature is described here: https://foliovision.com/player/securing-your-video/protecting-videos-with-drm-text
We prefer to add only the settings which are necessary. Perhaps we could just add a setting to make the DRM text visible a bit longer rather than adding all the colors, text size and duration.
Please let us know what exactly is your goal.
Thanks,
MartinHello JP,
I’m glad that it helped, we will release this new version at the start of next week for all our users.
Thanks,
MartinHello JP,
please double check that you have the version 7.4.15.727. It shoud really fix that sizing issue.
Android and iOS both work on my test site and foliovision.com. We will see if there is some specific issue in your case and if we can make a general fix for it.
Thanks,
MartinHello JP,
we have worked on a fix, Same as before – please go to https://foliovision.com/my-licenses, hit the “Show Previous Version” button and you will get a link to download the new plugin version 7.4.15.727.
You will have to first deactivate and delete the FV Player VAST plugin which you are using and then you will be able to install the new version from that ZIP file.
The sizing issue was related to some jQuery fullscreen plugin on your website.
The issue with Resume button appearing was caused by your VAST ad code – it says the ad duration is zero.
Let’s see if that fixes the Android issues as well.
Thanks,
MartinHello JP,
it seems that when FV Player VAST inserts that ad, it’s unable to properly detect the player dimension. It appears that it’s related to the JavaScript code in your theme. Could you please try to switch your website to some default WordPress theme to see if the issue is present also there? WordPress also lets you preview different themes easily these days – without having to really switch the theme.
I can see the bug with the resume button and will get it fixed next. It doesn’t appear on my test site and on foliovision.com as the ads are sized properly on it. But in edge case like yours it’s indeed a problem.
Thanks,
MartinHello JP,
we have worked on a fix, please go to https://foliovision.com/my-licenses, hit the “Show Previous Version” button and you will get a link to download the new plugin version 7.4.14.727.
You will have to first deactivate and delete the FV Player VAST plugin which you are using and then you will be able to install the new version from that ZIP file.
This new version also fixes the issue of ad not playing for first-time visitors of the website who get sound blocked on autoplay videos.
Please let us know if your issue is still not fixed with that new version.
Thanks,
MartinHello Giulio,
is the issue happening in Google Chrome? Starting with version 80 Google Chrome automatically loads any videos on a https:// website using https://. More information about that can be found here: https://venturebeat.com/2020/02/04/google-chrome-80/
So if you link to a video using http:// Chrome will load it with https:// to keep the site secure. However if the domain where it’s linked from doesn’t have https:// properly configure it will fail to play.
Thanks,
MartinHello stickwerks,
Juraj will also make the FV Player S3 Browser part of the docs, so that you can use it to pick files for FV Player and avoid having to copy-paste it.
Thanks,
MartinHello Seorim,
the subtitle activation improvement will be part of the new FV Player release.
If you want to give it try faster, you can reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
I still have to discuss the CC button highlight with Alec.
Thanks,
Martin6 years ago in reply to: YouTube and GDPRHello Allyn,
strangely https://www.youtube-nocookie.com/embed/pM1EE0Islso won’t play on my work computer with OS X, but here on Linux it plays. Using Chrome to test it out in both cases.
Oh I see, it just won’t play when using the incognito mode.
FV Player loads the https://www.youtube.com/iframe_api script and it’s not available on the nocookie domain: https://www.youtube-nocookie.com/iframe_api unfortunately.
Thanks,
Martin6 years ago in reply to: YouTube and GDPRHello Allyn,
it’s true that https://www.youtube-nocookie.com/embed/pM1EE0Islso doesn’t set any cookies, but the video won’t play either.
Here’s a code where somebody was trying to use that domain with the YouTube Player API (that’s what FV Player Pro uses for YouTube) and while it plays the cookies are still being set: https://jsfiddle.net/8aebp5zt/50/
Thanks,
Martin6 years ago in reply to: Missing Splash ScreenHello Ran,
sorry about the late reply.
Are you sure these players have the splash image set? You can check on the wp-admin -> FV Player screen. Please also send over the export of one of the players – just hover the player row and click the “Export” link and you will get the JSON data.
If the splash image is missing and the video is from Vimeo FV Player will still try to load that image, but perhaps it somehow fails on these pages loaded via Ajax.
Thanks,
Martin6 years ago in reply to: html5: Video file not foundHello hentaipulse,
so the suggestion remains – I could be using a CDN for your videos, as linking to other websites can cause issues. Or at least host these videos on your own website and double-check your web host doesn’t mind that. Some hosts with cheaper hosting plans might not like it.
Thanks,
Martin6 years ago in reply to: Multi-videos not suitable for Pay Per ViewHello Binson,
so each video in the playlist could be purchased separately, is that what you mean? Please let us know.
Thanks,
Martin6 years ago in reply to: Playlist templates issueHello Brian,
please let us know more about the issues you are facing. Does it also occur when you preview your website with a default WordPress template?
What do you mean by the player menu? Is that he playlist menu in the player controlbar?
Thanks,
Martin6 years ago in reply to: Interactive Transcript for Playlist VideosHello Brian,
one of the great things about FV Player Pro video transcript is that it’s part of your page HTML code, so all the keywords count for SEO. But it’s also what makes it harder to enable this feature for playlists.
We will work on allowing transcripts in the playlists this month.
Thanks,
MartinHello Paul,
I see the issue with the wide image you are running into. However the lightbox size can be different from the splash size on the page: https://foliovision.com/player/basic-setup/using-lightbox#setting-dimensions Doesn’t that fix the issue for you?
Actually I found that the video width and height it not saving, so we will fix that.
The lightbox feature is in the free FV Player.
Thanks,
MartinHello Richard,
to make sure the volume icon and the volume bar is visible at all times please follow the instructions in this guide: https://foliovision.com/player/advanced/css-tips-and-fixes#volume-bar-speaker-icon
Please also read the introduction to the guide to make sure you use these CSS rules properly.
Thanks,
Martin6 years ago in reply to: Multi-videos not suitable for Pay Per ViewHello binson119,
it’s true, FV Player Pay Per View only works with single videos.
We can improve it so that once you purchase the video you will get access to the whole playlist. Please let us know.
Thanks,
Martin