Forum Replies Created
-
-
4 years ago in reply to: html5: video file not found (iOS)
Hello Philip,
could you please send us a report via our built-in video checker? The way the video checker works is that you need to come in as admin and open the video checker and send us a report about the video. It works on desktops.
Using that we might be able to figure out what is the issue with video encoding.
Also – are you able to play that video on your iPhone directly? Just open the MP4 file link in a new browser tab and see if it plays.
Thanks,
Martin4 years ago in reply to: File Not Found with ChromeHello Miles,
if it works for you in incognito mode than it must be some Chrome extension which you are using. Please check chrome://extensions/ and try to disable the extension on-by-one until you find the one which is responsible for this.
If you know a bit about web development you can also try to open your browser developer console (here’s how https://kb.mailster.co/how-can-i-open-the-browsers-console/), then try to load the page with the video again and play it. See if any error appears on the console. It might be caused by some browser extension.
Thanks,
MartinHello Colin,
Chromecast reports this error:
onMediaError code: "session_error", description: description: "LOAD_FAILED" details: {type: "LOAD_FAILED", detailedErrorCode:315, itemId: 1}
We found that the error 315 is HLS_NETWORK_INVALID_SEGMENT which means that the video segment is not using TS or AAC format: https://developers.google.com/cast/docs/web_receiver/error_codes
Looking at https://playertest.longtailvideo.com/adaptive/bipbop/bipbop.m3u8 I can see the video segments are using the h264 (Constrained Baseline) codec, while your HLS stream is using Video: h264 (Main). Both of which should work with Chrome Cast, even the old versions. And both streams are using TS segments obviously.
I tried to put in some fixes based on https://stackoverflow.com/questions/55385491/why-is-chromecast-unable-to-stream-this-hls-video-neither-id3-nor-adts-header but it wouldn’t work so far.
I also tested that video in JW Player and it wouldn’t cast either.
—
Regarding https://foliovision.com/player/demos/hls-stream – thank you for letting us know about that playback issue. It’s due to our new Stream Loader technology to serve HLS streams with URL tokens. We will fix it to work with different file extensions and then that broken video will play.
Thanks,
MartinHello Marc,
the VTT with preview images loads fine as the Stream Loader feature of FV Player Pro removes the CORS requirement – it loads from the same domain as your website.
BunnyCDN should use a better default list of file extensions for CORS.
Thanks,
MartinHello Marc,
I don’t see why it wouldn’t work if it worked before.
Please, also try to open your browser developer console (here’s how https://kb.mailster.co/how-can-i-open-the-browsers-console/), then try to load the page with the video again and play it. See if any error appears on the console.
There should be a red notice with the subtitle VTT URL in it along with some error message. Otherwise you will have to open the Network tab of the developer tools, reload the page and play video again and see if the subtitles URL request goes out properly and what does it return.
Thanks,
MartinHello Marc,
yes, exactly. And according to my tests the VTT subtitles are not affected by the new Stream Loader technology which we put together. So I’m not sure why it’s not working for you.
Please end over your VTT file you are using, or even better a link to the page where we can see the issue.
Thanks,
MartinHello Marc,
please send over your VTT file. I was not able to reproduce this issue. The Stream Loader does adjust the VTT file if it contains the sprite image references only.
Thanks,
Martin4 years ago in reply to: Latest plugin creates an error in the consoleHello PatrickBrian,
I’m not getting that error here: https://www.optimize.me/greatest-year-ever/
Does it happen only when you are logged in? Does it seem to break anything?
Ideally you would be able to enable SCRIPT_DEBUG to be able to give us a better error trace. You can do so by adding this to your wp-config.php if you have experience with editing of PHP files:
define( 'SCRIPT_DEBUG', true );
Thanks,
Martin4 years ago in reply to: File Not Found with ChromeHello Miles,
I had a look at https://tangotopics.com/handpressyarm/ with Chrome and it plays without issues. Perhaps it doesn’t work when you are logged in, so test in the Incognito browser mode or in the Guest window.
Thanks,
Martin4 years ago in reply to: Timeline Previews setup?Hello Marc,
FV Player Pro 7.4.36.727 is out. You will have to activate Settings -> FV Player Pro -> Stream Loader -> Enable to make sure your VTT file is processed to support URL tokens for the actual images.
Thanks,
Martin4 years ago in reply to: Uncaught Reference errorHello tgos2012,
please update to FV Player 7.4.36.727. Since you are stripping the query string versions you will have to also clear your CDN cache and browser cache.
Thanks,
Martin4 years ago in reply to: Splash Bug Causing Persistent Image4 years ago in reply to: add mobile video to playlistHello andrew55,
the mobile video field is only supported for a single video player, it doesn’t matter if it’s built using bare shortcode or database.
We could be moving the quality switching from Pro to free plugin for the upcoming 7.5 release which will bring more changes. It might take 2-3 weeks to finish.
However there is a difference in these two features – the FV Player Pro quality switching requires that the video file names follow a certain naming convention. So your desktop videos file name would all have to end -desktop.mp4 and the mobile video would all have to end in -mobile.mp4. That applies for the players where the quality switching is enabled.
I added a new “Hiding the prev/next item buttons in overlay of the Prev/Next playlist style” chapter to our CSS modifications guide: https://foliovision.com/player/advanced/css-tips-and-fixes#playlist-prev-next-overlay
Thanks,
Martin4 years ago in reply to: Ios14 does not have full screen mode.Hello Shin,
do you mean you are using Settings -> FV Player -> Mobile Settings -> “Use native fullscreen on mobile” and it’s no longer working on iOS 14?
Actually it doesn’t work in any iOS version. I found it was caused by our “Compatiblity – Fullscreen appearance fix for Google Pixel 4” fix which was introduced in 7.4.35.727.
I prepared a fix for this to go out in the next release. If you want to get it right now please reinstall FV Player. To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Then install FV Player again and you will get the fixed version already.
Thanks,
Martin4 years ago in reply to: add mobile video to playlistHello Andrew,
1) The mobile video field is a basic feature of the free FV Player. We provided a superior version of it in FV Player Pro: https://foliovision.com/player/basic-setup/quality-switching
And we would actually like to move that feature into the free FV Player to make sure users can get basic quality switching for MP4 videos in the free plugin.
2) I would suggest that you just keep using the current shortcodes which simply refer to the database ID:
[fvplayer id="1"]
We could fix that playlist_hide=”true” argument to work with it if it’s added by hand and ensure it’s never removed by the editor.
However is the prev/next playlist not enough? That one already hides the playlist item thumbnails: https://foliovision.com/player/demos/playlist-styles#prev-next
Thanks,
Martin4 years ago in reply to: Timeline Previews setup?4 years ago in reply to: Timeline Previews setup?Hello Marc,
we realized we need to process the VTT file in order to have it work with URL tokens. So we are working on fixing that.
Thanks,
MartinHello Francis,
thank you for the bug report, however I was not able to reproduce the error.
Do you get that same issue when you preview your website with a standard WordPress theme?
Is it happening with a playlist or is that a single video? How many players are on the page? Please share the link to your page where we can see the issue.
Thanks,
Martin4 years ago in reply to: Splash Bug Causing Persistent ImageHello Devin,
thank you for the bug report! We have worked on a fix, it will be part of the next FV Player release. To get the fix right now you can reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
Martin4 years ago in reply to: Cancel SubscriptionHello Will,
most of the plugins have difficult to manage subscriptions and FV Player is not any better. We do offer a 2/3 discount on the renewal pricing however.
We would like to improve our licenses to work with subscriptions similar to how a web hosting companies bill their users – there would be a single subscription per user billed annually and you could easily add more licenses for different plugins by paying the difference in the prices etc. So no need to renew different plugins at different times. And a single payment/subscription would cover it.
Thanks,
Martin4 years ago in reply to: Error with the latest version of the pluginHello PatrickBrian,
FV Player Pro 7.3.35 was released yesterday. Hopefully it did fix your issues.
Thanks,
Martin4 years ago in reply to: Timeline Previews setup?Hello Marc,
the VTT thumbnail previews from Coconut.co do work and that Videohop service should work too.
FV Player Coconut which is a free plugin integrates the entire workflow of video encoding, encryption and thumbnail previews: https://foliovision.com/downloads/fv-player-coconut
Thanks,
Martin4 years ago in reply to: Vimeo access token appears to be invalidHello Cirdec,
it says you were banned. This could happen if FV Player Pro would access the same missing Vimeo video over and over again. We cache all the API calls and make sure we do not over-use it, but we had some user with similar issue before.
When you check your first screenshot you will see there is a log of errors – please check if you recognize these videos and if they actually exist.
If some of them doesn’t exist, you should be removing it from your website and then contacting Vimeo to remove the ban.
Thanks,
Martin4 years ago in reply to: Timeline Previews in FV Player ProHello Marc,
we are switching from using PNG-based thumbnails with fixed dimensions and intervals to VTT thumbnails which are much more robust. That will improve the way this feature works in FV Player Coconut.
We are also thinking about creating a service for the video thumbnails.
Thanks,
MartinHello Kristin,
please check Settings -> FV Player Pro -> Mobile Settings -> Force landscape orientation in fullscreen. Perhaps we should make it on at all times and remove that option. It should work reliably on Android phones.
Thanks,
Martin4 years ago in reply to: Translate “QUALITY” word on the main player4 years ago in reply to: Video stalls on iOS | High priority issue!Hello Kristin,
is that still the issue with 2.5 hours long MP4 video files? Using BunnyCDN as the CDN for Amazon S3 should improve the video serving indeed.
I tested the video recovery routines and came up with something more effective for these MP4 files it will be part of the new FV Player release. You can get it right now if you reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip (To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.)
The radical step would be to start using the HLS format with the encryption to protect the videos against downloading. HLS is the video streaming technology designed by Apple. FV Player Coconut makes encoding videos into HLS far easier than it used to be.
Thanks,
Martin4 years ago in reply to: Translate “QUALITY” word on the main playerHello Carlos,
we have added these translations for the next FV Player version:
Quality => Calidad
Closed Captions => Subtítulos
No subtitles => Sin subtitulosThanks,
Martin4 years ago in reply to: Error with the latest version of the pluginHello PatrickBrian,
I think the issue started to appear as you updated to PHP 7.4. I think that PHP warning appears if you are using wp-admin -> Settings -> FV Player Pro -> Hosting -> Vimeo -> Disable MPEG-DASH. Please disable that if you can, it’s there basically only for troubleshooting.
We could do a release tomorrow, but there is nothing new for it, apart from this fix for PHP notices.
The last release of FV Player Pro was on September 18th and you are not using the Beta version. The last FV Player was on 2020/09/23 and then 2020/08/24. We know that too much updates can be annoying, but it doesn’t see like we had too many of these recently.
Thanks,
MartinHello Peter,
please use our video checker to see if it gives you any error and send us the video report: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin4 years ago in reply to: Error with the latest version of the pluginHello PatrickBrian,
I was in the end able to reproduce this issue, but only without that patch which I was mentioning.
You probably went back to using some older version of FV Player Pro as in the line where this issue was fixed is 2165. If you are still getting the notice on line 1829 then perhaps you reverted FV Player Pro to what you have installed previously.
Perhaps it’s easier to just wait for the next release to avoid confusion.
Thanks,
MartinHello Cirdec,
please send over a link to your page where we can see the issue. It should really work reliably thanks for that “have-chapters” class. Are you sure you switched FV Player Pro to Beta?
I will need to check if we want to make this a core FV Player Pro feature with Alec.
Thanks,
MartinHello Kristin,
we fixed that fullscreen issue and will include it in the next FV Player release.
Thanks,
MartinHello Kristin,
I found what we need to improve about how we call the HTML5 fullscreen function – navigationUI needs to be set to “hide”. We will make that change.
We have received similar request for easier mobile seek forward and backward. I will check with Alec if we like that YouTube-like double tap interface.
Thanks,
Martin4 years ago in reply to: Error with the latest version of the pluginHello PatrickBrian,
I think that PHP warning appears if you are using wp-admin -> Settings -> FV Player Pro -> Hosting -> Vimeo -> Disable MPEG-DASH.
I prepared a fix for this for the next FV Player Pro release. To get the fix right now you can deactivate and delete the current FV Player Pro plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Then go to wp-admin -> Settings -> FV Player and hit the button to install the Pro pack to get a fresh copy of FV Player Pro.
Thanks,
Martin4 years ago in reply to: Translate “QUALITY” word on the main playerHello Carlos,
we will make sure it can be translated. Could you please post the proper Spanish translation? Then we can add it right in.
Thanks,
Martin4 years ago in reply to: Error with the latest version of the pluginHello PatrickBrian,
it seems you are using FV Player Pro 7.4.31.727 which is not the last version. Perhaps updating that will fix the issue.
I was not able to find any $url variable on that 1829 line of code unfortunately. It seems the issue might be related to Vimeo or YouTube parsing. Are you using any video like that on your page which you linked to? Please let us know what is the video URL so that we can have a look. It’s only for members.
Do you get any note about bad Vimeo API key in wp-admin Settings -> FV Player Pro -> Hosting -> Vimeo ?
Thanks,
MartinHello Edward,
thank you for the confirmation. We will make the fix part of the next FV Player release.
Thanks,
MartinHello Kristin,
thank you for pointing this out, we will get it fixed. It shouldn’t turn black.
Thanks,
Martin4 years ago in reply to: RSS implementationHello Tio,
I have it in my list of things to check with Alec. We didn’t get to it last week.
Please post some details about what software you use to subscribe to these YouTube playlists if you have a minute. I only noticed that link https://www.youtube.com/feeds/videos.xml?channel_id=UCqP1gIWh2SM3lRXf373gMNQ in the header of the page HTML and I’m not sure how I’m supposed to subscribe to it.
Thanks,
MartinHello Edward,
unfortunately we didn’t get any errors in your message. Perhaps you hit the reply button before the image has finished uploading or you pasted in too much HTML code.
Thanks,
MartinHello Edward,
we are working on the fix, here the work in progress version of FV Player in case you want to help with testing: https://github.com/foliovision/fv-wordpress-flowplayer/archive/524-plural-froms-fix.zip
Thanks,
Martin4 years ago in reply to: How to set DRM Text to appear permanentlyHello Anton,
we talked about this and we would like to have 2 presets for the DRM text. One would be the current form where it’s hard to notice any appears in random corner of the video.
The other could be visible at all times and change position less often. I think we can just keep using some similar half-transparent font color to get started and see how it works for you.
Thanks,
Martin4 years ago in reply to: Protecting Videos With DRM TextHello Federico,
we talked about this and we would like to have 2 presets for the DRM text. One would be the current form where it’s hard to notice any appears in random corner of the video.
The other could be visible at all times and change position less often. I think we can just keep using some similar half-transparent font color to get started and see how it works for you.
Thanks,
Martin4 years ago in reply to: DRM colorHello Edward,
actually the current color is gray with transparency.
We are going to create 2 presets for the DRM text. One would be the current form where it’s hard to notice any appears in random corner of the video.
The other could be visible at all times and change position less often. I think we can just keep using some similar half-transparent font color to get started and see how it works for you.
Thanks,
MartinHello Prakash,
we talked about this and we would like to have 2 presets for the DRM text. One would be the current form where it’s hard to notice any appears in random corner of the video.
The other could be visible at all times and change position less often. I think we can just keep using some similar half-transparent font color to get started and see how it works for you.
Thanks,
MartinHello Rhys,
I posted some technical details about how we could implement this to Alec.
Thanks,
MartinHello Girish,
I tried to play your video in full length numerous times with Firefox on Windows 7 and it just worked.
Although there was one time when it stopped playing and it wouldn’t react to the play button anymore. I had to seek in the video to some other position and then hit play button again.
Please check with your user if he is using any browser extensions. Some video downloading extensions can cause unexpected behavior with video playback. He might not be trying to download anything, but just having some video related extension, such as autoplay blocker, could cause some issue which we are not able to reproduce. So a list of any active extensions would help.
Thanks,
MartinHello Girish,
please ensure that you are using the latest FV Player and FV Player Pro installed.
Then send us a link where we can test that stream. There were some issues with multiple auto track streams in the past which I believe were fixed last time in FV Player 7.4.7.727. So I would like to have a look again.
Thanks,
MartinHello Edward,
I get that same issue when I switch to Russian. The translated phrases which I get are:
duration_1_day: "%s день" duration_1_hour: "%s час" duration_1_minute: "%s minute" duration_1_second: "%s second" duration_n_days: "%s дней" duration_n_hours: "%s часов" duration_n_minutes: "%s minutes" duration_n_seconds: "%s seconds"
So it appears it fails to translate a couple of these.
We are looking into it.
Thanks,
Martin4 years ago in reply to: YouTube videos without youtube controllersHello Fabrizio,
you can use the logo option in Settings -> FV Player Pro -> Hosting -> YouTube.
Thanks,
MartinHello Edward,
thank you for the bug report, could you please send over the full log entries? We will remove any sensitive part which it might contain.
Also, what language are you using?
I wonder what could be the issue there as we use the WordPress _n() PHP function according to their docs.
Thanks,
MartinHello Ryan,
I had a look and it seems that you figured it out. You are using Cloudflare, so you probably had to allow it there as well.
Thanks,
Martin4 years ago in reply to: FV player with RTMP live streamHello yigael,
please send a screenshot of your editor with the stream details filled in.
Please load the page with the player where the RTMP doesn’t play and run the following code on the browser console:
JSON.stringify( flowplayer(0).conf.clip, true, 2 )
Then please copy output of that command over here or make another screenshot.
Thanks,
Martin4 years ago in reply to: Cast not workingHello Colin,
please make sure you update FV Player Pro too, there was a fix for Chromecast in version 7.4.33.727.
Thanks,
MartinHello Cirdec,
please switch FV Player Pro to Beta (here’s how https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta) and once you update to the latest version (or grab a fresh ZIP from https://foliovision.com/my-licenses) the player will have a .have-chapters class. Then you can use the revised CSS from: https://foliovision.com/player/advanced/css-tips-and-fixes#move-chapters
I also wonder if a display mode for chapters like this should not be part of the plugin without any need to add custom CSS.
Thanks,
MartinHello gogfolio,
we will check this out, perhaps we can just add another button or we can do what YouTube does – when you double-tap to the left part of the video it goes 10 seconds back and when you double-tap on the right part of video it goes 10 seconds forward.
Thanks,
Martin4 years ago in reply to: Player freezing on live HLS streamsHello Colin,
if you have a moment could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
I enhanced our live stream count-down routine to also work when in middle of the stream. If you try to play a stream which is not available you get a “We are sorry, currently no live stream available” message with 30 second countdown.
Then if it fails in the middle, you get “It appears the stream went down” with a 10 second countdown.
Thanks,
Martin4 years ago in reply to: Player freezing on live HLS streamsHello Colin,
if there is an issue we like to fix it. If we are not able to do so, then we can talk about a refund. As you noted you haven’t replied for a month.
Akamai is using HLS.js just like we do, so we can do that improvement. I was only mentioning that it won’t fix the issue entirely for iOS.
When testing with that Akamai player the stream doesn’t come back for me after disconnecting for too long and it doesn’t show any error in that case. So nothing is perfect, but we will cover these basics like connection dropping for a couple of segments.
Thanks,
Martin4 years ago in reply to: Cast not workingHello Colin,
I had a look at your website and I think the issue is that you are also using the Castr player at the same time. Please try to remove it from the page, ti appears to be some iframe code only.
Thanks,
Martin4 years ago in reply to: global variable for shortcodeHello tcnet,
I can test this with IP 172.105.78.177. So please generate a token for us and send over the full video URL.
You can also try to run this on the browser console and send us the screenshot of the output (assuming it’s the only player on the page):
JSON.stringify( flowplayer(0).conf.clip, true, 2 )
In that sample code the $url is the argument of the filter function – the full video URL, starting with https:// and ending with the file extension.
Thanks,
Martin4 years ago in reply to: Remove gradient at top of playerHello Drazen,
we use a bottom gradient to make the control bar more visible. You can use some other skin in Settings -> FV Player -> Skin and it won’t be there anymore.
Thanks,
MartinHello Bruno,
if you are using FV Player Pro, then it’s Settings -> FV Player Pro. So save the settings there please.
Thanks,
MartinHello Bruno,
please try to re-save Settings -> FV Player and see if that fixes the issue. I asked you to install that special FV Player version to help us with testing (thank you!) and it seems the new CSS file was not generated.
Thanks,
MartinHello Richard,
we also fixed the FV Player widget in Elementor. Now it does update the preview and does save problem.
The new FV Player version with box fixes should be out today.
Thanks,
Martin4 years ago in reply to: Does it work in Elementor?Hello Peter,
we have fixed the FV Player widget in Elementor. Now it does update the preview and does save problem. The new FV Player version with the fix should be out today.
Thanks,
Martin4 years ago in reply to: jQuery Migrate Helper ErrorHello Gregory,
the fix will be part of the next FV Player release which should be released today.
Thanks,
Martin4 years ago in reply to: RSS implementationHello Tio,
we haven’t had a request like this before. Please send over some specs for the RSS feed format and we could give you an estimate for coding this feature to suit your needs. Would that be the same as the YouTube format? https://www.youtube.com/feeds/videos.xml?channel_id=UCqP1gIWh2SM3lRXf373gMNQ
If you know how to write WordPress plugins, then have a look at our FV Player Database API here: https://foliovision.com/player/advanced/player-database#php As you can see building this as a one-of plugin to suit single website wouldn’t be so hard.
Thanks,
MartinHello Richard,
I found the issue appears when the computer operating system is set to use the dark colors.
We have put in a fix, it will be part of the next FV Player release. Do get the fix right now you can reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
MartinHello tcnet,
I see that if a stream doesn’t play and it starts to count-down and they you watch some other video it might suddenly get interrupted by that first stream as it becomes available.
We have improved it to only allow stop the live stream count-down when a video starts playing: https://github.com/foliovision/fv-wordpress-flowplayer/archive/492-multiple-live-stream.zip
Thanks,
Martin4 years ago in reply to: embed player is goneHello Biellh,
one thing that could cause the “fvp” part of the iframe URL is the number of players on the page. How many players do you get when you open your page with the video where the embed link has changed? Is there any player in the header which didn’t used to be there?
Do you run into the same issue when using a default WordPress theme or do the links work fine there?
Thanks,
Martin4 years ago in reply to: FV player with RTMP live streamHello yigael,
do you run into the same issue when using the default WordPress theme? I wonder if there is anything in your theme that makes the object element so small or hidden.
Thanks,
Martin4 years ago in reply to: global variable for shortcodeHello tcnet,
the proper way of appending such argument to the video URL would be using the fv_flowplayer_video_src filter. You can look it up in FV Player Programmer’s Guide: https://foliovision.com/player/advanced/api-programming
I doubt it will fix the issue you are having though.
Please open your browser console (here’s how https://kb.mailster.co/how-can-i-open-the-browsers-console/), then try to play that video again and see if any error appears in that console.
How long does your token last? Can you send a URL we can test with?
FV Player Pro also has a class in it to append such token to the video URL using Ajax, so that it can’t be parsed from page HTML code.
Thanks,
Martin4 years ago in reply to: Script to display fv video in a theme fileHello Samuel,
I would recommend you create the FV Player instance on the wp-admin -> FV Player screen. Then copy the shortcode and use it in your page template like this:
<?php echo do_shortcode('[fvplayer id="1"]'); ?>
Thanks,
Martin4 years ago in reply to: Subtitle Font SizeHello Nick,
it’s possible that your theme is setting the font-size in a forceful way.
In the worst case you can add !important to the CSS code which Maria posted. I added that as a tip at the start of our CSS Tips and Fixes guide where you can find more examples as well.
Thanks,
Martin4 years ago in reply to: License upgrade payment4 years ago in reply to: License upgrade paymentHello Remco,
I found there is a bug in that screen – it’s not check if you already did upgrade your license. We are working on a fix.
Thanks,
Martin4 years ago in reply to: Subtitle Font SizeHello Nikolaos,
as I said your theme might have some CSS in it which forces all the paragraph text to a certain size.
But this should just work in our plugin and you shouldn’t have to think about this.
I tried to fix that, could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Then re-save the plugin options setting the desired font size and see if it works now.
Thanks,
MartinHello Sebastiaan,
we made some fixes to the wizard, please reinstall FV Player Coconut plugin from a fresh ZIP file which you obtain from https://foliovision.com/my-licenses
Thanks,
MartinHello Sebastiaan,
so did it ask you for DigitalOcean Personal Access Token and is it using the DigitalOcean Spaces CDN now?
Please remove the Coconut API key in wp-admin -> FV Player -> Coconut Jobs -> Settings. Then you should be able to run the wizard again and this time you should see in the first introduction step that BunnyCDN will be used. It should show this exact diagram:
Thanks,
Martin4 years ago in reply to: how can i get iframe url from the video idHello Daniele,
no news yet, yesterday we had a state holiday. Hopefully I can check this with Alec this week.
Thanks,
Martin4 years ago in reply to: Subtitle Font SizeHello Nikolaos,
your theme might have some CSS in it which forces all the paragraph text to a certain size. That’s what might be blocking our subtitle font size setting.
What Maria suggested should help.
Thanks,
Martin4 years ago in reply to: FV player with RTMP live streamHello yigael,
please try to open your browser developer console (here’s how https://kb.mailster.co/how-can-i-open-the-browsers-console/), then try to play that video again and see if any error appears on the console.
In modern browser you have to explicitly allow Flash.
You can also check if https://foliovision.com/player/demos/cloudfront-download-protection -> “PLAYER WITH JUST THE RTMP STREAM” plays for you.
Thanks,
Martin4 years ago in reply to: Problem when adding a new video from VimeoHello Eman,
so you got that as an error “An unexpected error has occurred. Please copy the player raw data below and submit a support ticket to Foliovision” when trying to save the video?
Does it happen again when you try to create new FV Player instance or was that just an one off? Some plugin error or plugin conflict might be breaking the saving routine.
Are you able to check the PHP error logs? If you are not sure you can try to install this plugin: https://wordpress.org/plugins/error-log-monitor/ Then try to save another player and see what was added to the logs.
Thanks
Martin4 years ago in reply to: FV Player PRO license question…Hello Adams,
please take the actual license key from https://foliovision.com/my-licenses and paste it into that FV Player license key field on your website in wp-admin. It won’t work with license auto-activation.
Thanks,
Martin4 years ago in reply to: FV Player PRO license question…Hello Adams,
please check https://foliovision.com/my-licenses now and you will find the license key for localhost domain right there.
Thanks,
Martin4 years ago in reply to: FV Player PRO license question…Hello Adams,
the staging website has to run on a sub-domain on the live website indeed. So if you have my-website.com, it needs to be something like dev.my-website.com. Or it could be my-website.my-webhost.com if your web host offers such domains.
If you are in a localhost environment you can setup dev.my-website.com on it using virtual hosts.
We could potentially allow using a simple localhost domain you what you are trying to use, but we have to think about the possible consequences. Our licensing needs to stay reasonably secure.
Thanks,
Martin4 years ago in reply to: How to use “Search player”Hello Bruno,
we will make this improved search routine part of the next FV Player release. That way everybody will benefit from the improved search.
Thank you for sharing your issues with us and all the testing.
Thanks,
MartinHello André,
we have prepared a new feature for FV Player Pro which will let you skip any transcript formatting and use it in its raw form. We need to finish some testing though. Perhaps it will help with your issue.
How should that “v character” part be displayed? I wonder if using some speech balloon would make sense.
Thanks,
MartinHello Kendell,
I don’t see anything strange with the way you are pausing the player.
It seems to me that timepause should be an array with 10 and 20 as values, but you are comparing it as a string. I would make that array JSON encoded an then loop through it looking for that time or fixtime value.
Thanks,
Martin4 years ago in reply to: how can i get iframe url from the video idHello Daniele,
so when you are viewing a course in WPLMS is it really a non-standard WordPress theme that is not using jQuery at all? Can it at least be loaded?
Previously I also said that the FV Player iframe embed code could work with player ID but it doesn’t for security reasons. We could actually allow that if we put up some token into the URL. But we will have to discuss this in our team if we would like such feature or if it’s more of a custom programming job.
Thanks,
Martin4 years ago in reply to: how can i get iframe url from the video idHello Daniele,
the important question here is whether the FV Player script is loaded in your page HTML or not. Once it’s there is doesn’t matter how the FV Player instances are appended to HTML in Ajax, they should just work.
You can verify this by running “flowplayer” on your browser developer console.
FV Player uses a the jQuery ajaxComplete hook to support Ajax calls:
jQuery(document).ajaxComplete( function() { fv_player_load(); });
Perhaps that’s not enough and you need to run fv_player_load() in some other way. You can even try to run it on browser console to see if fixes and FV Player that fails to initialize.
I’m not sure why the WPLMS support talks about videocipher.
Thanks,
MartinHello Peter,
by default only one video should be allowed to play in FV Player. How are you starting the playback if it allows some other video to play in background?
Thanks,
Martin4 years ago in reply to: Player freezing on live HLS streamsHello techcolin,
I tried to play a HLS live stream with FV Player and I did block the network connection to the streaming server and I see it just failed to play and didn’t recover.
I did run into the same issue with Safari which supports HLS natively.
I see that improving this could be a nice new feature in FV Player. But since it would require a separate code for Safari (mainly on iPhone) it wouldn’t be so easy.
Thanks,
Martin4 years ago in reply to: how can i get iframe url from the video idHello Daniele,
please check if you are using Settings -> FV Player -> Integrations/Compatibility -> “Load FV Flowplayer JS everywhere”. If they say that the player HTML is appended to the page with Ajax and then it doesn’t execute, then that setting should fix it.
The iframe embed code could work with player ID, but it checks if the post does contain that player ID. So I’m not sure if that would work for you.
Thanks,
MartinHello David,
here’s what we tried – first we clicked to play a failing live stream. That would show the 30 second countdown. Then we played a second player with a working live stream which would work just fine.
But once the 30 seconds countdown of first player has reached its end and it tried to connect again it would mute the live stream playing in the second player.
Is that the issue you were running into?
We fixed the issue and it would be great if you could help us with testing by reinstalling FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/492-multiple-live-stream.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
MartinHello Jp,
I checked that thread and I see there was some conflict with your theme. We made some suggestions:
Could you please try to switch your website to some default WordPress theme to see if the issue is present also there?
The sizing issue was related to some jQuery fullscreen plugin on your website.
But it appears to me we didn’t get any response about these issues from you.
So I would recommend you put up the latest version as I was mentioning in my last message and then if there is some issue let us have a look. We will see if there is some specific issue in your case and if we can make a general fix for it.
Thanks,
MartinHello tcnet and tomierna,
the challenge here is detect the live stream ending. If this is not done properly, then it might trigger even if the user simply has an internet connection issue.
I can see how this could work on desktop computers as with HLS.js library we can check the stream manifest file.
Thanks,
Martin