Forum Replies Created
-
-
7 years ago in reply to: Playlist Thumbnail width too large
Hello S,
we found that the issue is caused by FV Player iframe embed code routine which makes sure the player takes over full iframe content. It should not be applied to a generic iframe like yours, it should only affect FV Player iframe embed.
It’s fixed now and ready for the next release which will happen next week. In the meantime you can reinstall FV Player from WordPress.org to get the fix. To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with out plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
I also see you are stripping the query string version numbers for JavaScript files. We consider that a bad practice as that way you have to clear your browser cache (and CDN if it’s involved) to get the new files – so your browser will likely hang on to the old FV Player script and you wan’t see this fixed until you clear all the caches. Here is our article about the issue: https://foliovision.com/2017/06/wordpress-cdn-best-practices
Thanks,
MartinHello s,
we found a similar issue on some other website, I will try to come up with a fix. As a quick workaround you can use CSS like this:
.flowplayer.fixed-controls.is-audio { height: 40px !important; }
Thanks,
Martin7 years ago in reply to: Playlist Thumbnail width too largeHello John,
I see we are not passing the 100% width to the playlist players. We will get that fixed.
Thanks,
MartinHello Marc,
perhaps Vimeo is blocking the API calls from your server. Could you please send over the [fvplayer] shortcode which is not working for you? Please also include the link to your page where the video won’t play.
Are you using the Vimeo Channel feature? https://foliovision.com/player/video-hosting/how-to-use-vimeo#adding-video-channel
Or are you building the playlist in the normal FV Player way? https://foliovision.com/player/basic-setup/creating-playlists
Thanks,
Martin7 years ago in reply to: Author gravatars not served from cacheHello Will,
it works that way as it only caches a single size (and retina size) for each avatar. So your author avatar is probably bigger.
We were thinking about improving this, but in the end where the cached gravatar helps the most if a post with a lot of comments where a lot of people might just have the default one.
Thanks,
Martin7 years ago in reply to: Hide ‘Hit ? for help’Hello Peter,
we are currently concentrating our efforts on FV Player 7, which is currently in beta for Pro users: https://foliovision.com/2018/06/fv-player-7-beta
It no longer shows that tooltip by default.
Thanks,
Martin7 years ago in reply to: FV Player VASTHello Mirco,
I tested that page on iPhone 7 with iOS 11.2 and iPad with iOS 11.3 and it worked fine. I also got an overlay video ad when I opened the page the first time.
Thanks,
Martin7 years ago in reply to: Lightbox issue on laptop computerHello Anthony,
FV Player version 6.6.4 which has been released now fixes the issue.
Thanks,
Martin7 years ago in reply to: Resumable VideoHello John,
I’m just closing some old thread – the video position storing was added couple of months ago: https://foliovision.com/2018/03/position-saving-video-fields
The video links were not working on your website because of Vimeo quality switching. It was fixed in some other thread.
Thanks,
Martin7 years ago in reply to: JetPack Breaks FV Player in newest updateHello Lacey,
I’m posting what we found in the Pro support here to make sure we help other users too:
The problem was with your theme UnidashVersion By CactusThemes which runs HTML filtering function (wp_kses) when showing articles. It’s a standard WordPress function which strips potentially malicious HTML markup from the posts. Normally it only runs when saving the posts, but your theme is running it even on the HTML code added by plugins – which is non-standard. So we improved FV Player to handle this scenario – the fixed version is on your website already and we will make that fix part of the next release as well.
Second issue was that some plugin breaks the way FV Player works. And it’s not JetPack, theme must be some other change which was done on the website, like some other plugin update. However enabling “Load FV Flowplayer JS everywhere” fixed the issues, so the videos in your lessons now play. The downside of that setting is that the CSS/JS files have to load one each page, but it’s more compatible. Your setup seems to be loading the post content in some strange way which prevents FV Player to load its scripts without use of that option unfortunately.
Thanks,
Martin7 years ago in reply to: FV Player VAST7 years ago in reply to: Lightbox issue on laptop computerHello Anthony,
I am noticing the issue now. We will check how the lightbox window size is calculated and see if the new fancyBox technology to which we are upgrading will fix the issue.
Thanks,
Martin7 years ago in reply to: Quality Videos played from AmazonHello Marie,
that is correct, FV Player 7 enables manual quality switching for HLS streams. It lists the video qualities automatically.
I see the issue that the “System preset: HLS 2M” in AWS Elastic Transcoder actually sets the limit to 1024×768 rather than 1280×720. So that preset needs to be cloned and the resolution needs to be set right. The bitrate which is 1872 should be increased to 2194 or so. But you try even 3-4 Mbps if you need superior video quality.
Thanks,
Martin7 years ago in reply to: FV Player VASTHello Mirco,
I’m noticing we are having the same issue here: https://foliovision.com/player/demos/youtube-vast-autoplay
We will get it fixed.
Thanks,
Martin7 years ago in reply to: crossdomain.xmlHello Homa,
seems like our video checker is not able to connect to your streaming server. It’s not trying to impersonate a real browser.
Could you please send the report using that red button, so we can have a closer look?
Thanks,
Martin7 years ago in reply to: Screen mosaic in FV Player 7 BetaHello Gbrother,
the issue with video ending is fixed. We found there is a better way of marking up Dash segment durations. That should really make the streaming more reliable. We tested on 16 videos using both release and beta versions.
Thanks,
Martin7 years ago in reply to: Increase in Vimeo errorsHello Çapan,
I found there was a bug in the initialization segment IDs. It has been fixed on the API end. We will look for a way of validating the MPD streams to detect issues like this early on.
Thanks,
MartinHello Matt,
I found there was a bug in the initialization segment IDs. It has been fixed on the API end. We will look for a way of validating the MPD streams to detect issues like this early on.
Thanks,
Martin7 years ago in reply to: Screen mosaic in FV Player 7 BetaHello Gbrother,
thank you for the bug report, I found there was a bug in the initialization segment IDs. It has been fixed on the API end. We will look for a way of validating the MPD streams to detect issues like this early on.
I’m noticing there is a problem that some (1 out of 20) Vimeo videos now don’t finish properly and instead just show black screen at the end. We are working on fixing that issue, but if you are not using playlists or end of video actions it won’t affect you.
Thanks,
Martin7 years ago in reply to: How To Play Flash Movie FileHello msk2018,
currently it’s possible to have a popup at the end of the video and a video ad at the start of video, which can be set to display after a set amount of time.
We have bigger plans – to allow you to show any of the popup at any time in any video. But first we need to finish the plugin update to store player configuration in database rather than in shortcodes. We made good progress on that lately.
Thanks,
MartinHello msk2018,
I have seen some scripts which can hide the YouTube ID when playing the video. However they were not using a custom interface, it was the standard YouTube iframe.
We could work on improving this, but from our experience the YouTube API has its bugs as well, so we will talk about this on our team meeting and will see.
Thanks,
Martin7 years ago in reply to: Progress bar preview ala YouTubeHello Radmitry,
thank you for your suggestions.
We wanted to add some quick implementation of the progress bar preview frames, however it might not work with HLS and MPEG-DASH streams. So it’s bit of downside. But perhaps at least for Vimeo videos it could load the preview frames. Do you have you video preview frames generated in some image file too?
We will discuss the your mouse pointer ideas.
These ugly white dashes are actually the portions of video which were already buffered – seeking into these takes no time.
Thanks,
Martin7 years ago in reply to: Increase in Vimeo errorsHello Çapan,
we received some more bug reports about Vimeo couple of days ago. It appears that there was some issue with video encoding on Vimeo.
I wasn’t able to reproduce the issue you were having. Have you seen decrease in the video errors in Google Analytics since you reported the issue?
Thanks,
Martin7 years ago in reply to: Lightbox issue on laptop computerHello Anthony,
I was not able to reproduce the issue. What is your laptop operating system and what browser do you use?
Are you getting the same issue when you switch to the Twenty Seventeen template?
Thanks,
MartinHello Çapan,
it appears no external scripts are loading before the FV Player scripts apart from https://adservice.google.com/adsid/integrator.js?domain=ailevecocuk.net which seems to be quick.
There is also some request to https://ailevecocuk.net/javascript.js which is the top of HTML, but it goes to 404 WordPress page and it doesn’t seem to be cached. It seems to be responsible for a 3 second delay in the site loading.
Thanks,
Martin7 years ago in reply to: Screen mosaic in FV Player 7 BetaHello Gbrother,
we got one more report like this and it seemed like a temporary issue with Vimeo video encoding. Are you still getting it?
Thanks,
MartinHello Matt,
we got one more similar report, it seems like the issue could have been on Vimeo end.
Thanks,
Martin7 years ago in reply to: Backend Problems – Post saving takes too longHello Florian,
so they said your site is not connected VaultPress. What is the reason to use VaultPress in that case? But as you discovered it is still sending some information to them as your screenshots posted earlier show.
Have you tried to disable FV Player and replicate the action and see if these vaultpress.com/xmlrpc.php calls are still occurring? Based on what you wrote before the post saving should be quick in such case, but are these calls still happening in that case? They really should.
So then VaultPress really should be able to tell what is causing these remove calls, what is being send and now. Perhaps they want to backup the video file as well? That could take a lot of time, but I don’t think they would really do that.
Thanks,
Martin7 years ago in reply to: Flash version of FlowplayerHello William,
we only started to offer Flowplayer licenses since version 5.
I also tried to install ArtisBrowser on Windows 7 and I could get the MP4 videos to play after I installed Flash: https://foliovision.com/player/demos/playlist-autoplay There was no need to use old FV WordPress Flowplayer 1.2.17 with Flowplayer 3 (Flash) in it.
But I couldn’t get it to play Vimeo nor CloudFront videos (with URL signature obtained via Ajax). That was not supported in old FV WordPress Flowplayer anyway.
Thanks,
Martin7 years ago in reply to: Vimeo seeking issues in FV Player 7 BetaHello Gborther,
FV Player and FV Player Pro versions 7.1.4.726.beta are out. Please update both plugins to that and the issue will be fixed. You will have to first switch to the Beta release, then you should see these beta updates available.
Thanks,
Martin7 years ago in reply to: Vimeo redirect and embed full screenHello Dave,
as a license FV Player user you can upgrade to FV Player 7 Beta which gives you autoplay in these modern browsers: https://foliovision.com/2018/06/fv-player-7-beta
If you notice any issue it’s really easy to downgrade back to FV Player 6.
Thanks,
Martin7 years ago in reply to: Flash version of FlowplayerHello William,
if you really want to make your videos impossible to download, you can use HLS encryption which FV Player Pro supports. You can still download such HLS stream if you know the right tool, but it won’t play without the license key which can only be obtained by playing the video on your website.
The video can be more secure when using Flash, as you the video key (decryption key or just secure token for the URL signature) can be part of the binary code which can’t be inspected with the browser developer tools. That is correct. However the Flowplayer Flash component in FV WordPress Flowplayer 1.2.17 doesn’t give you that out of the box, you would have to heavily modify the action script and compile your own version of Flowplayer Flash. If that’s your goal then I would recommend you use the latest FV Player and figure out how to modify the Flash HLS engine which it contains to obtain the HLS decryption key in some even more secure way.
And then you have to tell all the mobile users to go and use their computer and install Flash on it.
We can fix FV WordPress Flowplayer 1.2.17 for you if you buy Pro support, but I’m still not sure the Flash player is really what you need.
FV Player license only covers FV Player 6 and 7. The license doesn’t work for FV WordPress Flowplayer 1.2.17, you would have to buy that one from Flowplayer directly.
Thanks,
Martin7 years ago in reply to: Google Drive video not workingHello Daniel,
thank you for the bug report, we will add this to our automated testing.
The issue has been fixed and if you reinstall FV Player from WordPress.org it will for your you as well. To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with out plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
MartinHello Harold,
it only means that you are not getting the plugin updates. You shouldn’t have any issues with adjusting your website that way, so this shouldn’t interfere with your development work.
Thanks,
Martin7 years ago in reply to: How To Play Flash Movie FileHello msk2018,
FV Player has the Popup technology with which you can show popup at the end of the video. We have plans to allow you to place any popup at any time in any video.
FV Player Pro also has the Video Ads in which you can create ads from your mp4 files or even YouTube or Vimeo videos. For each you also specify the URL address they should link to.
Thanks,
Martin7 years ago in reply to: VAST overlay ads issue in SafariHello Florian,
so the actual overlay ad only appears for a very short period of time?
I’m not noticing any issue on Safari 11.0.3 (12604.5.6.1.1) on OS X 10.12.6. No issues on Safari 11.1 on OS X 10.13.4 either.
Could you please enable Debug in Settings -> FV Player VAST, then open your page and the development console, reload the page and let us know what appeared on the console?
Thanks,
Martin7 years ago in reply to: Vimeo redirect and embed full screenHello Dave,
opening that page caused my Firefox and Chrome web browser to stop responding. Same applies to Safari.
I found where FV Player script gets into an infinite loop. Please reinstall FV Player and it will work. To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with out plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
Martin7 years ago in reply to: Flash version of FlowplayerHello William,
I said that error doesn’t look like it should break everything. I could still play the videos.
FV WordPress Flowplayer 1.2.17 is no longer maintained, as it’s using old and deprecated technology. I’m not even sure what you are trying to achive with Flash-only player. We are concentrating on finally getting FV Player 7 out of the beta stage.
Thanks,
Martin7 years ago in reply to: Flash version of FlowplayerHello William,
I can confirm that the shortcode [flowplayer src="https://video-cdn-public.foliovision.com/Swan-Lake-Reloaded-sd.mp4"] using FV WordPress Flowplayer 1.2.17 plays for me.
For that version you actually have to use [flowplayer] and not [fvplayer]. You also have to remove the license key from settings.
The downside is that unless you have specifically allowed Flash for the page it won’t load the player.
Thanks,
Martin7 years ago in reply to: Flash version of FlowplayerHello William,
that error doesn’t look like it should break everything. Could you please check if the videos play or not?
If that dialog window doesn’t work, please try to use this shortcode directly:
[fvplayer src="https://video-cdn-public.foliovision.com/Swan-Lake-Reloaded-sd.mp4"]
Thanks,
Martin7 years ago in reply to: Backend Problems – Post saving takes too longHello Florian,
I think the information which is sent to Vaultpress in that request should be inspected. Maybe it sends the post content with [fvplayer] shortcode in it and something goes wrong there.
Thanks,
MartinHello Mike,
FV Player 7.1.3.726 Beta fixes the issue. To get it please switch back to Beta and you should see an upgrade available to that version.
Thanks,
Martin7 years ago in reply to: Issues with Fast Velocity MinifyHello Çapan,
I tried to install that plugin. I see that it put all the JavaScript on the page to a single header and footer file. However no issues with FV Player have occurred.
Are you using any of its “JS Advanced Options”? I tried to enable the “Enable defer parsing of JS files globally ” option there which is what seems to help with Google Page Speed the most and FV Player still works.
It’s likely that the issue occurs as the plugin is trying to minify combine multiple JavaScript files into one and one of these might conflict with FV Player, or perhaps it’s not related to FV Player at all and you need to figure out which plugin needs to be excluded.
Thanks,
MartinHello Mike,
I can confirm that there is an issue when FV Player VAST doesn’t load any ad and it just lets the player play the video.
Please switch back to release (and make sure you are using FV Player Pro 6.6.3.1), we are working on a fix.
Thanks,
MartinHello Mike,
I tried that page and I got the ad and the video playing.
However I see that the Google Chrome autoplay restriction restricts the video play if you never visited the page before. It’s strange as you are using the updated version of all of FV Player plugins which sense the new Chrome releases and don’t trigger the autoplay. Perhaps it’s a combination of FV Player Pro scroll autoplay.
Indeed, I found there was a bad if statement in FV Player Pro 6.6.3 and before, so version 6.6.3.1 is out now.
To get working autoplay in latest Google Chrome you can upgrade to FV Player 7 Beta. To do so use the “Release” drop down on top of Settings -> FV Player. More information can be found here: https://foliovision.com/2018/06/fv-player-7-beta
Thanks,
MartinHello Michael,
the ad unit doesn’t seem to be configured to run on any domain. It seems to only work on developers.google.com but also some other random domains which I tried.
It seemed to work ok with apptipper.com, could you please link to a page on your website where it’s not working?
Thanks,
MartinHello Çapan,
thank you for your kind words and suggestions!
Could you please send a link to your website where FV Player loads slowly? If there are some other scripts on your website which are put in front of FV Player scripts (like some slow ads in sidebar) then there is not much we can do to speed up the loading, but we can have a look.
We are wondering about the icon for player loading state (before it is initialized) too. FV Player 7 just made it a bit harder.
Thanks,
MartinHello Michael,
we were planning to add a button to show the transcript some time ago, so we will discuss it again in our team and let you know.
You are correct about your second assumption, however I’m not sure if it will appear nicely in the transcript box. That additional description text will need to have some timestamp or it will have to be a part of some existing subtitle line and it might be hard to read when highlighted.
Is there some VTT feature which we could use for it? I see you can get comments in it: https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#WebVTT_comments
Thanks,
Martin7 years ago in reply to: Vimeo Videos FreeezingHello John,
could you please enable “Enable MPEG-DASH” option in Settings -> FV Player -> Hosting -> Vimeo?
We added that option to use the latest Vimeo video streaming standards. It has been pretty reliable, so we will make it the new default soon.
Thanks,
Martin7 years ago in reply to: Not working in mobile appHello Luiz,
FV Player Pay Per View uses EDD shopping cart. Then you click the buy button, you go to EDD checkout page and you make the payment there. Our plugin doesn’t interfere with that, with exception of PayPal – we take the user email from PayPal directly. If the EDD purchases would work for you, I would suggest you try to disable that functionality (by commenting out include for the edd-one-click-checkout.php file).
The EDD plugin also gives you an user account and then when you come to the video as logged in user we check if you made the purchase of the video with EDD and if so, you get the full video.
So hooking in some other API in there is not simple.
We are also planning to create a WooCommerce version of the plugin. When doing that we will probably rewrite the current FV Player Pay Per View plugin a bit to make it more flexible, at that point it might not be so hard to implement Ecwid.
Thanks,
Martin7 years ago in reply to: Not working in mobile appHello Luiz,
so are you saying that you are not able to purchase anything from EDD using the PayPal account even on your website?
When you hit the buy button in FV Player Pay Per View in the mobile app does it run the Ajax calls successfully?
Is your mobile app using some standard web view? I was able to debug that for iOS using https://github.com/creativelive/FacebookWebbrowserDebugApp before – I could open the browser developer tools for it and see what causes the issue in the app as it used the same web view.
Thanks,
Martin7 years ago in reply to: Vimeo seeking issues in FV Player 7 BetaHello Gbrother,
I found these steps to reproduce the issue:
1) Click the video and wait until it stars playing, ensure it’s 1080p
2) Seek into 0:30 and wait until it continues playing
3) Seek into 1:00 and wait until it continues playing
4) Seek into 1:30 and wait until it continues playing
5) Seek into 2:00 and wait until it continues playing
6) Seek into 2:20 and wait until it continues playing
7) Seek into 2:40 and wait until it continues playing
8) Then it stops playing at around 2:54 – 3:00
9) If it still plays, then just seek into the buffered position again and there is good chance it will stop.Unfortunately I’m getting the same issues even if using the latest Dash JS library – 2.7.0. I was also able to reproduce the issue when using Dash JS library directly – without involving any of the FV Player code in it.
We will report the bug to Dash JS developers. Thank you for your bug report.
Thanks,
MartinHello Michael,
thank you for pointing out that contradiction – we actually need to remove that setting. It used to be useful 3-4 years ago when Firefox (but even Chrome) had several issues with HTML5 video – often depending on the video encoding. I prepared that change for next FV Player release.
Thanks,
Martin7 years ago in reply to: ExoClick ads not working properly (18+ site)Hello Johnny,
we published the thread as it contains valuable information in case somebody has similar issue. We removed links to your website already.
Thanks,
Martin7 years ago in reply to: ExoClick ads not working properly (18+ site)Hello Johnny,
regarding the ad appearing on video pause – we could add a setting to enable or disable the ad display on pre-roll, pause and post-roll.
Thanks,
Martin7 years ago in reply to: Not working in mobile appHello Luiz,
does your mobile app support Ajax calls?
Can you buy a simple EDD item (without FV Player Pay Per View) using the app?
Are you using the WordPress plugin for Ecwid and does that one work fine with your mobile app?
Thanks,
Martin7 years ago in reply to: ExoClick ads not working properly (18+ site)Hello Johnny,
what Viktor forgot to mention is that we will make sure our CSS skin settings are not using !important. It’s a legacy from the older plugin versions and it’s about time to fix it.
Thanks,
Martin7 years ago in reply to: Vimeo seeking issues in FV Player 7 BetaHello Gbrother,
I tried checking this using http://linedraw.co.kr/fv-player-vimeo-test/?fvp_release=z093ja and I wasn’t able to reproduce the issue. I played the video and tried to seek into the buffered parts of video and didn’t had any issues.
Then I switched to 1080p and it still worked well. I reloaded the page and player again – the 1080p quality was properly remembered and I had no issues with seeking back and forth.
However I did see the issue happen once when I tried to seek again. The player was stuck in the buffering phase (yet it was not loading any video segment) and nothing can make it play again. It might be a bug in the Dash JS library. I had to reload the page to be able to play it again. I was using Google Chrome 67.0.3396.87 on OS X 10.12.6.
I will try to reproduce that issue again and at least make sure doing another seek operation will unlock it.
Thanks,
Martin7 years ago in reply to: Vimeo seeking issues in FV Player 7 BetaHello Gbrother,
the video used in that post appears to be missing. Could you please check?
Thanks,
MartinHello Wilson,
there’s not much we can do about it. It’s terrible that Samsung is creating its own web browser as it’s making the mobile web development even harder.
For upcoming FV Player 7 release we put in a warning like this which appears when the video fails to play in Samsung Browser:
You are using the Samsung Browser which is an older and buggy version of Google Chrome. If you experience issues with the video please use Firefox or other modern browser.
Screenshot attached.
Thanks,
Martin7 years ago in reply to: IPTV StreamingHello Andrii,
have you tried to create an m3u8 file like I outlined in my second to last post? Have you tried to use “#EXT-X-PLAYLIST-TYPE:LIVE” in it?
Thanks,
Martin7 years ago in reply to: Vimeo seeking issues in FV Player 7 BetaHello Gbrother,
please just send a link to some test player, you don’t have to switch to FV Player 7 Beta, we have a way of checking that.
Thanks,
MartinHello Wilson,
I see I can’t access that mp4 file directly as it seems CloudFlare is restricting access to it. Is it perhaps checking the HTTP referrer? Please check the settings.
Perhaps Samsung Browser doesn’t send information that for mp4 files.
Thanks,
Martin7 years ago in reply to: Enable Fast ForwardingHello Xuhaibkhan,
we noticed that we can’t seek forward in your https://cliptrend.com/lmao-asian-man-sound-like-bout-action/ video.
It seems that the video is delivered via CloudFlare and it doesn’t support HTTP Range Requests. Please get in touch with CloudFlare support about enabling it for your mp4 files.
Thanks,
Martin7 years ago in reply to: Not working in mobile appHello Luiz,
could you please post a link to the page where we can see the issue?
Have you tried to create a sample Download item in Easy Digital Downloads and see if it works with that? You can follow the steps here (you only have to complete the steps until the second screenshot): https://docs.easydigitaldownloads.com/article/177-creating-products
Thanks,
MartinHello Wilson,
could you please let us know what is your Samsung browser user agent? You can find out here: http://www.whatsmyua.info/
I’m testing with Samsung browser 6.4 on Samsung Galaxy 8 (user agent: Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G950F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Mobile Safari/537.36)
And both videos are playing fine. You mentioned the issue only occurs on your live site. Could you please post a link to that?
Thanks,
Martin7 years ago in reply to: Can’t play Vimeo MPD streamsHello Michael,
seems like something is blocking access into /wordpress/wp-content/cache/fv-player-mpd/1/ directory on your website.
FV Player 7 Beta gets rid of using these .mpd files, so you can also try to switch to it and it should solve the issue, here’s how to switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta Here are full FV Player 7 Beta release notes: https://foliovision.com/2018/06/fv-player-7-beta
Otherwise you can see if these .mpd files get created when you play a Vimeo video on http://www.rallynews.net/pattersonpacenotes/wordpress/?page_id=4434 – do you see a new .mpd files being created?
Thanks,
Martin7 years ago in reply to: Backend Problems – Post saving takes too longHello Florian,
Could you please check with Vaultpress support about what actions are running when making that https://vaultpress.com/xmlrpc.php call? Perhaps it does something with the posts which triggers the save_post actions which might interfere with FV Player.
Please try to click these requests that took too long – you should see a detailed log of what was going on. There should be a separate log for request and response portions and having a look at these should help you identify what exact action in Vaulpress was taking place and that might serve as a good starting point to try to figure out how does FV Player fit into it.
However if it’s really just waiting 60 seconds for response from Vaultpress, then perhaps it’s their issue – they might detect FV Player and try to do something about the video for instance. If you get these request parameters for these slow requests, it should be much easier to tell if it’s something like that.
We are also happy to fix the issue right there on your website if you order our Pro support: http://foliovision.com/pro-support
Thanks,
Martin7 years ago in reply to: Backend Problems – Post saving takes too longHello Florian,
in one of these screenshots it shows that the communication with Vaultpress took 3 minutes.
Thanks,
MartinHello Francesco,
I see that you put in the VAST URL http://ads.stickyadstv.com/vast/vpaid-adapter/…
However the Video Ads in FV Player Pro are for actual video files (mp4, or even YouTube or Vimeo). It’s a different model from VAST as you can put up your own ads or ads for your partners very easily and then track the number of views and clicks in Google Analytics.
To be able to run VAST ads you need FV Player VAST: https://foliovision.com/player/vast
Thanks,
Martin7 years ago in reply to: Flash version of FlowplayerHello William,
the Flash player in FV Player 2 and above is loaded under following circumstances:
1) The video type is specified as video/flash – we use that if the file extension is not matched to be any of .mp4, .webm, .ogv, .m3u8 etc.
2) We call canPlayType() on the HTML5 video tag and it returns anything else than “no”.
Is you see a message about missing swf in ArtisBrowser, please start by confirming that the Flash really works with it, you can check it on https://get.adobe.com/flashplayer/about/
Thanks,
MartinHello Francesco,
sorry about not getting back to you sooner, we are in contact with video intelligence about the issue and are looking for a fix.
In the meantime we would like to make sure the prerolls work for you. Could you please setup a new demo page where you will actually use these video prerolls? Just follow the step 6. here: https://foliovision.com/player/ads/using-preroll-postroll-ads and then send us a link to that page.
Thanks,
Martin7 years ago in reply to: Flash version of FlowplayerHello William,
what is the exact reason for using the Flash player? It’s an old and deprecated technology. If you want to use the Flash version of FV Player which didn’t had any HTML5 in it you can use the older version which was based on Flowplayer 3: https://downloads.wordpress.org/plugin/fv-wordpress-flowplayer.1.2.17.zip
Are you sure your ArtisBrowser runs Flash properly? You can chcek if you get it running here: https://get.adobe.com/flashplayer/about/
Please let us know what you mean by the user-agent provision.
Thanks,
Martin7 years ago in reply to: Vimeo dash video play with low qualityHello Gbrother,
we have prepared this feature for the next beta release.
When you play the video at https://foliovision.com/ and switch to say 540p, it’s remembered and when you then play some other Dash video like for example the one at the bottom of https://foliovision.com/player/demos/vimeo-integration it goes to the nearest quality automatically.
The quality is applied from the very first video frame, so if you switch to 1080p once, all the further Vimeo video plays will start with that quality.
We need to make the same improvement for HLS streams too actually.
More about FV Player 7 Beta can be found here: https://foliovision.com/2018/06/fv-player-7-beta
Thanks,
Martin7 years ago in reply to: Force DASH maximum quality in FV Player 7Hello Francisco,
we have prepared this feature for the next release.
When you play the video at https://foliovision.com/ and switch to say 540p, it’s remembered and when you then play some other Dash video like for example the one at the bottom of https://foliovision.com/player/demos/vimeo-integration it goes to the nearest quality automatically.
The quality is applied from the very first video frame, so if you switch to 1080p once, all the further Vimeo video plays will start with that quality.
We need to make the same improvement for HLS streams too actually.
Thanks,
MartinHello Radmitry,
moving the horizontal playlist items above the player is not currently possible. We could add that as an option, but we would like to only present the options which are sensible and work really well.
Could you please post a link to some website with a playlist format which you are trying to create with FV Player? Perhaps we could add it as a new playlist style.
Thanks,
Martin7 years ago in reply to: ExoClick ads not working properly (18+ site)Hello Johnny,
what you can try to do is to locate these CSS declarations which I posted in your theme CSS and just try to comment them out, it should work that way.
The underlying principle is that if your theme is using !important declarations it’s really hard for us to create a defensive CSS which will make sure our player appears always the same. And in this case it’s not really our player, it’s the iframe which is created by the ExoClick ad script.
Thanks,
Martin7 years ago in reply to: Encrypted HLS Playlist TroubleHello Blayne,
we need to work on the database driven FV Player at least 1 more week before we could give it to you for beta testing. In particular we need to make it possible to name the playlist and improve the playlist cloning functionality. We also need an import/export feature, since it won’t be possible to paste a shortcode to get help in our support forums anymore.
Thanks,
Martin7 years ago in reply to: ExoClick ads not working properly (18+ site)Hello Johnny,
what we posted should help solve the issue if you know a bit of CSS. We are also happy to solve the issue directly on your website if you order our Pro support: http://foliovision.com/pro-support
Thanks,
Martin7 years ago in reply to: IPTV StreamingHello Andrii,
I was able to play http://142.44.215.45:25461/live/giovane/giovane/14309.ts in VLC, it gave me 10 seconds of video.
Have you tried to create an m3u8 file like I outlined in my last post? Perhaps if you check how it should look like for a HLS live stream you will be able to put it up for web use.
It appears to make it behave like a live stream you need to also use:
#EXT-X-PLAYLIST-TYPE:LIVE
I found out about that here: http://www.tothenew.com/blog/adaptive-video-streaming-hls/
Thanks,
Martin7 years ago in reply to: ExoClick ads not working properly (18+ site)Hello Johnny,
it appears that your theme is forcing some strong styling to any iframe elements in the div element with class “player-content”.
#player-embed iframe { max-height: 100%; } ... .player-content-inner > *:first-child, .player-content-inner #player-embed, .player-content-inner #player-embed > *:first-child, .player-content-inner .flowplayer, .player-content-inner .video-js, .player-content-inner .wp-video, .player-content-inner .jwplayer, .player-content-inner video, .player-content-inner iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; } ... .player-content .player-content-inner { padding-top: 56.25%; width: 100%; position: relative; display: block; margin-left: auto; margin-right: auto; }
Your video seems to be posted into some special field which puts it above the post title. Please try to move it to the body of the post to see if that helps.
You can also check if the issue persists if you switch to a default WP theme such as Twenty Seventeen.
Thanks,
Martin7 years ago in reply to: Manual HLS Quality SwitchingHello Blayne,
currently it just uses the video height and bitrate. I see that it’s pretty ugly. I guess hiding the bitrate would make it appear nicer.
Thanks,
MartinHello Radmitry,
this issue is fixed in the upcoming FV Player 7 version. Currently it’s available for beta testing for the FV Player license holders. You can check it here: https://foliovision.com/2018/06/fv-player-7-beta
Thanks,
Martin7 years ago in reply to: IPTV StreamingHello Andrii,
the above doesn’t play in VLC for me, I’m getting HTTP 401 error.
I also don’t understand what is the playlist which are are pasting above.
I would recommend you post each of these TS files into a separate m3u8 file, like here:
#EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:11 #EXTINF:10.846444, http://topiptv.net:5890/live/khadija/khadija/8704.ts
You will have to adjust EXT-X-TARGETDURATION and EXTINF (seems like it should be set to -1?).
Perhaps such m3u8 file will play?
Thanks,
Martin7 years ago in reply to: Strange category redirectionHello Ady,
so what is the category and what is its URL? How does the URL look when FV Top Level Cats is disabled and how does it look when the plugin is enabled?
Thanks,
Martin7 years ago in reply to: Backend Problems – Post saving takes too longHello Florian,
please install this plugin https://wordpress.org/plugins/log-http-requests/ and then try to save the post. Just leave it running for a minute or two even if it seems to take forever. Then let’s see what remote calls turn up in that plugin logs.
Thanks,
Martin7 years ago in reply to: Encrypted HLS Playlist TroubleHello Blayne,
we are discussing the options in our team. If we put you on the new FV Player alpha version (internal testing) too early, we might end up with having to maintain it on your site if we make a bigger change to it reaches the beta (public testing).
Before we settle on that can you just post these videos one after another rather than using playing?
Thanks,
Martin7 years ago in reply to: Backend Problems – Post saving takes too longHello Florian,
thank you for the follow up.
Perhaps Vaultpress plugin can’t communicate with the Vaultpress servers or it has to be reset.
Thanks,
Martin7 years ago in reply to: IPTV StreamingHello Andrii,
what exact video format is that?
Normally the HLS stream consists of a m3u8 master playlist file which contains multiple m3u8 sub-playlists in it, one for each video quality. And these then contain a list of TS files where each TS file contains 10 seconds of video or so.
What you posted looks like a generic m3u8 playlist where each item is TS.
None of these TS files work for me. I’m assuming these are live streams which are simply not online now?
Normally a live stream HLS video doesn’t work that way, it should still be a m3u8 file.
Thanks,
Martin7 years ago in reply to: ExoClick ads not working properly (18+ site)Hello Johnny,
we will keep this thread private.
Could you please post a link to the page where we can see the issue? Please also include the exact script tag which ExoClick wants you to use.
As you can see these ads work fine on our website: https://foliovision.com/player/demos/exoclick-ad
Thanks,
Martin7 years ago in reply to: More ProgrammesHello Michael,
could you please send us a link to the page where we can see the issue? There is no such phrase in our plugin.
Thanks,
Martin7 years ago in reply to: Backend Problems – Post saving takes too longHello Florian,
please disable Settings -> FV Player -> Integrations/Compatibility -> “Scan video length” and see if that helps.
Thanks,
Martin7 years ago in reply to: Encrypted HLS Playlist TroubleHello Blayne,
unfortunately the HLS encryption doesn’t work in playlists yet. We have worked hard on making it possible – we had to do a complete rewrite of how the video information is stored – and we have the first alpha version ready.
If you need these encrypted HLS playlists fast, we could package it up and let you use it.
Thanks,
MartinHello Blayne,
are you using both FV Player and s3-folder-playlist in the same post or page content? If no, then the s3-folder-playlist plugin could be improved to only load its CSS when it’s actually going to be used. FV Player already loads that way, we hate when a plugin loads its CSS and specially JS files when not needed.
I wasn’t able to find any information about that plugin online, but perhaps you have some contact for the developer.
If you know a bit about PHP you can experiment and search the plugin files for mention of https://releases.flowplayer.org/6.0.4/skin/minimalist.css and https://releases.flowplayer.org/6.0.4/flowplayer.min.js and just comment out that line and see how it works then. Perhaps the videos put up with that plugin will keep on playing. If not, then as a next step enable Settings -> FV Player -> Integration/Compatibility -> “Load FV Flowplayer JS everywhere” and perhaps then it will play.
We are also happy to make sure both plugins work together right on your website if you order our Pro support. We would probably put in some code to FV Player which would prevent the other plugin scripts from loading if FV Player is going to load.
Thanks,
Martin7 years ago in reply to: hlsjs Video Decryption ErrorHello Blayne,
you should be able to alter that URL in the m3u8 files. You will have to do it for all the m3u8 sub-playlists. It might not be in the primary one – the index.m3u8.
Thanks,
MartinHello Blayne,
some other plugin is loading Flowplayer 6.0.4 CSS and JS on top of Flowplayer 7.2.6 loaded by FV Player. It appears to be the s3-folder-playlist plugin.
Please check if disabling that plugin won’t fix the issue. Does it provide any function which is important for your website?
Thanks,
Martin7 years ago in reply to: IPTV StreamingHello Andrii,
is that a content of the m3u8 file which you get? Is it supposed to be a playlist of videos? Or is it a live stream? It’s strange that there is on one TS file for each video.
Thanks,
Martin7 years ago in reply to: Can't play HLS in ChromeHello Mitch,
I see there is a problem with the video on your /live page. The video is missing the CORS headers to allow playback in Chrome without using Flash.
Please enable HLS.js using Settings -> FV Player -> Setup tab -> Integrations/Compatibility -> “Enable HLS.js” and setup the CORS headers, it’s described in our guide here: https://foliovision.com/player/video-hosting/hls#hls-js
It seems you are using Wowza though, and we don’t have instructions for that one, but it seems to be simple: https://www.wowza.com/docs/how-to-enable-cross-origin-resource-sharing-cors-for-http-based-streams#configure_mgr
Thanks,
Martin