Forum Replies Created
-
-
Hello Rad,
FV Player Pro 0.9.8 is out and it fixes this. For now I had to disable that feature in Safari 11. We need to finish upgrade to Flowplayer 7 and then we can re-enable it for that browser.
The thing is that it needs some special treatment for autoplay functionality – video can autoplay on it only when the sound is muted.
You can also test it here – no autoplay will occur, but at least the videos will play when clicked: https://foliovision.com/player/demos/scroll-autoplay
Or are you saying you are noticing some issues with Safari 11 even when Scroll Autoplay is disabled?
Thanks,
MartinHello Rad,
Safari 11 did change a lot of things. We made all the required fixes for it in FV Player 6.3.9 and FV Player Pro 0.8.40.
However I see that this is still a problem, so I’m looking into it.
Thanks,
Martin7 years ago in reply to: Copy Links not workingHello John,
FV Player 6.3.10 is out and it fixes this video linking issue. You also need to upgrade FV Player Pro, the last version is 0.9.7.
Thanks,
Martin7 years ago in reply to: Youtube Playlist Subtitles ErrorHello Michael,
this bug is fixed in FV Player Pro 0.9.7, released just now.
On our demo the second video had no subtitles, I swapped it for one with subtitles on it. So you can test it there as well.
Thanks,
Martin7 years ago in reply to: Embed Link on player not clickableHello Michael,
I checked and the conflict is between the Ajax Search Pro and FV Player VAST. Ajax Search Pro uses some libraries which seem to trigger window resize event which is then poorly handled by FV Player VAST – as it doesn’t expect it to happen before the page finishes loading.
So I was able to fix that in FV Player VAST and new version is out – 0.7.6. Once you upgrade to it, autoplay will start working for you.
Thanks,
MartinHello Devin,
thank you for the bug report, I see there is a typo in the code, we will get it fixed now.
Thanks,
Martin7 years ago in reply to: Embed Link on player not clickableHello Michael,
update on this issue – the ajax-search-pro plugin actually breaks jQuery(document).ready( function() {…} ); calls. That’s a serious issue, a lot of plugins use that event hook and FV Player does a lot of actions on it as well (such as autoplay, which you have enabled, but it won’t work because of it). You should be able to report this as a bug to authors of that plugin.
In this case the Embed link click was bound to it as well. So I improved it to not work like that, as it’s needed to provide compatibility with Ajax calls anyway. I put the new version on your site and it will be part of the next release as well. So now you will be able to use the Embed link to get the iframe embed code.
Thanks,
MartinHello Michael,
to conclude this thread – the issue is actually caused by your membership plugin which restricts access to your posts, so these are redirected to wp-login.php which uses that X-Frame-Options header to prevent hacking attempts.
We will have to see if the X-Frame-Options header is set by some WordPress security plugin and disable it in FV Player when iframe embed is used.
Thanks,
Martin7 years ago in reply to: Copy Links not workingHello John,
we figured this out, the new version might be out tomorrow. It will require upgrade of both FV Player and FV Player Pro.
Thanks,
MartinHello Michael,
yes, we would be able to diagnose the issue and find a solution, but we would also need your FTP (or a control panel) login this time.
Thanks,
MartinHello Michael,
I downloaded Wordfence Security from https://wordpress.org/plugins/wordfence/ and I see no mention of “X-Frame-Options” in the code.
I checked its documentation and it doesn’t mention “X-Frame-Options” either: https://docs.wordfence.com/en/Wordfence_options
My guess is that it has to be somewhere in your WordPress site, so you should check each plugin description to figure out if any of these is doing it and ask any programmer who worked on the site previously if they haven’t put it up – you can also check in wp-config.php or index.php.
Thanks,
MartinHello Mike,
your site is setting ‘X-Frame-Options’ HTTP header to ‘sameorigin’, that’s preventing it from being loaded in iframe.
I see you are using Cloudflare – are they adding this HTTP header and can you get rid of it in Cloudflare settings?
Or is that being added by some WordPress security plugin? Please let us know and perhaps FV Player can remove that HTTP header for the iframe embed URLs.
Thanks,
Martin7 years ago in reply to: Quality selector issue,Hello HotVR,
thank you for the bug report.
Wed did some improvements on quality switching, but I see it stopped working for static videos (no URL signature applied, like in case of Vimeo or Cloudfront and other CDNs).
FV Player Pro 0.9.4 is out and it fixes the issue.
Thanks,
Martin7 years ago in reply to: Auto Play in Safari on Mac Pro Retina DisplayHello Devin,
FV Player 6.3.9 is out. Unfortunately for now we just had to disable autoplay for Safari 11. FV Player 7 will fix it properly.
We haven’t found issues with Safari 10.1.
Thanks,
Martin7 years ago in reply to: Auto Play in Safari on Mac Pro Retina DisplayHello Devin,
I see Vimeo fails to play when it’s set to autoplay on Safari. We are working on a fix now.
Details –
Safari 11 made some drastic changes to how HTML5 video works on desktop computers – it shares the same limitations as iOS 11 (for iPhone and iPad). The video autoplay is not longer allowed, unless the video starts with muted sound. Safari 10 also shares this limitation and Google Chrome will probably also get to it soon.
FV Player 7 which we are working is handling this correctly – it autoplays the video with no sound, so then user has to un-mute it.
The way FV Player 6 handles this is that it lets the video pre-buffer but won’t autoplay. Once clicked it plays with sound.
However – with Vimeo videos there is indeed a problem in FV Player 6 – it fails to play in Safari 11 if the autoplay is set. So we are working on a fix now.
Thanks,
MartinHello Grother,
thank you once again for sharing your solution, however I’m not sure how that could have helped. If you used “Turbocharge Ajax Vimeo loading” setting before, then changing that could have helped. The Vimeo API key in wp-config.php is only used for that.
Thanks,
MartinHello William,
web browsers won’t let you initiate fullscreen without user intervention – there was to be some mouse click which will initiate it.
What we could do is have a video lightbox open automatically and autoplay the video. However as you might know the lightbox has white borders: https://foliovision.com/player/basic-setup/using-lightbox
We are looking for a new lightbox library for a more modern appearance (like ARI Fancy Lightbox has for images: http://wp-quiz.ari-soft.com/plugins/wordpress-fancy-lightbox.html#demo ) and we would also like to get rid of the lightbox size arguments – lightbox view should probably always fill the full screen.
Thanks,
Martin7 years ago in reply to: Exit Button Not WorkingHello Scott,
it’s actually not that simple. We actually had to dig deep into your site and check each JS and CSS file to find where the plugin conflict has originated.
Once we located it, we were able to put a fix for your issue right into the core code of FV Player.
It’s not something that got fixed just by updating the plugin, the plugin had to be adjusted to work better for your site which uses some rather special styling for buttons.
Please let us know if you still have some concerns.
Thanks,
Martin7 years ago in reply to: Exit Button Not WorkingHello Scott,
thank you for ordering the Pro support!
It turns out it’s actually a CSS issue. Something in your theme was positioning the lightbox close button to the top of the screen when clicking, so then it couldn’t be really clicked.
FV Player 6.3.8 fixes this issue, so please upgrade to it and the issue will be fixed.
Thanks,
Martin7 years ago in reply to: How to add cuepoints attribute to shortcodeHello Harold,
cuepoints are really a programmer-level feature. We use it for transcript and chapters.
If you want to define your own cuepoints, you can use the data-cuepoints attribute on the FV Player element. To put it there you can use the fv_flowplayer_attributes filter which is described here: https://foliovision.com/player/advanced/api-programming
Then the player will trigger the events as described in the Flowplayer documentation.
We could allow our users to specify these cuepoints in the shortcode, but the problem is that from user point of view it does nothing. There needs to be something that gets triggered on these cue points.
Thanks,
Martin7 years ago in reply to: Embed Link on player not clickableHello Mike,
your iframe embed code works.
I think you are better of just storing a good working iframe embed code somewhere and then when you need it for some other post just change the “https://www.afrolandtv.com/issue-page/” part of it to the other post. That iframe embed code is simple, it’s just the src attribute which is the post link with /fvp/ appended at the end and the video dimensions. The extra attributes are also important though, but they don’t change.
Thanks,
Martin7 years ago in reply to: Ads not playing – IMA Error?Hello Andreas,
please upgrade to FV Player VAST 0.7.5 which we just released and these issues will be fixed.
Thanks,
Martin7 years ago in reply to: Embed Link on player not clickableHello Michael,
could you please check if the issue disappears when you disable the “ajax-search-pro” plugin?
Thanks,
Martin7 years ago in reply to: Exit Button Not WorkingHello Scott,
I checked and I see no JavaScript files being loaded from your theme. So it seems to me that some JavaScript from one of your plugins must be interfering with our lightbox close button.
It might have something to do with mouse events too. When I call
jQuery('#fv_player_pro_boxClose').click()
on JavaScript console, the lightbox closes properly.Thanks,
Martin7 years ago in reply to: Exit Button Not WorkingHello Scott,
we use Genesis as well. Are you saying that we just need to install Genesis on a clean WordPress site and we will see the issue?
Could you please check for any errors on your JavaScript console? Simply open the console, load the page, open the image in lightbox and try to close it – will you get any error on console? Here’s how to get that JavaScript console: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
We are also happy to solve the issue right on your website (the fix will work for all websites unless there is something really special in your code) with priority if you purchase our Pro support: http://foliovision.com/pro-support
Thanks,
Martin7 years ago in reply to: Wrong Lightbox SizeHello Amir,
the issue was fixed and will be part of next FV Player release. If you need it right now, please reinstall FV Player from WordPress.org. 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 out plugin, no settings nor videos will be lost.
Thanks,
Martin7 years ago in reply to: When lightboxes totally don't work…Hello Paul,
we haven’t had a bug report like this before. Normally I would guess it’s a conflict with your theme, but you said you tried the basic WordPress theme as well.
What other plugins are you using? There is chance the problem is there.
Are you able to do some debugging in the PHP code? Since the basic anchor with class=”lightbox” is converted into FV Player it means the code is working, but it’s a mystery why the FV_Player_lightbox::lightbox_html() function doesn’t run properly. Are you able to check what is the variable value here? https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/models/lightbox.php#L117
Going back to my question about other plugins – perhaps some of them is doing something with word “lightbox” in our [fvplayer…] shortcode?
Please let us know and I will come up with some more troubleshooting steps.
We are also happy to solve the issue right on your website, just order our Pro support: https://foliovision.com/player/download
Thanks,
MartinHello Nima,
CSS like this should fix the issue for you:
.flowplayer .fp-help {
left: 9999px;
}Normally that element is positioned to left: -9999px which seems to be causing issues on your RTL website.
Thanks,
Martin7 years ago in reply to: "Video Issues" error messageHello Joe,
when I open your video link directly it won’t open. It just hangs on the “Establishing secure connection” part. So it seems to me the SSL is not working for https://video.ies.org Are you sure it’s setup properly? You can check the step 9 here: https://foliovision.com/player/video-hosting/serving-private-cloudfront#cloudfront -> “Now you can enter your domain which you will point to your CloudFront domain”. However our instructions don’t cover SSL.
The player also doesn’t appear properly once the video is played. It looks as if the player HTML div element is replaced with some other HTML. Does this also happen if you switch to a default WordPress theme such as Twenty Sixteen or Twenty Seventeen?
Thanks,
Martin7 years ago in reply to: Copy Links not workingHello John,
thank you for the bug report!
I figured out that the HD video of your https://vimeo.com/88568199 actually has “233692299” in the MP4 video URL and then FV Player video link feature was using that for the video link resulting in broken link. Which (when carefully analyzed) lead us to https://vimeo.com/233692299
The issue occurs when you switch the video quality, we will fix this for the upcoming release.
Thanks,
Martin7 years ago in reply to: WPLMS – Commas are missingHello Francis,
thank you for the screenshots. The point was to not use “Parse old shortcodes with commas.”, sorry if my question was not clear.
We haven’t heard back from Andre. We haven’t heard about any similar issue until you reported it again and we have some more users who WPLMS.
However now I realized that under some circumstances (front-end editing perhaps) there could be a problem and put a fix into the current release of FV Player.
Could you please reinstall FV Player? To do that you will have to first deactivate and delete the current FV Player plugin you are using. And then just install it again via your wp-admin. WordPress will warn you that you might loose settings and data, but it’s not the case with out plugin, no settings now videos will be lost.
Thanks,
Martin7 years ago in reply to: Copy Links not workingHello Johnwt,
it seems like the video on that site was replaced from https://vimeo.com/233692299 to https://vimeo.com/88568199
That’s why that link won’t work. We could fix this by referencing the player position in the post content (1st, 2nd, 3rd) but that’s not very reliable as well, as you might remove or add some player.
Even if we have a database of all videos it would be tricky for the link to keep working if the video is replaced.
I think we could improve it so that if the video from the link is not found, it will play the video which is there (at least). That would give users at least some video playing and if it would be the only video on page, chances are it would be the correct one.
We are discussing this in our team, but please let us know what you think.
Thanks,
Martin7 years ago in reply to: WPLMS – Commas are missingHello Francis,
please let us know if you are using Settings -> FV Player -> Sidewide Flowplayer Defaults -> Integrations/Compatibility -> Parse old shortcodes with commas.
Thanks,
Martin7 years ago in reply to: Chapters and AB looping APIHello Harry,
sorry about the delayed reply.
2) Reading the AB loop is easy, here’s how you can keep track of the changes with the right event:
jQuery(document).on('slide', function(e) { console.log( jQuery(e.target).val()); // you can use jQuery(e.target).parents('.flowplayer').data('flowplayer') to get to Flowplayer API object here });
1) Setting is a bit cumbersome, but could be improved:
fv_player_chapters_ab( jQuery('.flowplayer'), jQuery('.flowplayer').data('flowplayer'), {start seconds}, {end seconds} );
Of course the jQuery selector would have to be adjusted to pick the player you need to adjust.
3) Adding chapters is currently only possible via fv_player_pro_chapter() function which accepts the VTT subtitles file, which might not be ideal. What data would you like to feed in?
4) CSS customization – you can customize the player, however we are working on upgrade to Flowplayer 7 core right now, which will change the player skin a bit.
5) HTML customizations – there are some filters, but these should be used with care. What exactly would you like to customize? There is a list of filters on https://foliovision.com/player/advanced/api-programming
6) Chapters in fullscreen – we could improve it to work in fullscreen. It might be easy to desktop, but for mobile users it gets quite tricky – do you have any ideas about how to keep the interface usable on small screens? We will talk about it in our team if we would like to improve this in our plugin.
Thanks,
Martin7 years ago in reply to: Quick Insert ImageHello Tyler,
here’s how you can check your browser error console: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
You might see some error there which will explain what is going on.
There is chance the old SEO Images will still work in Firefox.
Thanks,
Martin7 years ago in reply to: Built-in Video Checker reporting video issueHello Michael,
FV Player uses HLS.js and Flash HLS to play HLS streams on devices which normally don’t support it – means all the desktop computes with exception of Safari on mac OS X computers.
However HLS.js is not compatible with IE below version 11 for example, which is still used by 2% of users: https://www.netmarketshare.com/browser-market-share.aspx?qprid=2&qpcustomd=0 Out of that 1% is IE 9-10 which would play MP4 even without Flash.
It also seems 1% of users are using Firefox 40.0 which also won’t work with HLS.js.
So these users will need Flash to be able to play with Flowplayer Flash HLS engine.
There are also issues with HLS playback on old built-in browsers on Android 4, like old Samsung Galaxy phones.
So providing a MP4 or a WebM video really won’t help much.
Thanks,
MartinHello Harold,
how are you storing your video URLs on your page? FV Player check the post content and meta values for [fvplayer] shortcodes, so the duration of these videos should be available.
Thanks,
Martin7 years ago in reply to: Problem with dash videosHello Sergio,
I found that when there is a Vimeo video which is not available in MPEG-DASH format and user switches the quality, it then affects loading of other videos with are available in DASH format to use that same quality MP4 file, rather than use DASH.
This has been fixed and FV Player Pro 0.8.39 has been released.
We are also working on a special option which will prevent the MP4 files from being used for Vimeo altogether to make it harder to download the videos.
Thanks,
Martin7 years ago in reply to: Can't play videos on iPhone ios 11.0.3Hello Filip,
thank you for the bug report!
FV Player 6.3.7 is out and it fixes the issue.
Thanks,
Martin7 years ago in reply to: FV Flowplayer WP Plugin m3u8 stream issueHello Tasos,
do you see any error on the browser console when the stream cannot be played? Here’s how to check your browser console: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Thanks,
MartinHello Michael,
VAST midroll placement can now we adjusted in the “Options” tab of the shortcode editor. Just upgrade to FV Player VAST 0.7.3.
Thanks,
MartinHello Martin,
another fix was put into the new release which should prevent these caching issues. Just upgrade to FV Player 6.3.4 and the issue should be fixed.
Thanks,
MartinHello Martin,
we will release new version of FV Player today with the new version of HLS.js library in it, perhaps it will solve the issue.
Thanks,
Martin7 years ago in reply to: Youtube Iframe API loading when not neededHello Amir,
I noticed that your server doesn’t send the protocol in the HTTP_HOST, so it was fixed on the API server to assume https:// and that got it working.
Thanks,
Martin7 years ago in reply to: Youtube Iframe API loading when not neededHello Amir,
does it work if you disable the “Turbocharge Ajax Vimeo loading” option? Please let us know.
In the meantime I’m running some tests now.
Thanks,
Martin7 years ago in reply to: Youtube Iframe API loading when not neededHello Amir,
it should not be loading if there is no YouTube video on the page. I double checked that and it works that way.
However I see it loads on your website as fv_player_pro.youtube JS variable is set to true. Are you using the “Load FV Flowplayer JS everywhere” option? That would explain why it’s loaded – our plugin has no way of knowing if there will be some Ajax call which will require YouTube API to be present.
It could be improved to load YouTube if there is indeed such video during the FV Player initialization process for each player instance (no matter if “Load FV Flowplayer JS everywhere” is enabled or not), but it would take some time to finish that task, as we are working on upgrading to the new Flowplayer 7 core and improving the playlist technology currently.
Thanks,
MartinHello Martin,
thank you for the comprehensive bug report!
The issue is not occuring on my Chrome 61 on Windows 10 nor Firefox. But now I see where the problem is, although I’m not sure why your Chrome browser behaves that way, it should not forget about these HTTP headers when caching.
Could you please check if you get the same issue if you post this video on your website?
https://d3kqo6411ge1e5.cloudfront.net/swen_lake_reloaded/index.m3u8Also, do you get the same issue when you play your video on our website here? https://d3kqo6411ge1e5.cloudfront.net/swen_lake_reloaded/index.m3u8 -> “HLS ISSUE WITH CACHING”
Thanks,
MartinHello Mike,
we do provide Pro support where we access your site to troubleshoot and fix issue on it directly: http://foliovision.com/pro-support
However it’s half past 8 PM here. I could check it out tomorrow though.
However I’m not convinced that the issue here doesn’t have more to do with Visual Composer than with FV Player. Specially if it was happening even with FV Player 6.2.10 which I suggested as one of the troubleshooting steps (which would rule out possibility of the video length scan inteferring as it was enabled for postmeta) or even if you typed in [fvplayer ...] shortcode by hand (ruling out possibility of a shortcode editor stability bug).
For example if you save a new text block and put something else than FV Player to it, does it still fail to save?
What if you use FV Player with a new post with no Visual Composer?
Thanks,
MartinHello Mike,
I see that when you use “Enable old interface” it won’t insert the shortcode for you at all.
What happens if you type in the shortcode by hand without use of our FV Player button? It’s pretty simple, just put in:
[fvplayer src="(paste your video URL here)"]
And try to save it – will it work? If you can copy the splash image URL, you can paste it in as the splash=”…” parameter.
If not, will downgrading to FV Player 6.2 help? To do that you would have to deactivate and delete the current FV Player plugin (no settings nor videos will be lonst) and then reinstall from this file: https://downloads.wordpress.org/plugin/fv-wordpress-flowplayer.6.2.10.zip
At the end of video you got a “Page unresponsive” browser error which we are already working on resolving. Normally it only happens with long YouTube playlists, but perhaps the Visual Composer which you use together with FV Player causes this issue more often.
Thanks,
MartinHello Mike,
thank you for the screen cast, could you please check if using “Enable old interface” in Settings -> FV Player -> Setup tab -> Post Interface Options prevents the issue?
Thanks,
Martin7 years ago in reply to: VAST ads not showing multiple ads on playerHello Mike,
seems like your message from 3 days ago was not answered, sorry about that!
I opened your site and I can see you have enabled FV Player VAST debugging mode, but I still see Autoptimize is also enabled.
However currently I’m getting these video ads playing. I tried to load the page three times and it always worked. I used Chrome 61 on Windows 10 and Firefox on Windows 10.
If you check the browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ), you should see this when you play the video and it comes to the midroll time:
FV VAST load (0,html5) https://servedbyadbutler.com/vast.spark?setID=4313&ID=168850&pid=42495
VAST Ads init.
VAST Ads loaded.
VAST Ad event: loaded
VAST Ad event: contentPauseRequested
VAST Ad ContentPauseRequested for real!
VAST Ad event: impression
VAST Ad event: start
…
VAST Ad event: allAdsCompletedI think now I know why your question was not answered, I remember asking you more details about Autoptimize, but I guess I just never sent it by accident –
We used Autoptimize before and didn’t had issues with it, but we then switched back to using WP Rocket JS/CSS combine and minify features.
But now that your video ads play for me, I don’t think there is an issue with Autoptimize here. Only thing I wouldn’t recommend in it is only excluding FV Player scripts from it and not excluding FV Player VAST or vice versa. But that doesn’t seem to be the case here.
Are you sure you are not using any ad blocker?
Thanks,
MartinHello Kobus,
the YouTube and Vimeo videos are always analyzed to be able to show the splash screens automatically.
If it takes that long, then your server might have some problem with connection to https://www.googleapis.com which we are using for YouTube. However we have set the timeout to 4 seconds, so if you have 3 shortcodes and each one has a single YouTube video it should not take more than 12 seconds. And on repeated post saves it should be skipped as the video information was already fetched.
Can you try to create a new post with video like http://video-cdn-public.foliovision.com/Swan-Lake-Reloaded-sd.mp4 and see if even that slows down the post saving too much?
Thanks,
Martin7 years ago in reply to: Autoplay Just Once not workingHello Matthew,
FV Player Pro 0.8.35 has been released and it fixed this issue. Currently the fix is only it the beta version though. Here’s how you switch to it: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Thanks,
MartinHello Kobus,
are you using Settings -> FV Player -> Integrations/Compatibility -> Scan video length? If you check that off are you still having this issue?
Could you please paste the shortcode you are using here so that we can check if the issue is related to the video?
Thanks,
MartinHello Kobus,
do you store any [fvplayer] shortcodes in postmeta fields? Does this happen even to new posts?
Thanks,
Martin7 years ago in reply to: VAST ads not showing multiple ads on playerHello Michael,
could you please check what happens when you disable Autoptimize JavaScript optimization? I see you have FV Player VAST debug enabled, yet I see no messages from it.
The thing is FV Player has to be loaded before FV Player VAST and perhaps Autoptimize adjusts that order?
Thanks,
Martin7 years ago in reply to: VAST ads not showing multiple ads on playerHello Michael,
FV Player VAST 0.7.1 is out and it fixes the issue. You can see it in action on https://foliovision.com/player/demos/vast-ads -> “Skippable VAST ad in mid-roll at 0:30 and 2:00”
We should also add support for this for mobile devices.
Thanks,
MartinHello Harold,
That documentation is for Flowplayer 3. FV Player is using Flowplayer 6 and we are working on upgrading to Flowplayer 7. Fortunately the APIs there are almost identical.
You can get rid of the prev/next arrows using CSS. The selectors are #fv_player_pro_boxCurrent, #fv_player_pro_boxPrevious, #fv_player_pro_boxNext.
Thanks,
MartinHello Harold,
I wouldn’t recommend to try to swap out the video file source. Also $(“#player-container a”).flowplayer(); would only work if #player-container contains a video tag, but I’m not sure, it’s not how FV Player works anymore. I’m not sure what $f is, it must be something which you define.
If you want to take an existing FV Player instance and swap out the file URL in it, you can use:
flowplayer('.flowplayer').load('https://foliovision.com/videos/dominika-960-31.mp4');
It’s better to make that .flowplayer selector as specific as possible.
Thanks,
MartinHello Freddie,
I checked the video on your site and it won’t play for me. Here is proof:
curl 'https://content-na.drive.amazonaws.com/cdproxy/templink/j4NwKC-WABB2W26QiX9m05G5bcJ-5hje7y53FfisthgeJxFPc' -H 'Referer: https://animeidhentai.com/best-player/'
However if you change the referring domain to something else it plays. So they are actively blocking your domain.
Thanks,
Martin7 years ago in reply to: VAST ads not showing multiple ads on playerHello Mike,
unfortunatelly this is not supported by FV Player VAST, you can only set it to load the ad from the same URL as different times:
[fvplayer src="https://dh0es34san8r1.cloudfront.net/Films/Tjitji/Tjitji+hls.m3u8" vast="https://servedbyadbutler.com/vast.spark?setID=4313&ID=168850&pid=42495" midroll="0,10,15,20" splash="https://www.afrolandtv.com/wp-content/uploads/2017/07/rsz_tjitji.jpg"]
We count on the ad server to provide different ad each time.
Thanks,
MartinHello Mike,
there is supposed to be a message on that screen that you need the FV Player plugin. I’ll check that out.
Thanks,
MartinHello Michael,
1) FV Player plugins are designed to work with WordPress, although some functions can be used even outside of it.
2) Your ad URL is a valid VAST ad tag, it works in our VAST ad tester: http://foliovision.com/player/vast/tester
3) VAST ads work on mobile, you can check our demo page: https://foliovision.com/player/demos/vast-ads
Could you please provide the user agent string for the Facebook browser you are using? You can find it here: http://www.whatismyuseragent.net/ (there is a line which says: “Your User Agent String is: “)
Thanks,
MartinHello Mike,
could you please double check you have both FV Player Pro and FV Player plugins installed? FV Player is the free plugin to which FV Player Pro adds the Pro functions. You can get it here: https://wordpress.org/plugins/fv-wordpress-flowplayer Or via your WordPress Plugins screen -> Add Plugin.
Thanks,
Martin7 years ago in reply to: Align SettingsHello Pesi,
I see that nobody answered you last couple of questions, sorry about that. Just let us know if the issue still persists.
FV Player now has the text playlist style, you can see it here: https://foliovision.com/2017/09/new-playlist-designs-and-visual-composer -> “New Paylist Style – Text”
Thanks,
MartinHello Harold,
my suggestion would be to have the shortcode in the HTML of the page itself and just make it hidden and click it based on the dropdown selection.
Thanks,
Martin7 years ago in reply to: Playlist feature doesn't seem to workHello Ceren,
on your screenshot there is only a single video and nothing in the playlist.
Also in the free FV Player you can’t use YouTube videos in a playlist. Although we talked in our team about improving this aspect of our free plugin, it wouldn’t likely let you use featured such as redirect.
Thanks,
MartinHello Noor,
technically it’s possible, you should output your title in the “fv_flowplayer_html” filter with priority of 10.
Perhaps it would be better though to output your video above your title in your theme by extracting the shortcode from get_the_content() and doing do_shortcode() on it there, storing the transcript part for later use in post body.
In both cases you should watch the plugin changelog carefully to see when there are some changes regarding the player or transcript HTML.
Thanks,
Martin7 years ago in reply to: Playlist feature doesn't seem to workHello Ceren,
do you mean the preview in the shortcode editor? Or actual preview of the page created by WordPress? What if you save the post as draft?
What playlist style do you have confirured in Settings -> FV Player -> Sitewide FV Player Defaults -> Playlist style? What exact [fvplayer…] shortcode are you using?
Thanks,
MartinHello Harold,
I see what you are trying to do. You provide the video URL and expect FV Player JS to be able to build the lightbox from just that. That would be so nice, but unfortunately there is a fair bit of HTML involed and you would have to get it from somewhere. There is the “button” which brings up the lightbox and then the player code which shows up in the lightbox. And plus it all would have to keep beigh hooked in with all the events.
My suggestion would be to preload all the players with [fvplayer] shortcodes on that page and then just click them with JS as user picks these options in dropdowns – you would have to connect these two together with some IDs.
You could use the lightbox text links and just put these into hidden div: https://foliovision.com/player/basic-setup/using-lightbox#anchor-text-with-lightbox
Also, you should be getting rid of FLV and use a HTML5 compatible video format: https://foliovision.com/player/basic-setup/encoding
Thanks,
Martin7 years ago in reply to: Autoplay Just Once not workingHello Matthew,
thank you for the bug report, we will get it fixed and add it to our automated testing.
Thanks,
MartinHello Vikrant,
thank you for your question!
This is bit on an issue, as the URL signature can’t work with a HLS stream. As you noticed the m3u8 file is a list of the segments which can’t have the URL signature dynamically appended.
We actually mention this a number of times in our guide for HLS: https://foliovision.com/player/securing-your-video/hls-stream But perhaps we should add a warning for it into our video checker as well.
We could theoretically tweak it in our video engine, but devices such as iPhone, iPad or Android which play HLS streams natively wouldn’t support that.
Another sort of a solution would be to use a cookie signature rather than URL, but not all mobile devices pass on cookies to the HLS requests. Perhaps iOS 10 does?
We recommend using encrypted HLS streams which is far better protection than a URL signature.
Thanks,
MartinHello freddie r.,
my conclusion was that Amazon Drive is blocking your domain, so you can try contacting them, but I’m not sure how successfuly you will be as they are probably not interested in people hosting videos on it. It might work well for a small volume of videos.
Thanks,
Martin7 years ago in reply to: Use FV Player Pro in intranetHello Noor,
you are able to use FV Player Pro on your testing server, you just won’t be getting updates for it, so please make sure you check that before going live.
Here’s about how multiple domains are licensed, if your test server domain is a subdomain of your live domain, there won’t be issues: https://foliovision.com/player/advanced/sub-domains-and-multi-domains
Thanks,
MartinHello Freddie,
please post your answers into our support forum. I have reposted a couple of your answers from your emails for convenience.
It seems the issue is with how it’s cached on Amazon end. For example on your anime website it keeps failing no matter if it’s cached or not. It actually gets the same MP4 link as my test site gets. And while that link plays on my site, it won’t play on your – as I found because of the referrer information.
Thanks,
MartinHello Freddie,
what other domain are you using? Perhaps the failure response is cached on the Amazon CDN?
You can see the videos playing here: https://foliovision.com/player/demos/amazon-drive -> “Freddie’s Videos”
Thanks,
MartinHello freddie r.,
I was able to play the same videos on my test site or Foliovision.com.
I came to conclusion that Amazon Drive is actively blocking your domain. I was playing with the HTTP headers and I could see that changing the domain in the Referer header to something else fixes the problem.
However this header is controled by the web browser directly and we cannot adjust it.
Thanks,
MartinHello Freddie,
please reinstall FV Player Pro the same way again. I adjusted the caching for Amazon Drive down to 5 seconds. Let’s see if that helps.
Thanks,
Martin7 years ago in reply to: Video checker showing error when video playsHello Ed,
these warnings look like they might be real. However it doesn’t appear that you submitted the report to us, could you please let us know if you did?
Thanks,
Martin7 years ago in reply to: FV Player VASTHello Mirco,
what mobile phone are you using? I wasn’t able to reproduce the issue on iPhone with iOS 10 nor Android 4.4.4 with Chrome 60.
If you still experience the issue, does it work if you use this HLS stream instead? https://d3kqo6411ge1e5.cloudfront.net/swen_lake_reloaded/index.m3u8
Thanks,
Martin7 years ago in reply to: html5: Video file not foundHello Steve,
it is what it is – if your site is using https:// the videos on it must use https:// as well, otherwise there might be issues. Browser do so to make sure you connection stays secure.
It seems iOS and Android 4 doesn’t obey these restrictions though. But majority of users will still have issues.
Your Amazon S3 bucket has two addresses, that’s right but only the one which is on s3.amazonaws.com domain has a correct SSL certificate. For plrvideodirect.com.s3.amazonaws.com the SSL certificate doesn’t pass the check.
Thanks,
MartinHello Noor,
please check our programming guide: https://foliovision.com/player/advanced/api-programming#how-to There is a part which shows you how to attach to the “ready” event. There is also section about “Important API Events” which lists “finish” even which is what you need.
Thanks,
Martin7 years ago in reply to: videos only showing when logged in as admin?Hello Ed,
could you please send the link to the page where we can see the issue? Is there jQuery library getting loaded? Do you see any element with “flowplayer” as the class?
Thanks,
Martin7 years ago in reply to: videos only showing when logged in as admin?Hello Ed,
that is a strange issue, we haven’t heard similar bug report before.
Are you using any special post editor? Does the issue appear if you use Twenty Seventeen theme?
Thanks,
Martin7 years ago in reply to: Video checker showing error when video playsHello Ed,
could you please send the video analysis to us using the video checker? Here’s how it works in case you are not sure: https://foliovision.com/player/basic-setup/how-to-use-video-checker
It’s also strange that it was showing as “Video OK” while it was not playing for you. Do you still have that poorly encode video somewhere so that we can improve our check?
Thanks,
MartinHello Freddie,
I tried to use the Amazon Drive link on my test site and the video played for me.
Perhaps we are caching the Amazon Drive video URL for too long. Could you please reinstall FV Player Pro from a fresh ZIP file which you download at https://foliovision.com/my-licenses ? You will have to deactivate and delete the current FV Player Pro plugin you are using – no worries, no settings and no videos will be lost.
Thanks,
Martin7 years ago in reply to: 2014 playlist captionsHello Pádraig,
FV Player 6.3.1 is out, you should be able to remove your custom CSS after the upgrade.
Thanks,
Martin7 years ago in reply to: 2014 playlist captionsHello Pádraig,
thank you for your feedback! I can see there is an issues, so we will fix it.
Thanks,
Martin7 years ago in reply to: FV Player VASTHello Mirco,
finally we got to fix this – FV Player VAST 0.7 is out and VAST ads are now working with your video type. You can test here: https://foliovision.com/player/demos/youtube-vast-autoplay
We tested on Android 4.4.4 (both latest Chrome 60 and old Chrome 44), Android 7.0, iOS 8.1, iOS 10.2.1.
Thanks,
Martin7 years ago in reply to: Delivering ads with expired licenceHello Kobus,
finally we got to fix this – FV Player VAST 0.7 is out and VAST ads are now working with your video type. You can test here: https://foliovision.com/player/demos/youtube-vast-autoplay
We tested on Android 4.4.4 (both latest Chrome 60 and old Chrome 44), Android 7.0, iOS 8.1, iOS 10.2.1.
Thanks,
Martin7 years ago in reply to: iPad Vimeo videos not loadingHello John,
FV Player Pro 0.8.30 has been released. In its Beta version the code for fallback from HLS to MP4 in case of load failure has been added to fix this issue.
You can also test this on https://foliovision.com/player/video-hosting/how-to-use-vimeo -> “City of Bratislava”. If you see the quality switching buttons over the video when playing it on iOS device you will know that you are getting MP4 video instead of HLS – HLS has automated quality control.
I was checking the original Vimeo player and found it’s doing the same – sometimes it played HLS on our iPad, sometimes it played MP4 and I could see the same error on console.
Thanks,
Martin7 years ago in reply to: iPad Vimeo videos not loadingHello John,
you mentioned that the first video on https://foliovision.com/player/video-hosting/how-to-use-vimeo “City of Bratislava” didn’t play for you on iPad. I was able to reproduce the issue, but now I tried again and suddenly it plays for me.
However your video still won’t work on iPad. I think we will have to provide fallback to MP4 if the HLS fails for iPad. We do the same for desktop computers when using MPEG-DASH – it falls back to MP4 in case of issues.
Thanks,
Martin7 years ago in reply to: iPad Vimeo videos not loadingHello John,
could you please try to enable the “Force iframe Embedding” option in Settings -> FV Player Pro -> Hosting -> Vimeo (Pro) for a moment and see if it will play then?
I tried to play the Vimeo HLS stream directly and it won’t play either. So I wonder if it’s a problem with my iPad or if the HLS stream on that video is somehow broken and how does the original Vimeo player manage to play it.
Thanks,
Martin7 years ago in reply to: iPad Vimeo videos not loadingHello John,
could you please let us know what iOS version are you using on your iPad?
I tried with iOS 9.3 and it worked for me. However I did notice issues when using iOS 10.3. At the same time I didn’t notice issues on foliovision.com with iOS 10.3. Could you please check that as well? You can try the homepage video.
Thanks,
Martin7 years ago in reply to: Weird Resolution Button Order – Vimeo EmbedsHello Dan,
we adjusted the order of these qualitity buttons for the upcoming FV Player Pro release.
Thanks,
MartinHello Rajesh,
sorry about the delay, do you have a working f4m stream which we could check?
Thanks,
MartinHello Renato,
thank you for your followup, I realized the issue is also that the fullscreen capability of Chrome 60 in incorrectly detected.
Now it’s fixed and FV Player 6.2.8 is out.
Thanks,
MartinHello mille,
thank you for the detailed information.
I think all of these issues will be fixed once FV Player 7 is out (with core Flowplayer 7), so please check again once it’s released. It will take us a couple of weeks, but I see we must prioritize this.
Thanks,
MartinHello Renato,
I was able to get Chrome 60.0.3112.107 now. I’m not sure why I wasn’t getting that update yesterday (I tried 4 mobile phones). So now I can see the issue.
We released FV Player 6.2.7 which takes care of hiding that download button.
Chrome 60 changed something about the fullscreen mode. I checked core Flowplayer 7 and it does handle it properly, so once we upgrade FV Player to it, you will be getting the full-featured FV Player fullscreen mode.
To make the videos much harder to download we are also preparing a special option for Vimeo videos. It will force use of MPEG-DASH and HLS streams only. While it will then stop playing in some old browsers (we will put in a coherent error message for these ) it will make your videos much more protected agains all sorts of video downloading tools.
Thanks,
Martin