Forum Replies Created
-
-
9 years ago in reply to: Make the video clickable to a custom url?
Hello James,
our custom video ads work that way: https://foliovision.com/player/ads/using-preroll-postroll-ads
We do have a redirection and a popup feature, so you could use that to forward the visitor to your desired page at the end of the video.
I’ll check if we can add a video click feature like you are asking for.
Thanks,
Martin9 years ago in reply to: Subtitles placed below the playerHello Julio,
are you really looking for a way of putting the subtitles below the player (it might be hard to read for most people) or is this some kind of workaround for some feature other than subtitles?
But I asked our CSS designer to look at this.
Thanks,
MartinHello Josh,
I installed “Pods – Custom Content Types and Fields” and I’m not seeing the issue. I can’t imagine what could cause this warning.
Could you please post the exact [fvplayer] shortcode you are using?
Thanks,
Martin9 years ago in reply to: launch lightbox video from a linkHello Cary,
I checked that page and it doesn’t appear to me it’s the default WordPress editor. Since you have the license, could you please ask the developers if they use the media_buttons action hook to show custom plugin buttons for editor?
Thanks,
Martin9 years ago in reply to: Videos won't play through player?Hello Kerry,
I checked this issue on your site and debugged the JavaScript error as I wanted to make sure our new code doesn’t have some terrible bug in it.
I figured out the issue is caused by this line of JavaScript in your theme:
Array.prototype.forEach2= …
I made our code more resilient and released FV Player Pro 0.7.6. Please update to it and let us know if you still have issues.
Thanks,
Martin9 years ago in reply to: Videos won't play through player?Hello Kerry,
I can see there is some JavaScript error.
Could you please check if it happens if you preview the site with the default theme?
Does it happen if you disable the ads?
Thanks,
MartinHello drfingerless,
IE 10 – I can see that the animations are not there anymore, but the video still jumps up and down. Unfortunately our CSS designer is sick today, so he couldn’t look deeper into it.
Lucia, please let drfingerless know what Safari on what OS X you used.
Thanks,
Martin9 years ago in reply to: Subtitles not working fullscreen androidHello Evélina,
I included your CSS fix in our code, thank you!
Alec got “html5: Unsupported video format” in Firefox as he doesn’t use Flash in it and has older OS X which doesn’t allow Firefox to play mp4 in HTML5 video engine.
Thanks,
Martin9 years ago in reply to: Subtitles not working fullscreen androidHello Evélina,
nice playing! We will check if we can force using of our fullscreen for videos with subtitles.
I see there is no loading animation. Does it occur even if you use the default WordPress theme? It appears there was been some customization to the player styles which could cause this.
Thanks,
Martin9 years ago in reply to: launch lightbox video from a linkHello Cary,
1) Do you mean it’s covered by your theme logo and navigation? You should be able to use #fv_player_pro_boxWrapper to solve your issue. It already has z-index: 9999.
2) You can use the shortcode editor to fill in the video width and height, or just add width=”1280″ height=”720″ to set some big size for the lightbox. It’s fully responsive as well.
3) Avada – could you please send us some link where we can check the page editor used in that theme? Is it the default WordPress editor or some kind of custom editor?
Thanks,
Martin9 years ago in reply to: Live streaming possible?Hello Giuseppe,
I’m not sure why crossdomain.xml would be required on your site domain. I’m not seeing it in my browser Developer Tools Network tab.
Thanks,
Martin9 years ago in reply to: launch lightbox video from a linkHello Cary,
when using the anchor with class colorbox it respects the defaults from Settings -> FV Player -> Sidewide Flowplayer Defaults.
You can also use a shortcode like [fvplayer src="video.mp4" lightbox="text" caption="anchor text"] to show the link which opens the lightbox and you can put in additional parameters to the shortcode that way. A demo of this can be seen at the end of page here: https://foliovision.com/player/demos/fv-flowplayer-lightbox
We are improving our documentation for this as we speak.
Thanks,
Martin9 years ago in reply to: launch lightbox video from a linkHello Cary,
1) you can use HTML like this to have a MP4 file show up in lightbox and open it by clicking on a link:
<a href="video.mp4" class="colorbox">lightbox</a>
We are actually working on the documentation these days, so we should be able to finish it today.
2) Please let us know what theme you are using. It’s weird that the shortcode button doesn’t work on your pages. Are you using any special editor or is any special editor built-in into your theme?
Thanks,
Martin9 years ago in reply to: How to create a video lightboxHello Cary,
I’ll answer you on your new thread here: https://foliovision.com/support/fv-feedburner-replacement/bug-reports/launch-lightbox-video-from-a-link
Thanks,
MartinHello drfingerless,
actually I made a mistake, the CSS rule should look like this:
.flowplayer * { -webkit-transition:none !important;-moz-transition:none !important;transition:none !important; }
I’m waiting for our CSS designer to have a look at this as well.
Thanks,
MartinHello Nate,
could you please also test the player on this URL? http://demos.flowplayer.org/basics/minimal.html It’s just a single player, so please check if it plays with one tap.
Thanks,
Martin9 years ago in reply to: Subtitles not working fullscreen androidHello Evélina,
the subtitles don’t work in the native fullscreen more as far as I can tell and Mozilla documentation tells us the same: https://developer.mozilla.org/en/docs/Web/HTML/Element/track -> Browser compatibility
We started to use the native mobile fullscreen as it’s in general easier to use interface on smaller screens, but I see we will have to use the Flowplayer full-screen mode (CSS) if there are subtitles. So we will work on that.
Thanks,
Martin9 years ago in reply to: Live streaming possible?Hello Giuseppe,
the crossdomain.xml has to be located where the stream is hosted. That means not your website, but here: http://msh0161.stream.seeweb.it/crossdomain.xml
Are you able to put in such file? What software or service do you use for the live streams?
Thanks,
MartinHello todayweb,
sorry about the delay. Our plugin should work with any editor that uses the media_buttons WordPress action hook. Since Enfold is a paid theme it’s not easy for us to check, could you please submit a support ticket for that theme?
Thanks,
MartinHello drfingerless,
it seems like CSS like this should help:
.no-animation.flowplayer * { -webkit-transition:none !important;-moz-transition:none !important;transition:none !important; }
However we are still investigating.
Thanks,
Martin9 years ago in reply to: Playlist with YouTube and mp4Hello Mateusz,
this works, however I’m noticing a bug in it with mobile device which we need to fix – if you play YouTube video and then mp4, it won’t start the playback for the mp4 properly. It works the other way though.
Thanks,
Martin9 years ago in reply to: Subtitles not working fullscreen androidHello Evélina,
could you please remember what version did you used before? Please let us know what version of Android you are using as well.
The VTT subtitles might be not working for your CloudFront because of missing cross-origin policy – that is inserted in the HTTP headers.
Thank you for your kind words!
Martin
Hello dos2001,
I was not able to reproduce the issue. We have a site which runs with WP LMS 1.7.0. Are you sure these two issues are related?
I’ll check if we are interested in testing WP LMS this way with out team.
Thanks,
MartinHello dos2001,
actually there is nothing to worry about, it’s just that FV Player thinks that layerslider.kreaturamedia.jquery.js is another copy of jQuery on the website. We will improve this template check to not trigger the false alarm and include the fix in next version.
Thank you for the bug report!
Martin
9 years ago in reply to: Issues with compatibility / RMTP ServerHello Giuseppe,
I answered your questions here: https://foliovision.com/support/fv-wordpress-flowplayer/requests-and-feedback/live-streaming-possible#post-30951
Thanks,
Martin9 years ago in reply to: Live streaming possible?Hello Giuseppe,
I see the problem now, the Flash engine can play the HLS stream, so it picks the HLS stream on the second video and not RTMP. But the HLS fails to play as there is no crossdomain.xml: https://foliovision.com/player/hls-stream -> step 1. (please ignore the part about doing this via Amazon S3)
We will check the order of the streams and try to prioritize RTMP stream over HLS for desktop computers with Flash.
Thanks,
Martin9 years ago in reply to: Live streaming possible?Hello Giuseppe,
your setup looks good, however the streams are not currently live, so it appears.
Your shortcode which combines HLS and RTMP should work just fine. The warning which you see comes from our video checker, so I guess it’s not detecting your m3u8 properly. Does the second player fail to play the RTMP on desktop computers with Flash?
Thanks,
MartinHello Evélina,
we released FV Player 6.0.4.18 which fixes the CloudFront https:// issue on mobile.
Thanks,
Martin9 years ago in reply to: Cloudfront Expired Video on MobileHello Cory,
we released FV Player 6.0.4.18 which fixes the CloudFront https:// issue on mobile.
Thanks,
MartinHello Evelina,
thank you for the bug report, we will check this in depth. There is a similar issue here: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/cloudfront-expired-video-on-mobile#post-30910
Thanks,
Martin9 years ago in reply to: Cloudfront Expired Video on MobileHello Cory,
I checked this and I’m not sure why it’s happening. I’m able to reproduce it on an Android phone as well, while I have other MP4 video playing from CloudFront with signed URLs on our website perfectly fine.
The video doesn’t play on Android even if I put the video URL with signature on it directly into FV Player – it keeps loading it using https:// rather than http:// and that makes the signature invalid for it.
I’ll have to check this in depth.
Thanks,
Martin9 years ago in reply to: CloudFront RTMP not workingHello Cory,
1) RTMP issue – the issue with http://xxxxxx.cloudfront.net/fcs/ident2 is not likely related as that’s not your RTMP server.
I checked the debug info and your stream is not found. Are you sure your CloudFront for RTMP is pointed to the right S3 bucket? Are you sure https://foliovision.com/player/serving-private-cloudfront -> “Next step is bigger – you need to fill in required data:” -> “Restrict Viewer Access” is not enabled? If it is, then you should configure FV Player Pro to setup the signature for that domain as well – check “If you setup your RTMP with access restrictions, you need to enter your domain” on the above guide.
Also check “Origin Access Identity” in the above guide – both CloudFront distributions should use the same. If you have CloudFront HTTP distribution restrict the access to the bucket and have the CloudFront RTMP work without the Restrict Viewer Access then it;s going to be a problem.
I’m noticing there are JavaScript errors on your page which break something in jQuery, so something might be broken because of that as well.
2) HLS and RTMP is harder to download that a video served over HTTP, but certainly not impossible. But you need to deliver the video via HTTP to allow playback for non-Android non-iOS devices non-Mac-Safari users without Flash – typically desktop computers using Windows or Linux.
Our overview of video download protection is here: https://foliovision.com/player/protecting-video-from-downloading
Thanks,
Martin9 years ago in reply to: Protecting HLS files from hotlinking9 years ago in reply to: Lightbox Autoplay not workingHello Charles,
so the lightbox would have to be opened automatically as well obviously, is that what you are looking for? I just want to make this clear before I throw this idea at my team mates, please let us know.
Thanks,
Martin9 years ago in reply to: Lightbox Autoplay not workingHello Charles,
this is what I see:
1) I open http://www.resolutelearningsystems.com/course/5th-grade-math-staar-prep/
2) I see the player on it
3) I click it, it opens the lightbox and starts to playThat is the expected behavior.
Are you expecting the lightbox to open automatically on the pageload as well? Please let us know.
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
I was not able to reproduce the MP4 seeking issue this time. Last time I could see the issue, then I contacted Vimeo on their support forum, there was even somebody else with the same issue and the the issue disappeared.
But we better be prepared with the MPEG DASH support as this might still be happening to you.
Thanks,
Martin9 years ago in reply to: Protecting HLS files from hotlinkingHello Nash,
we were slowed down by Vimeo issues, the our server issues and we are just closing some remaining tasks now, so hopefully we can get started n HLS encryption at last.
The Android HLS referrer is a problem. I checked on Android 4.3 and it’s not present in the Request Headers for the m3u8 files. What’s worse is that it doesn’t send the cookies either. That might make implementing our encrypted HLS harder.
Thanks,
MartinHello Ben,
sorry about that, we released FV Player Pro 0.7.2 with the fix for the above PHP warning now.
Saving the plugin settings would remove that warning as well.
Thanks,
Martin9 years ago in reply to: Video splash, autoplay, advance pageHello ronniemccarrell,
you can use the redirection feature. Just enable the field in Settings -> FV Player -> Post Interfac Options -> Redirect and you will also need to enable the Autoplay field.
Then you will be able to use these features when posting the video: https://foliovision.com/player/start-up-guide
Please note that autoplay is not supported by mobile devices and the Redirect feature might open in a new browser tab if it’s not blocked.
I put together this demo now: https://foliovision.com/player/demos/redirect-autoplay
Let us know if it won’t work for your device and we will have a look.
Thanks,
Martin9 years ago in reply to: Enable Subtitles button for Vimeo VideosHello Ganesh,
unfortunately if there is a JavaScript error which breaks jQuery, then it’s hard for our player to recover. It could recover, but then any function of it which is bound to jQuery (a lot of our custom features use it) would still not work.
Thanks,
Martin9 years ago in reply to: Enable Subtitles button for Vimeo VideosHello Ganesh,
I opened your site and I can see JavaScript error on it which is related to JS file. We recently published a guide about how to troubleshoot issues like this effectively: https://foliovision.com/troubleshooting-javascript-errors
In your case I know where the issue is I have seen a similar error recently – it’s the wp-content/themes/invent/js/main.js script which contains jQuery selectors like this:
‘a[href*=#]’
However it should be
‘a[href*=”#”]’
You can see the correct syntax explained here: https://api.jquery.com/attribute-contains-selector/
So the issue doesn’t appear to be connected to FV Player nor FV Player Pro. Have you also upgraded some other plugins or WordPress?
I’ll check how we can make our plugin more resilient to fatal JavaScript errors like this.
Thanks,
Martin9 years ago in reply to: Protecting HLS files from hotlinkingHello Nasruddin,
we are concentrating on the HLS encryption, rather than figuring out the hotlinking protection for it. The issue is that you can add the signature for the M3U8 URLs, but not for the TS video segments.
You can hotlink to the encrypted HLS stream but it won’t play as the player won’t get the decryption key. That can be based on your login status for example – so only members can play the videos that way.
Thanks,
MartinHello Ben,
sorry about that, we released FV Player 6.0.4.17 and FV Player Pro 0.7.1 to correct these mistakes. The kind of PHP syntax used in these functions is obviously not supported by every PHP version.
Thanks,
Martin9 years ago in reply to: Subtitles on Vimeo videosHello all,
FV Player Pro 0.7 with support for subtitles for Vimeo video has been released.
Thanks,
Martin9 years ago in reply to: Enable Subtitles button for Vimeo VideosHello Ganesh,
FV Player Pro 0.7 with support for subtitles for Vimeo video has been released.
Thanks,
Martin9 years ago in reply to: playback speedHello Casey,
sorry about that, there was apparently some confusion in our team.
FV Player 6.0.4.16 has been released and it has that feature in it.
Thanks,
MartinHello magentawave,
thank you for the follow up and posting the fix. It seems to be easy enough.
The note which you see about OptimizePress is just for your information. If it’s too annoying, we can move it to the settings screen.
Thanks,
MartinHello drfingerless,
the CSS rule was too weak, we will check for something that would stop the CSS animations altogether. It could be good for compatibility, as clearly the CSS has some issue with your theme CSS.
We hope to resolve the Safari issue as well,
Thanks,
MartinHello drfingerless,
I asked our team about the Safari issues.
Both issues appear to be some unfortunate CSS conflict.
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
we already started working on this and it is possible to integrate Vimeo’s MPEG DASH with our player. We just need to finish some testing and tidy up the code.
Thanks,
MartinHello drfingerless,
IE 10 issues – could you please try to add the following CSS code to your theme?
#main .flowplayer .fp-timeline .fp-buffer{-webkit-transition:none;-moz-transition:none;transition:none}
That should help with the issue, let me know and I can check the IE 10 again.
Thanks,
MartinHello magentawave,
I tried that, hopefully this won’t be a big problem to fix or suggest a fix to OptimizePress.
Thanks,
MartinHello Nate,
could you please retry https://foliovision.com/html/samsung2.html in stock browser? I made a small tweak to it.
Thanks,
MartinHello Nate,
could you please check if https://foliovision.com/html/samsung2.html and https://foliovision.com/html/samsung3.html work well for you in Google Chrome on your Samsung phone?
Thanks,
Martin9 years ago in reply to: Adding more videos to an existing playlistHello wintv,
we just released FV Player 6.0.4.15 which fixes the editing issue in WordPress 4.5. Please let us know if you are still having issues.
You should be seeing a “Add Playlist Item” link in the shortcode editor, please see step C. here: https://foliovision.com/player/creating-playlists
If you don’t see it, please check that Settings -> FV Player -> Post Interface Options -> Playlist is enabled.
Thanks,
Martin9 years ago in reply to: wordpress 4.5Hello Evélina and smith234,
we just released FV Player 6.0.4.15 which fixes the editing in WordPress 4.5.
Thank you for reporting this and sorry about the inconvenience!
Thanks,
Martin9 years ago in reply to: Typing cursor and mouse cursotr on videosHello Evélina,
sorry about not responding to your last messages. We had a bad IT day when you email were not working and it appears I haven’t realized there are pending messages to check.
Thank you for the tip, there are always some weird shortcuts in the computers.
Thanks,
Martin9 years ago in reply to: wordpress 4.5Hello Evelina,
if you know how to install plugins from a ZIP file, could you please delete your current install of FV Player (no settings will get lost) and then reinstall it from this ZIP file? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Please let us know if that fixes the issue. I’ll be able to do further testing in the morning.
Thanks,
Martin9 years ago in reply to: Adding more videos to an existing playlistHello wintv,
could you please let us know if you are using WordPress 4.5? We haven’t noticed issues with this, but I see some report about issues in WordPress 4.5, so we will get it tested/fixed in the morning.
Thanks,
MartinHello Nate,
thank you for your testing, I’ll report this to the core Flowplayer team.
Thanks,
MartinHello magentawave,
could you please post the URL where we can see this issue live? Otherwise it’s hard to figure this out as Optimizepress is paid and we don’t have it.
This shouldn’t be too hard to figure out once we can see what CSS rules are in place.
Thanks,
Martin9 years ago in reply to: How to download again ? Cant find My productsHello Vincent,
sorry about the delay. Please head over to https://foliovision.com/my-licenses and you will see all of your licenses.
If you try to go to your profile in the top right corner at https://foliovision.com/my-profile then you get a “Account” menu in the right sidebar, but I see we need to improve this.
Thanks,
Martin9 years ago in reply to: wordpress 4.5Hello smith234,
we tested WordPress 4.5 compatibility ahead of time and found no issues, so this is a bit disappointing. Thank you for reporting the issue though.
Could you please test if it also happens if you write some text into the editor and then use our shortcode editor? Perhaps it just fails if the editor is empty – a bug which we fixed just now.
Thanks,
Martin9 years ago in reply to: fv-player pro updateHello Rolf,
please delete the old version from your site and then hit the button at the top of Settings -> FV Player to install the Pro extension again. If that fails by any chance you can get it at https://foliovision.com/my-license
Thanks,
MartinHello SaintlyMic,
here is a plugin which lets you enable shortcodes in comments: https://wordpress.org/plugins/shortcode-in-comment/screenshots/
If you are only interested in allowing people to post videos from YouTube or Vimeo, it would work, although they would have to type in [fvplayer src="{the Vimeo/YouTube Path here}"] to make it show up.
Enabling the user front-end video submission is another issue. We tested this with https://wordpress.org/plugins/wp-file-upload/ plugin and it works, but we don’t have a documentation for it ready yet. So you could check that plugin and see if you like how it allows you to upload the MP4 videos.
The problem with user uploads is that their videos might not be properly encoded for web: https://foliovision.com/player/encoding
Thanks,
MartinHello drfingerless,
2) IE 10 issues – I tested IE 10 now and I can reproduce this issue. There must be some CSS conflicts with the animations. I tried to removed the .fp-timeline using console and then the issue was occurring only when I hovered the mouse in and out.
I will forward this issue to our CSS designer, perhaps we should create a special styling option for your player with animations disabled to solve conflicts like this.
Thanks,
MartinHello drfingerless,
1) Safari issues – I wasn’t able to replicate this issue in Safari 7.1 on OS X 10.9.5 or Safari 6.1.4 on OS X 10.8.5. Could you please check what browser version is your client using? I’ll ask my colleges to test some other versions in the meantime.
2) IE 10 issues – I was not able to reproduce the issue in IE 11 nor IE 9. Does it happen even if you use the default WordPress theme? You can use the theme preview and navigate to your page there.
Thanks,
MartinHello Jan,
this has been fixed, please let us know if you are still noticing issues.
I think WordPress changed the way the ZIP files work some time ago, the folder name needs to be included in it now.
Thanks,
MartinHello Nate,
so the issue is present even when using core Flowplayer without any changes.
4) Please check here if it happens even with Flowplayer 5: https://foliovision.com/html/samsung4.html
5) Does it depend on if you are using cellular network or a Wifi connection?
6) Are you using the stock browser? Is there any setting it in to lower the data consumption? There might be some custom Samsung setting in it.
Thanks,
MartinHello Jan,
you are right, however in the cases I have seen it always re-activated the plugin in its new folder name.
I’m checking why the folder changes name in the first place.
Thanks,
MartinHello Nathan,
could you please look at the following links on your Samsung mobile?
1) https://foliovision.com/html/samsung1.html
2) https://foliovision.com/html/samsung2.html
3) https://foliovision.com/html/samsung3.htmlPlease let us know how it behaves in each case. Does it still require multiple clicks (taps) to get the video play? Please wait a few seconds before tapping it again.
Thanks,
MartinHello Jan,
thank you for the bug report. I noticed the directory folder changes on some sites bit we never had issue with the plugin deactivating.
I’ll test this now to see if I can reproduce the issue.
Thanks,
MartinHello todayweb,
our Google Analytics tracks video start, first, second and third quartile and video end: https://foliovision.com/2015/04/detailed-google-analytics
Here’s how it’s used: https://foliovision.com/player/google-analytics-flowplayer
Looking at Google Analytics -> Real-Time -> Events I can see my video plays on the website in real-time and I can click into the event labels to see what video was started/watched until the end and so on.
Thanks,
Martin9 years ago in reply to: Shortcode in HTML popupHello Mirco,
could you please post the exact shortcode which you are trying to use here?
The issue is that shortcode contains [ and ] symbols and that breaks our shortcode obviously. We are already escaping the ” symbols in our shortcode popup attribute, so we could have any [ and ] replaced with { and } but it might damage some JavaScript codes.
If you post your shortcode, it will make our decision easier.
Thanks,
Martin9 years ago in reply to: playback speedHello Casey,
thank you!
You can just keep the dev version active, it will receive updates from WordPress.org, so no worries about that.
Thanks,
Martin9 years ago in reply to: playback speedHello Casey,
could you please make sure your remove FV Player plugin before installing it from https://github.com/foliovision/fv-wordpress-flowplayer/archive/dev.zip? That should fix your issue.
Thanks,
Martin9 years ago in reply to: Interactive TranscriptionHello Vishu,
so it’s just a difference of not having to click the time stamp, but the whole text actually is clickable. Is that it?
Thanks,
Martin9 years ago in reply to: playback speedHello Casey,
the plugin which I set over is FV Player – not FV Player Pro.
You can get FV Player Pro back to your website by opening Settings -> FV Player and then checking the header – you should see your license key there and a button to re-install FV Player Pro. You can also get it on https://foliovision.com/my-licenses
Thanks,
Martin9 years ago in reply to: playback speedHello Casey,
you can test this new feature in our dev version which you can get here: https://github.com/foliovision/fv-wordpress-flowplayer/archive/dev.zip Just reinstall the plugin from that ZIP file and check Settings -> FV Player -> Sidewide Flowplayer Defaults -> Speed Step.
Thanks,
MartinHello sethy,
your link doesn’t open anymore. We plan to add support for MPEG-DASH, perhaps you can use that format as well.
Thanks,
Martin9 years ago in reply to: No add media flow player buttonHello goefffudge,
I see it’s some paid theme with custom editor. We use the https://developer.wordpress.org/reference/functions/media_buttons/ WordPress action to put our button in, so could you please ask Unicon developers if they support it?
Thanks,
MartinHello magentawave,
well, 30 minutes is a lot, but you can get there by specifying a big enough time. We haven’t finished the guide for it yet.
Thanks,
Martin9 years ago in reply to: No add media flow player buttonHello goefffudge,
please check our illustrated step-by-step start up guide, chapter about inserting videos: https://foliovision.com/player/start-up-guide#insert-videos
Please let us know if it works for you and where in “Add Media” you expect to see a button to insert a video. In the above guide it tells you to click the small red “f” icon next to the “Add Media” button, not the “Add Media” button.
We are always looking for ways of making our interface more user friendly, so we will be happy to hear your feedback.
Thanks,
Martin9 years ago in reply to: User Agent in VAST URLHello Wilhan,
there was an issue with the JS minify engine we are using, I had to ask support to get it fixed.
Now FV Player VAST 0.6.6 is ready for your upgrade. If you don’t see if you can get a copy of it at https://foliovision.com/my-licenses
Thanks,
Martin9 years ago in reply to: Ads not playing on SafariHello Ron,
I’m not able to reproduce this issue on Safari 7.1 nor iPad with iOS 8.1.2. What version of Safari are you using?
Could you please try to use the Vimeo Pro file URLs for these ads to see if the issue persist even then? Make sure you pick the standard quality so that it player for mobile as well.
You can also ask your webhost support to check if they see server overload and failing wp-admin/admin-ajax.php requests.
Thanks,
MartinHello Nathan,
I’m sorry about the delay, could you please check if it’s happening with the first video here as well? https://foliovision.com/player/demos/amazon-signed-urls
Thanks,
Martin9 years ago in reply to: User Agent in VAST URLHello Wilhan,
I see what you mean but the VAST URL is already requested by the client’s browser, so I don’t see a need to send over IP as another argument. JavaScript doesn’t know what is the user IP, so we would have to write a separate script to get it and it would have to work with caching plugins as well.
Thank you for the error report. I noticed the issue with the upgrade not working, so I haven’t announced the new version yet. We are looking into it already.
Thanks,
Martin9 years ago in reply to: Can't disable sharing and embeddingHello Sandee,
I was not able to reproduce this bug.
Are you sure Settings -> FV Player -> Sidewide Flowplayer Defaults -> “Disable Embed Button” and “Disable Sharing” are both checked?
Thanks,
Martin9 years ago in reply to: Ads not playing on SafariHello Ron,
could you please point me to some URL where we can see the issue live?
Thanks,
Martin9 years ago in reply to: User Agent in VAST URLHello Wilhan,
we will add support for this.
We do have a URL tag for IP address, but it will actually return empty as this is not a server-side implementation. Is it really needed for your ad?
Thanks,
Martin9 years ago in reply to: playback speed9 years ago in reply to: VPAID HTML5 SupportHello Thorsten,
VPAID JS ads are supported: https://foliovision.com/player/vast
However it would be best if you could send over a test tag (can your ad provider give you one?) so we can double-check it as not many people are using it yet.
Thanks,
Martin9 years ago in reply to: Ads not playing on SafariHello Ron,
sorry about the delay, are you talking about the FV Player custom video ads or FV Player VAST ads?
I don’t see the FV Player VAST enabled though and your license is already expired for it.
Thanks,
MartinHello magentawave,
please upgrade FV Player to version 6.0.4.14 and you will be able to use the new feature. The announcement post on our blog will come soon.
1) the time depends on the video playback.
2) if you pause the video, the ad won’t appear until it reaches that time. 15 minutes would be far too long though. This feature is more useful for the overlay ads like on YouTube when it appears after 10 seconds of the video or so. If you want to make it appear at the end of the video, then you can use the popup feature.
3) New version of FV Player works well with Optimize Press 2: https://foliovision.com/2014/04/flowplayer-fixes-optimizepress
4) Answered here: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/why-do-2-settings-for-fv-player-appear-in-wordpress-settings
Thanks,
MartinHello magentawave,
sorry about the delay, we recently changed the plugin name, so we kept both labels in Settings so that people who are used to it being in Settings -> FV WordPress Flowplayer can still find it.
We will get rid of it once we update all the documentation.
Thanks,
Martin