Forum Replies Created
-
-
7 years ago in reply to: Load Video in ADs lightbox
Hello Ran,
new FV Player version will contain a background updater of these videos in database with no duration or splash screen present. Currently a Vimeo video can end up stored with no splash screen if you insert it too fast or if you run out of API allowance for that moment.
Thanks,
Martin7 years ago in reply to: The ad will disappear.Hello dong,
it works for me. You have specified the ad width to be 480 pixels, perhaps the video player was smaller than that when you were testing it. It can easily happen on mobile.
Thanks,
Martin7 years ago in reply to: Preroll autoplay, video no autoplayHello Angel,
is this about FV Player Pro video ads or about FV Player VAST?
It’s possible, but so far it’s the first request for such feature. I’, not sure if ad network like such setups though.
Thanks,
MartinHello Barney,
this could happen if you have a lot of logged in users watching your videos. The video position is stored when you close the browser tab, but also periodically to ensure the position is not lost if your browser crashes or you use some older browser.
To make sure the position is stored less often you can tweak sendPositionsEvery variable in the main plugin JS file, it’s this line: https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/flowplayer/fv-flowplayer.min.js#L2479 The hard coded value is 60 which equals about 15 seconds (might be more, depending on browser and media type). I would suggest you to try a value of 240 there (60 seconds).
Also, to make sure your users get the new JavaScript file and not what’s cached in their browser change the plugin version form 7.x.x to 7.x.x.1 and increment that as you make more changes at: https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/flowplayer.php#L30
This way you should really see an improvement. The performance matters a lot to us, so please let us know how it goes and we will be able to make this a setting. Or we can even provide some code (a mu-plugin) which would disable all the other plugins for these Ajax calls – making them a lot faster.
Thanks,
MartinHello Devin,.
the new AB loop styling which we are working on (I know it’s taking a while) addresses this issue – the AB loop appears as a markers above the control bar only, so it doesn’t cover the video a lot. On top of that the video height is reduced a bit to ensure it appears above the controlbar, so it’s not covered at all.
Thanks,
MartinHello Tucker,
I had a look and that issue appears on your site regardless of that setting.
It seems to me the issue must be caused by the td_resize_videos function in your theme JavaScript file.
Please reinstall FV Player from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip and let us know if that fixes the issue for you. We made a mix there (using a CSS !important rule, but it’s the only way to help with these templates). To reinstall a plugin you have to first deactivate and delete it. No settings nor videos will be lost.
Thanks,
Martin7 years ago in reply to: FB Mass Import to DB (API Custom Endpoint?)Hello Leho,
our plan is to allow that sort of mass importing. Currently you can only paste one player JSON export as you noted.
I see REST API could be useful, but it’s not planned at this point. I guess just making it work with importing would be a big help. What exactly is your goal with REST API here?
Thanks,
Martin7 years ago in reply to: Load Video in ADs lightboxHello Ran,
when you run out of Vimeo API credits (it’s 200 per 15 minutes) FV Player Pro won’t be able to fetch the Vimeo splash screens and video durations automatically anymore. Did you add a lot of Vimeo videos recently? When you open wp-admin -> FV Player screen do a lot of Vimeo videos appear without splash screens?
Looking at your app URL it seems you might be using outdated scripts in that one. Itseems like it’s some sort of HTML template with fixed content which doesn’t reflect what’s on your website where the videos actually play.
Thanks,
MartinHello Libby,
we have fixed the Vimeo MPEG-DASH related issue, but we still need to finish all the testing.
Thanks,
MartinHello Libby,
we have worked on this and on iOS it’s a bit tricky – you really just can’t start an ad without user interaction… unless the ad starts muted. So these post-roll or mid-roll ads will just play with no sound unless user hits the unmute button.
Thanks,
Martin7 years ago in reply to: Random stop for ViewersHello Gianluca,
we will discuss in our team if we could add this Netflix style “Are you still watching” feature.
Thanks,
Martin7 years ago in reply to: fvplayer in php templateHello Sietze,
there are some functions like that, but we have to clean them up a bit and update our guide too.
What you can safely use is:
<?php echo do_shortcode( '[fvplayer id="'.intval($vid).'"]' ); ?>
Thanks,
MartinHello Alan,
I see, so you are relying on the enclosure tags in the feed. That’s something which WordPress puts in if it finds an MP4 file link in the post content. With FV Player database there is no MP4 file link in the shortcode, so it doesn’t find it anymore.
We can get this fixed, but I can’t promise it before the Christmas holidays, as there are some other fixes which we are working on already. And there is a safe workaround which you can use in the meantime:
a) you can just downgrade back to FV Player 7.2.x
b) or just type your shortcodes by hand (that would works if you are only using something like [fvplayer src="https://your-cnd.somewhere.com/file.mp4"] and not a lot of other features).If you would like to accelerate this fix, we are happy to help, just order our Pro support: https://foliovision.com/pro-support
Thanks,
Martin7 years ago in reply to: YouTube/self-hosted mixed playlistHello Pádraig,
due to the mobile limitations we preload the YouTube iframe before the playback actually begins. So in case like this when you play a MP4 video before YouTube we will have to hide the iframe and then make it visible again when it’s needed.
Thanks,
Martin7 years ago in reply to: Load Video in ADs lightboxHello Ran,
please send over a link to that page, it appears the data-item attribute on that player is badly JSON encoded. Does it contain any special characters?
Thanks,
Martin7 years ago in reply to: How to use RTMP streams with FlashHello Adeleke,
can you get it to play here? https://www.wowza.com/testplayers
What RTMP messages do you see on browser console once you execute this command on it and play the stream afterwards?
localStorage.flowplayerDebug = true
Thanks,
Martin7 years ago in reply to: Wordpress 5 – Gutenberg issueHello Sebastian,
FV Player 7.3.4.727 adds Gutenberg support – the WordPress 5 block oriented editor.
Thanks,
MartinHello bebopblues,
you can just right click these elements and look for some div with a clear class or ID which is a parent of these elements and add that to your CSS selectors.
Thanks,
Martin7 years ago in reply to: FV Player Gutenberg BlockHello Alan,
I guess you mean the XML sitemap and not the RSS feed. FV Player 7.3.4.727 released now should fix that for you.
Thanks,
Martin7 years ago in reply to: when i try add a videoHello halit,
please send over the information from Settings -> FV Player Pro -> Tools -> System Info.
Can you use the wp-admin -> FV Player -> Import function with the code which you posted in your first message here? That did work for me and it should work for you as well if it was just some JavaScript error.
Can you open your browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ) and then repeat your action and see if you get some error?
Are you able to check the PHP error logs? Simply repeat your action and see what was added to the logs.
Thanks,
Martin7 years ago in reply to: Wordpress 5 – Gutenberg issueHello Sebastian,
we strongly recommend disabling the WordPress core auto updates for the major versions. An upgrade from 4.9.8 to 4.9.9 doesn’t hurt, but an upgrade from 4.9 to 5 can cause issues.
Please install this plugin, it will bring up the old WordPress editor back and thus the FV Player button will keep working before we get around to add support for Gutenberg (the new WordPress editor); https://wordpress.org/plugins/classic-editor/
Thanks,
Martin7 years ago in reply to: I can’t had shortcode with divi theme7 years ago in reply to: YouTube/self-hosted mixed playlistHello Pádraig,
is that the built-in Samsung Internet browser? It’s an outdated version of Google Chrome, so it’s always a bit special.
Please provide the full user agent string for at least one of these devices, you can find it on http://www.useragentstring.com/
Thanks,
MartinHello bebopblues,
it depends on the order in which the CSS files load. So you can try to make the CSS selector more specific, like:
.fancybox-container .fancybox-button, .fancybox-container .fancybox-infobar { display: none; }
The play icon markup has changed a lot in FV Player 7. To hide it use:
.flowplayer.is-splash .fp-ui > .fp-play { display: none; }
Thanks,
MartinHello Kiran,
it’s strange, please use the “Send Report to Foliovision” button in that “Report issue” dialog to let us check the full report details.
Thanks,
Martin7 years ago in reply to: Multiple Videos playing when using PlaylistsHello Johnwt,
please let us know what videos you have used in the playlist (we won’t publish this information), what browser did you used when you noticed the issue and also provide the content of Settings -> FV Player Pro -> Tools -> System Info.
Also, are you noticing it here? https://foliovision.com/player/demos/vimeo-channel-support
Thanks,
MartinHello Curt,
I was looking at the specs of VTT here: https://www.w3.org/TR/webvtt1/#introduction-multiple-lines
So each cue in the VTT file should be displayed as a separate paragraph and linebreaks in each cue should be displayed too.
In FV Player Pro this works a bit differently as you noted. The idea is that if you have a lot of short individual entries in VTT they form a bigger paragraph. It also checks for the full sentences. That keeps the text condensed and it’s generally better if you just take some subtitle file and use it as a transcript.
If we would really show each cue in VTT as a separate paragraph the transcript would appear much longer and it would be harder to read. But I see that for dialogues it would be better.
Thanks,
MartinHello Kiran,
I think you mean the shortcode editor and not the video checker.
We will get it fixed. For now you can create new FV Player instances in wp-admin -> FV Player screen and then just copy over the shortcode which is now simple, like [fvplayer id="1"]. More in our blog article about FV Player database.
Thanks,
Martin7 years ago in reply to: I can’t had shortcode with divi themeHello Clement,
thank you for the screencast. So it must be a simple bug where FV Player is not able to insert the shortcode into the editor when using Divi theme. We will get it fixed.
Thanks,
Martin7 years ago in reply to: Encrypted HLS without shortcodeHello Bradley,
please post your replies to our forum directly, that way we can answer it more easily.
Make sure you use the FV Player above version 7.3 (shortcode like [fvplayer id="1"] thanks to FV Player database) and it should work.
Thanks,
Martin7 years ago in reply to: Lightboxed playlist auto-advanceHello Manuel,
we plan to change the way the playlist are presented in lightbox. Rather than showing each playlist item as one lightbox item it should show the full playlist as a single lightbox item. So the playlist thumbs will have to be visible.
That way the auto advance will work.
Thanks,
MartinHello bebopblues,
you can use this CSS code:
.fancybox-button, .fancybox-infobar { display: none; }
Thanks,
Martin7 years ago in reply to: Jump back or forward 10 seconds7 years ago in reply to: Multiple audio tracksHello Peter,
we can make that work. Information about the audio tracks is available via the HLS.js API, so we could add a button for it in player control bar like similar to the subtitles button: https://foliovision.com/player/demos/subtitles
Thanks,
Martin7 years ago in reply to: Encrypted HLS without shortcodeHello Bradley,
if you mean the FV Player Pro support for encrypted HLS streams created on AWS, then that one requires you to use the FV Player shortcode (no matter if it’s the new database id, or full shortcode) as the decryption key has to be stored somewhere.
You should be able to ask your course software developers to add support for shortcodes, it’s really easy: https://developer.wordpress.org/reference/functions/do_shortcode/
Thanks,
Martin7 years ago in reply to: I can’t had shortcode with divi themeHello Clement,
looking at these create table statements it appears you were able to insert 6 players with 1 video each before this issue has appeared.
Do you get the same problem if you try to insert just some random video source like “1”? Or does the issue only occur when you put in a real Vimeo video?
Can you use the wp-admin -> FV Player -> Import function with the code which you posted in your first message here? That did work for me and it should work for you as well if it was just some JavaScript error.
Can you open your browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ) and then repeat your action and see if you get some error?
Are you able to check the PHP error logs? Simply repeat your action and see what was added to the logs.
Thanks,
Martin7 years ago in reply to: Multiple audio tracksHello Peter,
MXF doesn’t have HTML5 support and I don’t see any library which would allow its playback (like for example HLS.js lets to play HLS using the HTML5 feature called Media Source Extensions even if HLS is not supported by the browser directly).
If you can create the MP4 file like this:
1) Your-Video-Title-lang-en.mp4
2) Your-Video-Title-lang-de.mp4
3) Your-Video-Title-lang-fr.mp4
…
8) Your-Video-Title-lang-sk.mp4Then you could use FV Player Pro feature for Quality Switching to serve them all in a single player and allow use to pick the language: https://foliovision.com/player/basic-setup/quality-switching
However you might need to also provide a mobile version of the video alongside the HD version, so you would end up with up to 16 files and the quality switching menu would have too many items for it – there would have to be “English – Mobile” and “English – HD” and so on.
So the best solution would be to use HLS. In that one you could have a single video track (or as many qualities as you need) and then multiple audio tracks.
Thanks,
Martin7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1Hello Salvatore,
as a troubleshooting step I recommend you to re-encode your video using Handbrake. Instructions can be found here: https://foliovision.com/player/basic-setup/encoding#encoding-samples
Perhaps this is some bug in iOS 12.1, but I was not able to find anything about iOS 12.1 video issues in Google.
Thanks,
Martin7 years ago in reply to: Disable Playlist AutoadvanceHello Paul,
thank you for the bug report, the issue was introduced by the FV Player database. The fix will be in the next FV Player release, or you can reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Thanks,
MartinHello Libby,
unfortunately no, we got bogged down by some other tasks and there was not enough demand for this.
I think to keep it simple this could work as a simple global setting for start (like “Show ad in pre-roll” and “Show ad in post-roll” global settings checkboxes). Then later on we could even allow you to specify a different VAST tag for the post-roll placement.
Thanks,
Martin7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1Hello Salvatore,
comparing the Video Checker report for your video and our video I don’t see any difference other than:
* SAR value (4:3 vs 1:1)
* Handler name (Mainconcept Video Media Handler vs L-SMASH Video Hadler)
* strange tbn value (30k vs 25)But I think we could find some other streams which would use these same values as your video and it would play.
Perhaps the issue is related to the web host (although there was no indication of that) – please check if you can get https://foliovision.com/videos/Execution-Plan-How-To-Wholesale-Commercial-Real-Estate-Part-1.mp4 to play on that iPhone which is giving you the trouble.
Thanks,
Martin7 years ago in reply to: I can’t had shortcode with divi themeHello Clement,
please send over the information from Settings -> FV Player Pro -> Tools -> System Info.
Currently there is no auto convertor from the shortcode format into database, but we might add it at least for the simpler shortcodes.
Thanks,
Martin7 years ago in reply to: YouTube playlist glitch7 years ago in reply to: YouTube playlist glitchHello Pádraig,
this issue has been fixed and will be released tomorrow in FV Player Pro Beta. In the meantime you can test here: https://foliovision.com/2015/10/youtube-playlist-embedding
Thanks,
MartinHello Vincent,
as long as it’s unique it will work. But it’s best to include the master playlist name. In case of issues you can just edit your m3u8 files in the S3 bucket, no need to reencode the videos.
Thanks,
MartinHello Libby,
you sent us your test URL privately. I had a look at it and I can see the issue – it occurs when using FV Player VAST on a Vimeo video in FV Player Pro. The problem is with the MPEG-DASH playback. If you enable Settings -> FV Player Pro -> Hosting -> Vimeo -> “Disable MPEG-DASH” it will start to work as desired.
Hopefully we can fix this issue for MPEG-DASH next week.
Thanks,
Martin7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1Hello Salvatore,
based on the feedback from Natalia I think the issue might only be occurring on iPhone < 7 when using iOS 12.1. The screenshot which you provided shows the Safari developer tools and there is no error visible there - see the top row where it says 49 (reuqests), 1,78 MB, 8,58 s (page load time) and then 2 (console messages) and 0 (warnings) and 0 (exclamation symbol - errors). So there is nothing to check there. Do you get the same error when you use this video? https://s3-eu-west-1.amazonaws.com/fv-player-unprotected/dominika-960-31_HD.mp4
Thanks,
Martin7 years ago in reply to: Pre-roll ads are not showing on loopHello Libby,
is this about the FV Player Pro Video Ads or FV Player VAST? Please confirm as you were mentioning this issue in some other ticket and it was about VAST, but this ticket is created in FV Player forum, not FV Player VAST.
Thank you for posting it as a separate forum topic though.
Thanks,
MartinHello Libby,
is this about the FV Player Pro Video Ads or FV Player VAST? Looking at the error which you are getting it seems to be about FV Player VAST.
Are you getting that same error on https://foliovision.com/player/demos/vast-ad-with-autoplay ?
Please provide the System information from Settings -> FV Player Pro -> Tools -> System Info.
Thanks,
Martin7 years ago in reply to: Loop issueHello Giulio,
please post your replies to the forum directly and don’t just reply to the email. That way we have to repost your replies for you.
MPEG-DASH streaming is more reliable that MP4 and the video is also harder to download that way. We only put in an option to disable it for troubleshooting purposes, like this one.
We need to know which exact video is having that loop issue.
Thanks,
Martin7 years ago in reply to: Loop issueHello Giulio,
please let us know which exact video is that. The issue might be related to MPEG-DASH – the Dash.js library with FV Player uses might be failing to trigger the video finish event for it.
Thanks,
Martin7 years ago in reply to: Shorcode not showing SRC just ID = -1Hello Barney,
thank you for the follow up. You fix seems to be correct, we will use that for the next version of the plugin.
Thanks,
MartinHello Davide,
a fix for this has been prepared for the next FV Player version.
But what remains a mystery is how did that bad video ID get there in the first place.
Thanks,
Martin7 years ago in reply to: Shorcode not showing SRC just ID = -1Hello Barney,
it’s the new database driven storage of FV Players: https://foliovision.com/2018/11/video-database
If you experience such error, please provide output of Settings -> FV Player -> Tools -> System Info and also the PHP error logs which appear when you hit the button to save the player instance in editor.
Thanks,
Martin7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1Hello Salvatore,
I was only able to test on iOS 12.0.1 and it played fine. Are you able to connect your iPhone to a Safari on OS X and check the browser developer console for errors?
Does it play if you open the mp4 video directly in the Safari browser on that iPhone?
Thanks,
Martin7 years ago in reply to: Loop issueHello Manuel,
what is the video source? I need to know that to be able to debug this further.
Thanks,
Martin7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1Hello Salvatore,
we checked the video on iPhone 6 with iOS 11.2.6 and it plays just fine in the build-in Safari browser. What exact device are you using with what iOS version?
Thanks,
MartinHello Libby,
you can’t pick which exact video ad should show up, but you can enable Settings -> FV Player Pro -> Video Ads -> “Pre-roll & post-roll ads between videos”.
Thanks,
Martin7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1Hello Salvatore,
please use our video checker to submit a report of the video to us: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
MartinHello Davide,
thank you for the bug report, we will ensure a missing entry like that won’t break that wp-admin page nor the player in front-end.
Thanks,
Martin7 years ago in reply to: Load Video in ADs lightboxHello Ran,
I’m glad that you found a better solution, iframe should be only really used if you absolutely need to show your video on some other website.
I would recommend you to carefuly test your code on mobile too and also in a fresh Google Chrome (with no MEI scores, check the “You can start a new Chrome browser which won’t have any of the Media Engagement Index” part here: https://foliovision.com/2018/05/video-autoplay-issues ).
Thanks,
Martin7 years ago in reply to: Smarter DRM text algorithmsHello Maxim,
please let us know what would be your approach at clearing the FV Player Pro DRM text. I have an idea on how to approach this, but it’s not that easy, so I would like to see first how it stands against your technique of removing the current DRM text.
Thanks,
Martin7 years ago in reply to: YouTube playlist glitchHello Pádraig,
thank you for the bug report, we will get it fixed and make sure it’s properly tested with Appium.
Thanks,
MartinHello Davide,
I’m sorry to hear about such issue. Do you mean that the settings boxes didn’t properly show up, or was it just plain white? We haven’t found any issue with this new version and there were barely any PHP changes since the last version.
Could you please try again and double check you are looking at the right place for the error logs? Perhaps using WP_DEBUG or WP_DEBUG_LOG in your wp-config.php would help? Here’s how if you have some PHP experience: https://codex.wordpress.org/WP_DEBUG
Thanks,
MartinHello CCMT,
are you blocking access to that m3u8 file by referrer using Amazon WAF? Please check the Android instructions here: https://foliovision.com/player/securing-your-video/hls-stream#securing
Thanks,
Martin7 years ago in reply to: Load Video in ADs lightboxHello Ran,
I’m not sure if I fully understand your request. Perhaps the iframe embed code provided by FV Player helps? https://foliovision.com/player/basic-setup/using-iframe-embedding
Thanks,
MartinHello Arman,
we don’t have an account right now, but here it says it’s suitable for video too: https://cloud.google.com/storage/use-cases/
So you should be able to just put up a video, get the URL and play it in FV Player.
I see that it can even replace AWS completely – from video encoding to storage to CDN. But at a glance I haven’t found a guide for setting that up.
Thanks,
Martin7 years ago in reply to: Loop issueHello Manuel,
I tested this on a MP4 and a Vimeo video and it worked just fine. Please let us know more about the issue – what exact shortcode are you using?
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
thanks, if you reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip then that will be fixed as well.
Thanks,
Martin7 years ago in reply to: Glitch when video loads upHello Mark,
it’s like that ever since FV Player 7 has been released. I guess you used FV Player 6 before. We are going to improve this as I was mentioning.
The [fvplayer] shortcode has changed – since version 7.3 it reads the data from database. But you can still use the old fashioned shortcode with all the different attributes. More information on this can be found here: https://foliovision.com/2018/11/video-database
Thanks,
MartinHello Libby,
please enable Settings -> FV Player VAST -> Debug. Then open your browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ), play the video and see what lines starting with “FV VAST” appear.
Thanks,
Martin7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1Hello Salvatore,
Please send over a link to the page where we can see the issue. What video type is that?
If the video is self-hosted, then please use our video checker to submit a report of the video to us: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin7 years ago in reply to: mkv vp9 AND mp4 h265 on one video ?Hello Matronix,
this could work, but you have to put the video encoded with VP9 into a WebM container. That way it can play in a variety of browsers (Chrome, Firefox, Edge and Android).
Then the HEVC video file in the MP4 container can play where WebM won’t play – Safari on either desktop (macOS High Sierra and above) or iOS (version 11 and above).
So the problem in your setup is the MKV format – it only plays in Chrome. Once you change that to WebM, things will start to work.
The only major browsers which doesn’t support VP9 in WebM nor HEVC is Internet Explorer and iOS before 11 and macOX before High Sierra.
Thanks,
Martin7 years ago in reply to: Download Vimeo videosHello Lucian,
we haven’t thought of this use case actually. I see we have to fix the [fvplayer_download] shortcode to work with Vimeo.
We would simply make sure it gives you the Full HD video in MP4 format. I would consider that a bugfix.
Adding something to let you specify which version it should be would be a nice addition at some later point.
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
Thank you for all your cooperation so far!
Can you check the error log again to see if you find any error entry related to that. It’s not so easy to get a web hosting with PHP 5.2 these days, so it’s not easy for me to check this.
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
we created a fix for this, but before we release it could you please try it out on your website? Just reinstall FV Player from this ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to disable and delete your current FV Player plugin. WordPress might say something that your data might get lost and so on, but no worries, it’s not the case with FV Player. All settings and videos remain intact.
Let us know if it helps with the export function too.
Thanks!
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
I shortened that debug log to the entries which are related to FV Player. These look fine tough and should not affect anything. They are specific to PHP 5.2 too. But on the other hand these are in the right spot, so perhaps it’s affecting things.
What new log entries appear once you open a playlist for editing?
Also, does the Export function on wp-admin -> FV Player screen work?
I think we are close now.
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
PHP 5.2 even has some security issues, it should really be updated. We did test our plugins with it to avoid syntax issues as some of the statements are not supported in that old PHP version, but we don’t check all the plugin functions in it.
What’s left is trying
define( 'WP_DEBUG_LOG', true );
and then checking wp-content/debug.log. As WordPress.org suggests:
Note that this allows you to write to /wp-content/debug.log using PHP’s built in error_log() function, which can be useful for instance when debugging AJAX events.
And that’s just what we need.
Thanks,
Martin7 years ago in reply to: Glitch when video loads upHello Mark,
at first the player is black and a white play icon appears on top of it (as an indication of a video being present). Then the splash image loads behind it. This is the initial loading phase which we would like to improve – there could be a hourglass icon which would be a better indication of something loading.
The video is using autoplay, so that triggers next – it shows the loading indicator.
And last thing, the video playback begins, which is indicated with a big play icon appearing for a fraction of a second and then disappearing. I guess we could avoid that for videos which are autoplayed, as it works that way with core Flowplayer too: http://demos.flowplayer.com/basics/autoplay.html
I’m attaching a screenshot with all three stages – initial play icon with splash screen loading, then the load phase and then the final play icon signalling the playback.
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
I improved the code appearance to handle SQL statements better and added a note for you to use the pre tag below the forum reply form.
What you provided works fine for me. I’m able to edit it just fine. But it’s not a playlist, just a single video. Are you sure you are having issues with that one?
I see you are using PHP 5.2.17 so I wonder if the issue could be caused by that. Are you able to switch to PHP 5.4, 5.5 or 5.6 easily? You can do that relatively easy – at least in comparison to switching to PHP 7.
Another thing is that there should be no hourglass icon and no black window opening. It should be white with a spinning icon – same as when you hit “Add new” on wp-admin -> FV Player screen. So some plugin might be causing a conflict here.
Thanks,
Martin7 years ago in reply to: So FV Player pro is charge yearly?Hello Betwin,
FV Player Pay Per View works in a way the it shows you the preview video and the buy button. If you purchase the video, you then get an user account which has the permission to view the full video and you see the message of how many hours you have left to watch the video. So then the buy button only appears again once it expires.
Please let us know if that makes it clear of it there is some issue which you noticed.
You purchased the FV Player for $78, but it only shows $50 as that was the signup feed for the subscription – you paid another $28 as the yearly subscription fee. When we trialed the subscription model we always showed the total price on website, although I see that it’s not in line with what’s in your invoice.
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
you can use the export function found in wp-admin -> FV Player. If that won’t help with our troubleshooting, then a SQL export of the wp_fv_player_* tables would be great.
The wp-content/debug.log only appears if you also use this, so please check that:
define( 'WP_DEBUG_LOG', true );
Hello Peter,
yes and it should be already present if you start using Elastic Transcoder. Make sure that you are in the correct region when looking at the IAM screen. It has to be a region where you Elastic Transcoder pipeline exists. Just follow that part of our guide step by step: https://foliovision.com/player/securing-your-video/hls-stream#creating-encryption-key
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
so it appears that the Ajax loading of the playlist data fails.
Could you please try to clone that player on wp-admin -> FV Player screen and see if you can edit that one?
Please also provide the export of that player by using the export function found in each table row in wp-admin -> FV Player.
Last thing – do you see any new entry in your PHP error log when you open that player in editor?
Thanks,
Martin7 years ago in reply to: mkv vp9 AND mp4 h265 on one video ?Hello Matronix,
currently FV Player treats mkv as video/mp4 type. We will improve it to use video/x-matroska and see if that helps.
Thanks,
Martin7 years ago in reply to: mkv vp9 AND mp4 h265 on one video ?Hello Matronix,
please head over to your site wp-admin -> FV Player where you can see a list of all the players stored in database. There you can export the player with ID 2. Please paste the export data here.
Thanks,
MartinHello Davide,
FV Player Pro 7.3.2.727.beta is out and it fixes these issues – it uses MP4 for these old Samsung Android phones which use the built-in browser. To get the bet updates, you need to first switch to beta like this: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
The fix for the Samsung browser deprecation messages will be in the next FV Player release.
Thanks,
MartinHello Davide,
the MP4 solution is not perfect (sometimes a bit less reliable in Asia), but it works as only a fraction of viewers will get these MP4 files.
So let me release a new FV Player Pro version which will address this.
FV Player also includes a warning which popups up above the video if there are playback issues. It suggests the users to use a modern browser on their phone like Chrome or Firefox. This was not appearing on your mobile and now I see why, I prepared a fix for that too.
Thanks,
Martin7 years ago in reply to: Show same video popup via two linksHello Gerald,
you can load the FV Player in your div like this:
jQuery('#your-div-id .flowplayer').data('flowplayer').load();
But it has to be triggered by the click event directly, not in any callback, otherwise it won’t work on mobile.
Thanks,
MartinHello Davide,
seems like the only safe option is to let these old Samsung browsers use MP4 files. My Android 5.1.1 which is SamsungBrowser/3.3 Chrome/38 just won’t let me initialize MPEG-DASH nor HLS.js properly.
Practically speaking using MP4 means that there are less CDN servers with the video, so in some part of the world it might be slower to load. We had reports of such issues in Asia when using MP4.
Thanks,
Martin7 years ago in reply to: Can’t edit playlistHello Paul,
please check our playlist editing guide: https://foliovision.com/player/basic-setup/creating-playlists
At which exact step does the issue occur?
Please enable your web browser JavaScript console (here’s how to do it: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis), then try to reproduce the error and see what appears on that console.
Please also provide output of Settings -> FV Player -> Tools -> System Info.
Thanks,
Martin7 years ago in reply to: So FV Player pro is charge yearly?Hello Betwin,
we did some experiments with the auto renewal, but currently it’s disabled as it didn’t work well when purchasing a product subscription and a one-time only service.
Sorry about the inconvenience.
In your case I found that the meta information was badly aligned, so I fixed that and cancelled the subscription. You can still renew your license at $28 for another year before November 28th.
Thanks,
Martin7 years ago in reply to: Show same video popup via two linksHello Gerald,
FV Player lightbox works that way normally, but since you are using it to show a custom element, it doesn’t autoplay as you noticed.
If you know enough about JavaScript you could create a script which listens to the click event on your links and then triggers that same event on the player in your custom div. At this point I don’t see how we could support your case without making everything a bit too complex.
Thanks,
MartinHello egghead,
we just had a similar (or the same question) here: https://foliovision.com/support/fv-wordpress-flowplayer/requests-and-feedback/can-ad-time-remaining-messages-on-intros-outros-be-disabled
Please let us know if that helps.
Thanks,
MartinHello Davide,
I’m having no issues with Samsung J5 (2017) which is Android 7.0. The user agent also says SamsungBrowser/6.2 and Chrome/56.
But I’ll fix it for my older Samsung phone and I bet that will help with Samsung S7. I tried S7 now using an online phone testing player where it reports Android 6.0.1, SamsungBrowser/6.4 and Chrome/56 in user agent string and it worked fine though.
Thanks,
MartinHello Davide,
I found an issue when using the built-in browser on my Samsung with Android 5.1.1 on https://foliovision.com/player/demos/roll-custom-video -> scroll down to the “VIMEO VIDEO WITH ANOTHER VIMEO VIDEO IN PRE-ROLL” video. I see that the video doesn’t play after the ad. I will check it out in depth.
Thanks,
Martin