Forum Replies Created
-
-
Hello Scott,
thank you your kind words!
I checked your issue – are you also using our Amazon S3 protection? Please let us know what setting you have there, it appears that your custom Cloudfront domain is getting matched by your Amazon S3 bucket.
You can try to enter bigger part of your Amazon S3 bucket URL into Amazon S3 settings. For example if you are using URLs like https://s3-eu-west-1.amazonaws.com/t…y/video.mp4 then you can try to put in “amazonaws.com/t…y” rather than just “t…y”. I think that should help, but make sure you check your Amazon S3 videos afterwards if they play.
Thanks,
Martin9 years ago in reply to: playback speedHello Casey,
sorry about the delay, we were bogged down by solving server issues.
Thanks,
Martin9 years ago in reply to: Stop button on playerHello Helmar,
the buffering is controlled by browser, different browser will buffer differently.
However if you hit the “q” key while playing a video, it will unload our player completely. Could you please test and let us know if that’s what you are after?
Thanks,
MartinHello Nate,
I should have access to a similar device on Sunday, so I should be able to check it out.
Thanks,
MartinHello magentawave,
sorry about the delay, we got bogged down in solving server issues.
The idea is that you can enter your button HTML as the ad. So just put the right class on it and make sure it has the right a href link.
If you install our latest development version from this ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip Then you will see a setting in Setting -> FV Player -> Ads -> “Show after”. You can enter 5 in there and your button HTML to the above box as per this guide: https://foliovision.com/player/adding-ads
That should allow you to put in your HTML and have it show up after a set time.
Thanks,
MartinHello Nate,
no issues with Xiaomi Android 4.2.2 either. What exact mobile do you have?
Thanks,
MartinHello Nate,
thank you for the details. I checked for some other site and this one is responsive: http://www.whatsmyua.com/
I’m not having the issue on Samsung Android 4.4.4 with stock browser. I should be able to get my hands on Android 4.3 later today.
Thanks,
Martin9 years ago in reply to: playback speedHello Casey,
we will add a “step” setting for the speed buttons. The setting will be global with options of 0.1, 0.25 (the new default), 0.5.
The speeds used could be:
0.1 step: 0.1x – 2x in 0.1 incremenes
0.25 step: 0.25x – 2x in 0.25 increments
0.5 step (non-linear): 0.25x, 0.5x, 1x, 1.5x, 2xI see that you would like the 1x – 2x range for the 0.1 step option more steep, but I also see some people might just prefer the 0.1 increments through entire range.
Thanks,
Martin9 years ago in reply to: playback speedHello Bethany,
we do have speed control and after some testing I can say that it can indeed by increased by 0.1. So we could add that into our plugin.
However we would have to make sure we test all devices, as I’m not sure if mobile devices support all of that. I’ll check if we want to do this with our team.
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
we didn’t change anything, however we reported the issue here as we found we are able to reproduce it on our 2 hours long videos: https://vimeo.com/forums/help/topic:281360
If you could also write to that thread that you experienced these issues, that would be helpful. At this point it works for us in the 2 hour long videos without issues.
http://foliovision.com/html/dash/test.html demonstrates use of Vimeo MPEG-DASH, however the video link expires. I put in a fresh one into it now, so you can have a look. It might stop working again in an hour or so.
The issue with MPEG-DASH is that not every browser supports it. Some older browsers would still use the MP4 links. I think it’s only a matter of time until there are tools to download MPEG-DASH, but it also supports encryption.
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
could you please check if you are currently having issues with your videos embedded using FV Player?
Then please check if it works better for you here: http://foliovision.com/html/dash/test.html
The issue you reported was “html5: http error” after few minutes of video playback or when seeking in the video. It occurred even when using Vimeo Pro file URLs.
Thanks,
Martin9 years ago in reply to: Admin Javascript WarningHello Ola,
I see that currently our player doesn’t load for your and you only see a bar video tag without player controls.
Is there any event which get triggered when your theme loads our player with Ajax?
If so, then you can use a script like this:
jQuery(document).ready(function($){
$(element).on(‘YOUR-EVENT’,function(){
if($(‘.flowplayer’).length){
$(‘.flowplayer’).each(function(){
$(this).flowplayer();
});
}
});
});We could also do something to improve this, such as scan all the .flowplayer elements on the page periodically and if we found one which is not yet initialized, initialize it.
Thanks,
MartinHello Ola,
unfortunately your link doesn’t work.
I’m not sure what exactly if your goal, if that’s a lightbox which pops up automatically and plays the video, then that’s not currently supported. We can autoplay the video as soon as it gets open though, perhaps you can setup a click event for the lightbox element on jQuery(document).ready( function() { .. } );
We also need to improve our Ajax compatibility, we could do something to have the playlists working in Ajax loaded content.
Thanks,
Martin9 years ago in reply to: S3 upgrade to Cloudfront but video not foundHello Saul,
it’s great that you were able to figure this out, however make sure you double check that your Cloudfront URLs can’t be opened without the signature and that the file in the linked S3 bucket can’t be opened with direct links.
Thanks,
Martin9 years ago in reply to: Typing cursor and mouse cursotr on videosHello Martin,
1) Blinking cursor – could you please send over the URL of your page where we can see it?
2) Cursor hiding – you can try a CSS like this (just put it to your theme stylesheet or custom CSS field):
.flowplayer.is-mouseout {
cursor: none;
}3) Fullscreen button position – we had the same question here, please have a look: https://foliovision.com/support/fv-wordpress-flowplayer/how-to/customize-skin
Thanks,
Martin9 years ago in reply to: Interactive TranscriptionHello Vishu,
we do support VTT chapters: https://foliovision.com/player/vtt-chapters
Please have a look at if it brings you any closer to your goal. Could you also send an exact link to what you are trying to achieve?
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
we released FV Player Pro 0.6.20 which has the Settings -> FV Player Pro -> Vimeo Pro -> “Force iframe Embedding” option which lets you switch all the players to basic embed codes at once.
This is good in case of some failure in our player, however it mean your playlists or other features won’t work with the Vimeo videos.
We are checking how to use Vimeo MPEG-DASH videos.
Thanks,
MartinHello Nate,
please let us know what Android version you are using. Best if you visit http://whatsmyuseragent.com/ on the Android and write down the user agent string from there.
If you could also send over the URL where we can see the issue, that would be great. What video type are you using?
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
does it happen with all the players on your test page? That means FV Player with its Vimeo integration. FV Player with Vimeo Pro video URL and Vimeo iframe embed code?
If it’s better with the Vimeo iframe code, then we can switch our plugin to use MPEG-DASH for Vimeo videos
You also said the problem is also visible when using the Vimeo Pro video URL, so you could be submitting that issue to Vimeo support.
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
thank you for the sample page link, we won’t publish it.
We are not noticing any issues (when I used our Korean VPN the internet speed is only around 10kB/s unfortunately so I can’t tell the speed difference there), does the issue still occur to you?
I’m noticing that the Vimeo’s player is not using mp4 format but MPEG-DASH (using Google Chrome and Firefox for the test, not every browser supports that). We could add support for that and see if that helps.
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
could you please send us the exact URL where we can see the issue?
You also said: “There are same problem with playing videos neither to put vimeo code nor put file directly.”
So are you seeing the issue with just our player or also when using Vimeo iframe?
I had a quick look at Vimeo forums and noticed some playback issues are occurring in Brazil: https://vimeo.com/forums/help/topic:281259
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….Hello Gbrother,
I’m not seeing issues when using a South Korean IP.
Could you please check if the issue occurs if you put the Vimeo Pro file URL into our player? Just grab the High Def URL from https://vimeo.com/{your video ID}/settings/file and put it up using [fvplayer src="..."]
Thanks,
Martin9 years ago in reply to: Vimeo Play issue….9 years ago in reply to: mobile adsHello Paco,
I tried to play your video on iPad and I got a non-linear ad (2 out of 3 times). However I noticed the video controls no longer appeared after that, so we will have to get that fixed.
On Android I got an non-linear ad as well, but it was not displayed on the bottom of the video as on iPad, it interrupted the video playback until I closed it, so no issues there, apart from perhaps making it work the same way as on iPad.
You can also test this with the Google test ad: https://pubads.g.doubleclick.net/gampad/ads?sz=640×480&iu=/124319096/external/single_ad_samples&ciu_szs=300×250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dskippablelinear&correlator=
Thanks,
Martin9 years ago in reply to: Ads showing twice and timer staysHello Chi,
we are about to finish release of brand new FV Player Pro, however we are suddenly bogged down in a lot of work in improving our client license screens.
Could you please disable any post-roll ads for now and see if that helps?
Thanks,
Martin9 years ago in reply to: Emded Format9 years ago in reply to: wordpress errorHello smit234,
thank you for the bug report. It appears to be a temporary error, are you still getting it? If you are still getting it, please get a fresh copy of the plugin and install that.
You should also consider disabling WP_DEBUG https://codex.wordpress.org/WP_DEBUG or asking your host support to disable the PHP showing error messages.
Thanks,
MartinHello amiremami,
here’s a sample code for FV Player which detects if the user really watched the video to the end (seeking to the end won’t suffice) and then sends the post ID using Ajax: https://gist.github.com/foliovision/2c266598333ecbd1f151
If you know PHP and JavaScript it should be possible for you to link it all together
Thanks,
Martin9 years ago in reply to: Global skip button configurationHello Roman,
we are unfortunately incredibly busy right now, so it will take a week or two.
You can also order our Pro support to accelerate development of this feature if you really need it: http://foliovision.com/pro-support
Thanks,
MartinHello magentawave,
we will add a setting to show the standard ad code after X seconds, so you will be able to use that: https://foliovision.com/player/adding-ads
Thanks,
Martin9 years ago in reply to: Post video in group forumHello HR,
I found this plugin to enable shortcodes in bbPress forums: https://wordpress.org/plugins/bbpress-do-short-codes/
Please let us know if it works for you.
Thanks,
MartinHello magentawave,
you submissions are still treated as spam by Akismet. Other users don’t have this issue. I put in some code to disable Akismet on forum submissions for logged in users, so it should be fine now.
1) Yes, Optimize Press 2 should work, that’s what our post was about. Since it’s a paid software we can’t test it right now, so if nothing big has changed in it, it should still work.
2) We think that it’s important to not stay locked-in in any plugin, theme or CMS. Nothing to fear about in the near future, but it’s important to know how to pack your site and move it elsewhere or to a different system when needed.
Thanks,
Martin9 years ago in reply to: Global skip button configurationHello Roman,
we will add this feature. You will be able to enable video ad skipping and it will look just like in our custom video ads: https://foliovision.com/player/demos/roll-custom-video
Thanks,
Martin9 years ago in reply to: Post video in group forumHello HR,
are you using a custom theme for bbPress? Does it work with the standard WordPress theme? What about some standard WordPress shortcode? Does that work?
Does [audio mp3="source.mp3" ogg="source.ogg" wav="source.wav"] put in an audio player?
Thanks,
Martin- This reply was modified 9 years, 3 months ago by Martin.
9 years ago in reply to: Global skip button configurationHello Roman,
I’m checking your request with our team. We had a request like this before, but we never heard the ad partners refuse to add a skip button.
Thanks,
MartinHello magentawave,
we are sorry about the posting issues, however your submissions were detected as spam by the Akismet antispam service again. I did another check now and it appears your email address is not currently marked as spam, but you should be still in touch with them to let you know which comments you made to some other website using Akismet could have marked you as a spammer.
When we did out OptimizePress 2 tests there was no need for any plugin which would disable the Flowplayer built in into Optimize Press. Could you please have a look at the guide I posted above and let us know where the issue occurs?
We don’t recommend using something like OptimizePress for the exact reason as you said – we don’t want to do something that we can’t reverse later – so just make sure OptimizePress has a way of exporting the content built with the Live Edit feature.
Thanks,
Martin9 years ago in reply to: Post video in group forumHello humza-rafiq,
are you using BuddyPress with bbPress? I haven’t noticed issues when using group forums there.
Thanks,
Martin9 years ago in reply to: Vimeo key check failedHello Gbrother,
please let us know what Vimeo plan are you using and if you are able to get the oAuth2 keys now.
I see what issue has occurred with FORCE_SSL_ADMIN or FORCE_SSL_LOGIN. Please upgrade FV Player Pro to 0.6.18 and the Vimeo videos will continue working.
Thanks,
MartinHello Torben,
I see the issue, it’s like that because we set touch devices to use native fullscreen. Do you have experience with editing JS files? If so, then please comment out line 22 in wp-content/plugins/flowplayer/fv-flowplayer.min.js and let us know how it works for you. You can see the exact line to comment out or remove here: https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/flowplayer/fv-flowplayer.min.js#L22
I think we could just not use native fullscreen if there are subtitles. We could get rid of it completely as well, but it tends to work better on small screens.
Thanks,
Martin9 years ago in reply to: Flowplayer API won't see keyHello Gbowman,
could you please let us know what API are you having issues with?
Thanks,
Martin9 years ago in reply to: How to install Google IMA SDKHello Saket,
Google DoubleClick video ads will works perfectly fine with FV Player VAST, please let us know if you are having any issues.
Thanks,
MartinHello magentawave,
sorry about the trouble, we figured out your forums submissions were caught as spam by Akismet.
Here’s our guide to restricting video downloads with Amazon S3: https://foliovision.com/player/secure-amazon-s3-guide
However what you can do there is pretty basic. We are preparing a whole article on this issue. We are also in process of adding support for encrypted HLS streams – even if you download these they won’t play without the required deciphering key which only your site can control.
Thanks,
MartinHello magentawave,
please read our post about Optimize Press 2 integration here: https://foliovision.com/2014/04/flowplayer-fixes-optimizepress
You can either just post our shortcode into a text box or use the Optimize Press Video Player interface. Please let us know if you still have any questions
Thanks,
MartinHello amiremami.
thank you for the input from myCRED developers.
I can see how this could work and it’s not a huge job. Flowplayer has a hook to detect video end, but it means user can just skip to the end of the video. But there is a way of tracking that, we done that for our improved Google Analytics tracking.
I can see how we can improve our documentation for use face like this, but I’m not sure how we can add an feature like this to our plugin since it also requires custom code in myCRED, we will have a look in our team.
Thanks,
Martin9 years ago in reply to: Flowplayer API won't see keyHello Gbowman,
unfortunately the license key changes with each major release. So you probably installed laters FV WordPress Flowplayer to your new website, so you must use the latest key from https://foliovision.com/login -> My Products for it. Our plugin has an autoupdater for the key, but it haven’t kicked in as you haven’t updated the plugin on the new site I guess.
Also, if you just install the plugin, you should be able to hit “Apply Pro upgrade” at the top and be done with it.
Otherwise the key is the same for the whole domain + subdomains.
Thanks,
Martin9 years ago in reply to: Specific video without vast tag possible?Hello Thorsten,
please try adding data-vast=”skip” to the Flowplayer element – #videoad-top. We should also add support for using Flowplayer clip object for configuring this.
Thanks,
Martin9 years ago in reply to: Subtitles on Vimeo videosHello Torben,
I enabled it for you, please check https://foliovision.com/login -> My Products -> Extensions -> FV Player Pro -> (beta). Make sure you update FV WordPress Flowplayer to its latest version though.
Please let us know how it goes.
Hello Robbertdam,
please let us know what is your licensed domain, I was not able to figure it out.
Thanks,
MartinHello amiremami.
sorry about the delay.
You can script around FV Flowplayer to have an Ajax call running at the end of each video. does myCRED provide any hooks which could be initiated using Ajax? If no, then it would also require some extra PHP code. Such code can be seen here: https://gist.github.com/gabrielmerovingi/5536bdf423ca6c5c79e3
Do you have access to myCRED support to ask them how to trigger their hooks using JavaScript in some good way?
Thanks,
Martin9 years ago in reply to: Subtitles on Vimeo videosHello Robbert,
unfortunately we were slowed down in our progress and the new version is not out yet. We can enable the beta testing for you, so you can try out the current version in development which we only need to test some more.
If you are facing issues with subtitles on iPhone then that’s unfortunate as the only way of providing subtitles there is to use the next track in the MP4 file – so the subtitles have to be part of the encoded video file. However perhaps this improved in the newer iPhone models, so we should check it again.
Thanks,
Martin9 years ago in reply to: Cannot clone the screen settingsHello Roger,
we released FV Clone Screen Options 0.2.3 which fixes some PHP warnings.
Could you please let us know what screen are you having issues with? We tested cloning the main dashboard screen repeatedly for some admin users and could see it works.
Thanks,
Martin9 years ago in reply to: Vimeo 540p qualityHello smith234,
I checked some random video and found the 540p quality in it.
We will add support for this in the upcoming FV Player Pro 0.7 version which has the Vimeo loading reworked. We will also change the quality labels to be 360p, 540p, 720p, 1280p, 240p rather than SD, HD, Mobile etc.
Thanks,
Martin9 years ago in reply to: Shortcode attribute for player typeHello Thorsten,
you can add vast_engine=”flash” to the shortcode and it will use the Flash engine to play the VAST ad – making it compatible with VPAID as well.
The player engine is something else, it doesn’t affect FV Player VAST ad playback.
Thanks,
Martin9 years ago in reply to: Custom post type title contains html span tagHello JP,
did the issue re-appear for OG and Twitter Card tags only? If so, will this fix help? https://github.com/foliovision/fv-all-in-one-seo-pack/commit/59d4f14b1a540c2dac245b6f1238a42dc65d21d2
Or also for
tag? Thanks,
Martin9 years ago in reply to: Video ad double up?Hello Kerry,
sorry about that, there must be some issue with the FV Player Pro and post-roll ads. However we are working hard on the new version currently, which improves the ad options.
I made the new FV Player Pro beta version available for you in case you are interested in testing it. You can get it on https://foliovision.com/login -> My Products -> Extensions -> FV Player Pro -> (beta). Make sure you reinstall the latest version of FV WordPress Flowplayer before using it though!
Thanks,
Martin9 years ago in reply to: Playlist video durationsHello smith234,
we will check you YouTube times in playlist. Perhaps we are already storing this information.
You can read about playlist styles here: https://foliovision.com/2016/02/playlist-styles
Thanks,
Martin9 years ago in reply to: How to add a timer to close the pubs?Hello Gaetan,
please explain what exactly you mean about the “pub”. Is there any sample link where we can see the issue on your website? Are you trying to make sure the overlay ad stays on the video for at least 5 seconds?
Thanks,
Martin9 years ago in reply to: Video ad double up?Hello Kerry,
we realized the issue here, please upgrade to FV WordPress Flowplayer 6.0.4.12 and this will be fixed. Please let us know how it goes.
Thanks,
Martin9 years ago in reply to: Ads showing twice and timer staysHello Chi,
sorry about that, please upgrade to FV WordPress Flowplayer 6.0.4.12 and this will be fixed. Please let us know how it goes.
Thanks,
Martin9 years ago in reply to: How to add a timer to close the pubs?Hello Gaetan,
could you please let us know more about the issue you are having? Are you looking for a way to close ads after a set time? Do you mean the simple overlay ads that appear above the player or video ads?
Thanks,
Martin9 years ago in reply to: Video Page Load SpeedHello Steve,
the videos are loaded when clicked. There is an autoplay option as well. We are fixing the autobuffering option as it was causing issues with YouTube videos.
The CloudFront is always using expiration time of 15 minutes. It uses Ajax request to fetch the video URL so it works well with caching plugins.
Thanks,
Martin9 years ago in reply to: Video ad double up?Hello Kerry,
it seems as if the ads are being added twice. Could you please check if the issue appears with the default WordPress template?
What other plugins are you using?
Thanks,
Martin9 years ago in reply to: Publishing slow when pluginHello Shaun,
1) So is there [fvplayer] shortcode in the page you are saving? If you use it in your theme that should not affect anything.
2) Are you saying even blank post takes long to save?
4) Please check if you have Settings -> FV WordPress Flowplayer -> Integrations -> “Scan video length” enabled and see if disabling it will fix the issue?
Thanks,
Martin9 years ago in reply to: Video ad double up?Hello Kerry,
do you mean that your The Gearlocker ad is followed by The Bloke ad which should not be there?
We reworked the video ads for new version of FV Player Pro 0.7 which will be released this week if nothing goes wrong in our testing. So we will have to check if the issue persists in it.
Thanks,
Martin9 years ago in reply to: Publishing slow when pluginHello Shaun,
that is a weird issue, we check the video length (for videos on Amazon S3) or fetch splash screens (for Vimeo or YouTube) on post saving, but it should never take so long.
1) Could you please check if there are any [fvplayer] or other shortcodes in the post you are saving?
2) Is the post saving slow even when you start a brand new post (or page) and only write a single sentence to is and save it?
3) Is your WordPress Admin Dashboard also slow?
Thanks,
Martin9 years ago in reply to: Video Quality SwitchingHello Osvaldo,
definitely, that will work just fine.
We recommend you use our video checker to check your individual videos before establishing your encoding presets: https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
Martin9 years ago in reply to: Vimeo key check failedHello Gbrother,
after you create the app and you are on URL like https://developer.vimeo.com/apps/{number} you should see “Basic”, “OAuth” and “OAuth2” tabs above your app name and logo.
Are you using Vimeo Plus or Vimeo Pro?
Thanks,
Martin9 years ago in reply to: FV flow Player Browser detectionsHello Hassan,
please follow this guide to get your RTMP playing: https://foliovision.com/player/rtmp-streams
Then simply enter your HLS link as into the “Video” field as the main video source. It will be used by browsers which don’t support Flash.
You can also just use HLS and forget about RTMP as our plugin supports HLS playback for Flash compatible devices – however in that case make sure you setup the right crossdomain policy for the HLS stream: https://foliovision.com/player/hls-stream
Thanks,
Martin9 years ago in reply to: Video Quality SwitchingHello Osvaldo,
thank you for your interest in our plugin!
You need to setup your videos like this:
http://videos.my-site.com/my-chosen-directory/video-name-1-hd.mp4
http://videos.my-site.com/my-chosen-directory/video-name-1-mobile.mp4
http://videos.my-site.com/my-chosen-directory/video-name-1-sd.mp4Our plugin can be configured to detect the “-hd” in the file name and use that for the quality switching – it swaps it to “-sd” or “-mobile” based on what quality is desired.
More information available in our quality switching guide: https://foliovision.com/player/switch-video-quality
If you are looking to a video hosting and encoding with quality switching we recommend using Vimeo Pro: https://foliovision.com/player/how-to-use-vimeo-pro
Thanks,
Martin9 years ago in reply to: Vimeo key check failedHello Gbrother,
perhaps you used a wrong key or a oAuth1 key instead of oAuth2 key. Please follow our Vimeo guide: https://foliovision.com/player/how-to-use-vimeo-pro
Thanks,
Martin9 years ago in reply to: Any way to auto-generate a splash image?Hello David,
we would have to put up preload=”metadata” for the video tag and stop using the is-splash class. Then the first video frame would show up, although in a lot of our videos it’s black as the video fades in.
We will have to test this out carefully before adding a setting for it into our plugin.
Thanks,
Martin9 years ago in reply to: Next And Previous VideoHello Osvaldo,
we added the Prev/Next playlist style. You can read about the playlist styles in our announcement post for this feature: https://foliovision.com/2016/02/playlist-styles
Thanks,
Martin9 years ago in reply to: Skip VAST AdHello Osvaldo,
thank you for the demo, however I don’t see a skip link on the ad even when using Google VAST Inspector https://developers.google.com/interactive-media-ads/docs/sdks/flash/vastinspector or JW Player http://demo.jwplayer.com/ad-tester/
I recommended you set the skip property because you asked about VAST ad. You are using a VPAID ad, so the skip button would have to be built into the VPAID SWF or JS which is not under our control.
We could add our own skip button, but in case of your ad I don’t see any tracking for ad skip event, so perhaps the skipping really is blocked as your ad seems to be only wrapping some other ad.
Thanks,
Martin9 years ago in reply to: Skip VAST AdHello Osvaldo,
you can post it here, we won’t publish it if you choose not to.
Thanks,
Martin9 years ago in reply to: Ads at beginning and end of video playback?Hello Kerry,
we talked about this in our team and we will separate the default video ad picket to one for pre-roll and one for post-roll. That will allow you to have a random video at the start and a fixed video at the end of each player.
Thanks,
Martin9 years ago in reply to: Skip VAST AdHello Osvaldo,
so are you saying that the VAST ad is still not skippable on your video? Could you please send over the URL where we can see this and let us know what country we should connect to your site from to see some ads?
Thanks,
Martin9 years ago in reply to: Ads at beginning and end of video playback?Hello Kerry,
we added the name field. This feature will be included in the FV Player Pro 0.7 release coming next week.
Thanks,
Martin9 years ago in reply to: Skip Link , when ?Hello Frank,
the ad skip time setting will be released in FV Player Pro 0.7 coming next week.
Thanks,
Martin9 years ago in reply to: Any way to auto-generate a splash image?Hello David,
we would have to code that whole function to use ffmpeg to grab the first video frame.
The first frame of video can be displayed, but it greatly depends on the web browser. Since we are supporting also YouTube and Vimeo, there is a lot of things to check before we would enable this.
Thanks,
Martin9 years ago in reply to: Looping IdeaHello John
FV Player Pro 0.6.17 fixes the chapter end time issue. Please let us know if you notice anything weird.
Thanks,
Martin9 years ago in reply to: Ads at beginning and end of video playback?Hello Kerry,
could you please explain more about your idea of naming the ad link/code? Where would it appear in settings and where on the site frontend?
Thanks,
Martin9 years ago in reply to: Any way to auto-generate a splash image?Hello David,
this would be possible, but your PHP would have to be allowed to execute the ffmpeg binary on the server and it would have to be present. There is also ffmpeg PHP module
Thanks,
Martin9 years ago in reply to: vastHello Jonathan,
please check Settings -> FV WordPress Flowplayer -> Sidewide Flowplayer Defaults -> Always use fixed size player.
If you use this option make sure you doublecheck your videos on mobile.
Thanks,
Martin9 years ago in reply to: Looping IdeaHello John,
you are right, it automatically loops to the next chapter rather than to the end of it. We will improve this.
Thanks,
Martin9 years ago in reply to: Next And Previous VideoHello Osvaldo,
do you want to keep the playlist items below the player when using these next/prev links?
Thanks,
Martin9 years ago in reply to: Enable Subtitles button for Vimeo VideosHello Ganesh,
in our Vimeo account I can see the subtitles are added somewhere in the video properties. The have a big FAQ about it here: https://vimeo.com/help/faq/managing-your-videos/captions-and-subtitles The advantage is that it accepts the same VTT subtitles as used by HTML5.
We have a first versions of the new Vimeo integration running on one of our websites. We need to do a couple of improvements for the Custom Video Ads and it will be ready for release.
Thanks,
Martin9 years ago in reply to: Ads at beginning and end of video playback?Hello Kerry,
we support both pre-roll and post-roll ads: https://foliovision.com/player/video-roll-post
The documentation is a bit outdated though, sorry about that. Now you can add multiple video ads into configuration and then select for each video which one should appear.
However I see that currently we won’t allow you to pick one video for pre-roll and some other for post-roll. So the “Pick default ad for all the videos” should be split into “Pick default pre-roll ad for all the videos” and “Pick default post-roll ad for all the videos”. Is that what you mean?
Thanks,
MartinHello Amelia,
seems like you site doesn’t like the license checks. These happen only for users who entered the license key. I’m glad that the fix we put in works.
Thanks,
Martin9 years ago in reply to: Enable Subtitles button for Vimeo VideosHello Ganesh,
we recently realized that our Vimeo integration doesn’t accept VTT subtitles, so now we are working hard on improving this.
I see you are interested in using the subtitles added to the video on Vimeo directly. That is a bit different issue, but we will look into it as soon as we finish our Vimeo improvements.
Thanks,
MartinHello Amelia,
I put a quick fix for this into the plugin. Please reinstall the plugin from WordPress.org (you can download the ZIP file or just install it through your website) and let us know if the issues still persists.
Thanks,
Martin9 years ago in reply to: Undefined index: SERVER_NAMEHello smith234,
I put a fix for this into the plugin. Please reinstall the plugin from WordPress.org (you can download the ZIP file or just install it through your website) and let us know if the issues still persists.
Thanks,
Martin9 years ago in reply to: iPad no video, only audioHello Don,
thank you for sharing the details. I can see the issue on iPad with iOS versions 5 – 8.1.2.
I checked what is causing the issue and it’s this rule in your wp-content/themes/salient/style.css stylesheet:
video, audio {
visibility: hidden;
}We will put up a fix for this into our plugin, you can add it to your CSS now:
.flowplayer video.fp-engine {
visibility:visible;
}Thanks,
MartinHello Julien,
I can confirm that the Vimeo Pro direct HLS link only plays in devices which support HLS natively – iPad, iPhone, Safari web browser on Mac and new versions of Android.
FV Flowplayer is able to play HLS also on any computer with Flash, however not these particular HLS streams from Vimeo Pro unfortunately. I tested JW Player here and I’m getting the same results.
Vimeo doesn’t seem to care much about this, they recommend you use the MP4 links for any external player: https://vimeo.com/forums/help/topic:103223#comment_9193268
The workaround is to open the HLS link in your browser and check where it redirects in the browser network panel. Example:
https://player.vimeo.com/external/46195780.m3u8?p=high,standard,mobile&s=64c504b85ee64c5d1b12e24f81ac7ca2a3ac7971 redirects to https://05-lvl3-hls.vimeocdn.com/1454678967-2eb326232deff04c3ae966b7d796388c45425bb4/01/4239/1/46195780/master.m3u8 – and that link can be used with our player. However I’m not sure if Vimeo ever changes this URL – the chances are it does, so I can’t recommend this as solution. The whole issue is caused by this redirection.
There are ways of downloading HLS stream, better option is to use encrypted HLS – something we are working on.
Thanks,
Martin9 years ago in reply to: how inserting video without short code?Hello robertgc,
what is the name of the plugin? Could you try to suggest to the plugin author to make sure shortcodes are supported? The only have to call do_shortcode() on the field value and that’s it.
There is a way of using our player with just HTML, but it’s not future proof – if anything changes in WordPress or HTML5, there might be adjustments needed. So with shortcode it’s much more flexible.
Thanks,
MartinHello Julien,
I tried to insert one of our Vimeo videos that way – using the direct Vimeo Pro HLS file link – and I see if won’t work.
I’ll have to check again tomorrow in the office if it will play on Mac Safari, as I’m currently on Firefox which plays the video using Flash, as core Flowplayer 6 which we use supports that. Perhaps there is some additional layer of protection on these Vimeo HLS files which is not compatible with it.
I’ll also check if it plays with our Vimeo Pro integration.
Thanks,
MartinHello Julien,
if you use our player like [fvplayer src="https://vimeo.com/12345678"] then it will automatically use HLS video for iPad/iPhone and MP4 for everything else.
Since you have Vimeo Pro account you can also use the HLS links which are provided like this: [fvplayer src="your vimeo URL here"]
That way you can be sure it will be HLS playing and nothing else. Flowplayer is now able to play HLS videos in Flash, so it will play even on desktop computers which don’t support HLS directly. The thread which you found is from a year ago when it was not yet possible.
Thanks,
Martin9 years ago in reply to: how inserting video without short code?Hello robertgc,
could you please let us know more about what you are trying to achieve?
Is your site full of iframe embeds for Youtube or Vimeo and are you looking for a way of having all of them embed with our player?
Thanks,
Martin9 years ago in reply to: Undefined index: SERVER_NAMEHello smith234,
thank you for the bug report! We will get this fixed in the next release.
Martin