• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty
Home

Martin

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 100 replies - 3,401 through 3,500 (of 6,912 total)
← 1 2 3 … 34 35 36 … 68 69 70 →
  • 7 years ago in reply to: YouTube/self-hosted mixed playlist
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Lightbox, hide all UI elements such as Next, Previous, Fullscreen, Thumbnails.
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Attaching a Alias for Cloudfront returns error
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Multiple Videos playing when using Playlists
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: how to specify line breaks for a transcript in a vtt file?
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video Checker not visible post wordpress 5.0 Update
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: I can’t had shortcode with divi theme
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Encrypted HLS without shortcode
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Lightboxed playlist auto-advance
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Lightbox, hide all UI elements such as Next, Previous, Fullscreen, Thumbnails.
    Martin

    Hello bebopblues,

    you can use this CSS code:

    .fancybox-button, .fancybox-infobar {
      display: none;
    }
    

    Thanks,
    Martin

    7 years ago in reply to: Jump back or forward 10 seconds
    Martin

    Hello Artur,

    you can already use the left/right keys.

    Thanks,
    Martin

    7 years ago in reply to: Multiple audio tracks
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Encrypted HLS without shortcode
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: I can’t had shortcode with divi theme
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Multiple audio tracks
    Martin

    Hello 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.mp4

    Then 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,
    Martin

    7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Disable Playlist Autoadvance
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Setting up VAST player with both pre-roll and post-roll ads
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: I can’t had shortcode with divi theme
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: YouTube playlist glitch
    Martin

    Hello Pádraig,

    thank you for checking, FV Player Pro 7.3.4.727 is out now.

    Thanks,
    Martin

    7 years ago in reply to: YouTube playlist glitch
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: How to setup encrypted HLS stream with Amazon Elastic Transcoder
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Pre-roll ads are muted on Chrome and CANNOT BE unmute
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Pre-roll ads are not showing on loop
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Pre-roll ads are muted on Chrome and CANNOT BE unmute
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Loop issue
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Loop issue
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Shorcode not showing SRC just ID = -1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Shorcode not showing SRC just ID = -1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Loop issue
    Martin

    Hello Manuel,

    what is the video source? I need to know that to be able to debug this further.

    Thanks,
    Martin

    7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Custom Video Ads in FV Player (pre-roll and post-roll)
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Load Video in ADs lightbox
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Smarter DRM text algorithms
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: YouTube playlist glitch
    Martin

    Hello Pádraig,

    thank you for the bug report, we will get it fixed and make sure it’s properly tested with Appium.

    Thanks,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: HTML5 unsupported video format error in android
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Load Video in ADs lightbox
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: How to use google cloud to store videos and connect to FV player
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Loop issue
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello Paul,

    thanks, if you reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip then that will be fixed as well.

    Thanks,
    Martin

    7 years ago in reply to: How to setup encrypted HLS stream with Amazon Elastic Transcoder
    Martin

    Hello Peter,

    I would recommend you to check step 9.

    Thanks,
    Martin

    7 years ago in reply to: Glitch when video loads up
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video ads aren't working on tester or actual website
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Videos won’t play in Safari mobile iOS 12.1
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: mkv vp9 AND mp4 h265 on one video ?
    Martin

    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,
    Martin

    7 years ago in reply to: Download Vimeo videos
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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!
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Glitch when video loads up
    Martin

    Hello 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,
    Martin

    fv-player-autoplay-loading-stages
    fv-player-autoplay-loading-stages
    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: So FV Player pro is charge yearly?
    Martin

    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,
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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 );
    7 years ago in reply to: How to setup encrypted HLS stream with Amazon Elastic Transcoder
    Martin

    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,
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: mkv vp9 AND mp4 h265 on one video ?
    Martin

    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,
    Martin

    7 years ago in reply to: mkv vp9 AND mp4 h265 on one video ?
    Martin

    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,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Show same video popup via two links
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Can’t edit playlist
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: So FV Player pro is charge yearly?
    Martin

    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,
    Martin

    7 years ago in reply to: Show same video popup via two links
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Custom Video Ads in FV Player (pre-roll and post-roll)
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello 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

    7 years ago in reply to: Can “Ad time remaining” messages on Intros/Outros be disabled?
    Martin

    Hello dplum,

    every theme has a top level div element in the HTML hierarchy which has an ID which can be used. Or it can be the content column wrapper. So such CSS code can work for your entire website.

    You need to add the rule to your theme CSS file or the custom CSS field of your theme. What you posted above it not valid CSS. It really should be very close to what I posted in my last message.

    We could add an option to hide these video ad times, but I don’t remember any other request regarding that.

    Thanks,
    Martin

    7 years ago in reply to: Can “Ad time remaining” messages on Intros/Outros be disabled?
    Martin

    Hello dplum,

    you can append your wrapper div ID attribute, like this:

    #content .flowplayer.is-cva .fv-cva-time {display: none;}

    In the worst case you can use !important rule

    Thanks,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello Davide,

    so there is no information about SafariBrowser nor Chrome in the user agent string? Here’s what I have on my Samsung X-Cover 3, which was upgraded from Android 4.4.4 to 5.1.1:

    Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G388F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36

    And it plays, it uses the HLS stream.

    Thanks,
    Martin

    7 years ago in reply to: Video does not run on Samsung default mobile browser
    Martin

    Hello Davide,

    please post your mobile browser user agent, you can find it here: https://www.whatsmyua.info/

    We mainly need the “Chrome/70.0.3538.110” part of it and the Android version. But is that GT-I9060i which uses Android 4.4.4?

    Please also let us know what video hosting are you using and if the situation improves if you disable the video ads.

    Thanks,
    Martin

    7 years ago in reply to: Show same video popup via two links
    Martin

    Hello Gerald,

    you can put code in the <pre> tags.

    Please check if fv-wordpress-flowplayer/js/fancybox.js script is being loaded. If not enable Settings -> FV Player Pro -> Sitewide FV Player Defaults -> Use video lightbox for images as well.

    Thanks,
    Martin

    7 years ago in reply to: Can “Ad time remaining” messages on Intros/Outros be disabled?
    Martin

    Hello dplum,

    FV Player doesn’t have a field for custom CSS, but we will discuss adding it.

    You need to put that CSS code to your theme CSS or to any custom CSS field which your theme might have.

    If it doesn’t work, just make sure you improve the selector enough so that it’s effective. Here’s the rule which makes it visible in FV Player Pro CSS:

    .flowplayer.is-cva .fv-cva-time {
      display: block;
    }

    So with a bit of CSS knowledge it’s not a problem to override that to display: none.

    Thanks,
    Martin

    7 years ago in reply to: Show same video popup via two links
    Martin

    Hello Gerald,

    I think I see what you are trying to do. The FV Player lightbox is either an image or a text link which you can click to open the video in lightbox, but there is no option for custom HTML.

    But you can place the player in a hidden div element with id attribute and then load that up using a simple link with a class: https://foliovision.com/player/basic-setup/using-lightbox#advanced

    Thanks,
    Martin

    7 years ago in reply to: PLS and M3U radio playlists
    Martin

    Hello Britt,

    these are not currently supported.

    I checked that and it wouldn’t be to hard to create a parser for such files which would present them as a FV Player audio playlist: https://foliovision.com/player/demos/mp3-in-fv-player#playlist

    You can check how a FV Player playlist shortcode looks like, or wait for us to update our documentation on the new FV Player JSON init codes.

    Thanks,
    Martin

    7 years ago in reply to: Can “Ad time remaining” messages on Intros/Outros be disabled?
    Martin

    Hello dplum,

    you can use CSS like this:

    .fv-cva-time { display: none }
    

    Thanks,
    Martin

    7 years ago in reply to: Setting Up Video Quality Switching
    Martin

    Hello Gabriel,

    the custom quality switching setup with MP4 files doesn’t support that.

    If you want to automate this we recommend using HLS streams: https://foliovision.com/player/video-hosting/hls

    Thanks,
    Martin

    7 years ago in reply to: Action Custom Popups
    Martin

    Hello Daniele,

    we have finished working on FV Player database, so we can work on this now. But I’m not sure if it will be ready in 2018. There might be a beta version ready, but I can’t promise it as we have to work on FV Player Roku too.

    Thanks,
    Martin

    7 years ago in reply to: Custom popups
    Martin

    Hello Daniele,

    we have finished working on FV Player database, so we can work on this now. But I’m not sure if it will be ready in 2018. There might be a beta version ready, but I can’t promise it as we have to work on FV Player Roku too.

    Thanks,
    Martin

    7 years ago in reply to: A few issues
    Martin

    Hello Pablo,

    1) Opera – I tried installing it, but I don’t see how it makes downloading videos easier than any other browser would. You can read about video protection options and how effective each one is here: https://foliovision.com/player/securing-your-video/protecting-video-from-downloading

    2) Please let us know if you see that same problem on https://foliovision.com and https://foliovision.com/player/demos/amazon-open-bucket

    Do you mean you would like to see a setting to disable Chromecast?

    3 & 4) Yes, the FV Player editor is not properly optimized for mobile. We would like to improve that, but so far this is the first request to do so.

    5) Pseudo live stream – if you need this feature for your work, you could hire us to create this one for you. We would be able to offer you a special price for it too.

    6) AVI support – it was never a format for web use. I’m not sure if it worked before, but something could break there as we don’t test what’s not supported as a standard.

    Thanks,
    Martin

    7 years ago in reply to: Reduce Video Latency and AWS Segment Duration Setting
    Martin

    Hello Bin,

    I have seen a lot of HLS streams with segment duration of 6 seconds, including the ones on Vimeo. To you can safely use 6 seconds.

    Some expert article about this can be found here: https://bitmovin.com/mpeg-dash-hls-segment-length/

    Thanks,
    Martin

    7 years ago in reply to: Embed Video with the popup menu
    Martin

    Hello Bruno,

    I was able to fix the Divi compatibility, it’s not really a problem, but there is a lot of things to check, so this will take some more time.

    Thanks,
    Martin

    7 years ago in reply to: Google Analytics Script Inclusion – GDPR
    Martin

    Hello Allyn,

    thank you for the suggestion, I put it up on our list of bugfixes to do.

    Thanks,
    Martin

    7 years ago in reply to: Amazon S3 Ajax
    Martin

    Hello Livi,

    with that option enabled the valid URL of the video on Amazon S3 is no longer part of the HTML code, so it’s impossible to obtain it using some website crawler tool. That doesn’t mean you can’t find the URL in the browser network tools, but that’s much harder to automate.

    I recommend you read our overview of video protection here: https://foliovision.com/player/securing-your-video/protecting-video-from-downloading

    Thanks,
    Martin

    7 years ago in reply to: Ajax skin issues
    Martin

    Hello Evélina,

    so it seems all is well now. Thank you for letting us know!

    Thanks,
    Martin

    7 years ago in reply to: New lightbox doesn’t work on my website
    Martin

    Hello Alec,

    I was looking into this:

    * ARI Fancy Lightbox registers the Fancybox script as “ari-fancybox” and it’s version 3.2.10
    * Easy FancyBox uses “jquery-fancybox” and it’s version 1.3.23
    * FancyBox for WordPress uses “fancybox” and it’s version 1.3.8

    So for the first case we could use the script which that plugin registers as we use version 3.4.1. So it should work, although possibly with some small design glitches as we rely on the newer Fancybox 3.4.1 styling a bit. And then if we do that we still have to stick our JavaScript somewhere – additional JS file – meaning more requests on pageload.

    For the later two cases it’s impossible to fix. We could only add a code to our plugin which prevents these old versions from loading in order to not break the FV Player lightbox functions. But then it’s hard to guarantee that it these plugins keep working.

    It would help if there would be a single popular plugin or theme for which we would have to fix these issues as multiple users would complain about these issues.

    Thanks,
    Martin

    7 years ago in reply to: FV Player Gutenberg Block
    Martin

    Hello Leho,

    here’s our take on Gutenberg: Project Gutenberg – Subverting WordPress.org for .com marketing

    We will add support for it into FV Player although we will avoid it for our websites. We don’t recommend upgrading to WordPress 5 for at least a couple of months before the bugs are ironed out.

    Before we add support for Gutenberg FV Player users can create new players on the FV Player wp-admin screen and then copy over the shortcode. Thanks to the new FV Player database it stays linked.

    Thanks,
    Martin

    7 years ago in reply to: Player Size Not Changing/Adapting
    Martin

    Hello Anthony,

    if you are unable to size FV Player properly then there might be some issue with your theme. Please start by sending over the System Information found on Settings -> FV Player -> Tools (it’s a new feature which was added in FV Player 7.3.0.727) and provide the URL where we can see the issue.

    Thanks,
    Martin

    7 years ago in reply to: Feature request – Draggable stickied player
    Martin

    Hello Patrick,

    do you know of any video player which has a similar feature?

    I wonder what should be the effective drag area of our player. Perhaps moving the mouse over it could show a dragable header bar on top of it.

    Also, when would the player get back to its original position? Would it stay in the custom floating position until you close it with the “X” icon in top right corner?

    Thanks,
    Martin

    7 years ago in reply to: Display black screen after playing MP4 video
    Martin

    Hello Nam,

    I can see that it’s caused by the “width: 148%!important;” CSS rule in your Visual Composer custom.css file.

    Thanks,
    Martin

    7 years ago in reply to: Chapters not Saving to WP DB from Video Tab
    Martin

    Hello Leho,

    FV Player Pro 7.3.1.727 is out. I see we really need to create tests for these editor screens. I did test my changes but it was on a non-standard website. These mistakes happened as we were resolving some urgent streaming issues for one of our clients.

    Thanks,
    Martin

    7 years ago in reply to: Cannot save encryption and decryption keys in the latest version
    Martin

    Hello Maxim,

    sorry about that, FV Player Pro 7.3.1.727 is out. I see we really need to create tests for these editor screens. I did test my changes but it was on a non-standard website.

    Thanks,
    Martin

Viewing 100 replies - 3,401 through 3,500 (of 6,912 total)
← 1 2 3 … 34 35 36 … 68 69 70 →

Primary Sidebar

  1. Bios
  2. My Video Bookmarks
  3. My Video Playlists
  4. Privacy Policy
  5. TEST
  6. Test Bunny CDN vs. DigitalOcean Spaces CDN
  7. Video Speed Tests
  8. FV Flowplayer Expiration
  9. About
  10. Checkout
  11. Foliovision Tools
  12. FV Player
  13. Job offers
  14. Store
  15. WordPress
  16. Cookies
  17. Donate
  18. Enter your VAT Information
  19. FV Pro Support
    We’ll solve your WP Video problems right now
  20. FV Publisher
  21. Hosting signup
  22. How to pay your invoice in the new billing system
  23. Humanmetrics Jung Typology Test Result
  24. Best Practices for Sharing Sensitive Information
  25. Billings Page
  26. Client Section
  27. Foliovision Hosting Signup
  28. Renew or upgrade your plugin
  29. Site Map
  30. FV Flowplayer 5 Download Test Page
  31. Referrals
  32. My Profile
  33. Flowplayer
  34. My Licenses
  35. Portfolios
  36. Additional Information
  37. Theme Comparison
  38. Video Services Request
  39. Thanks for your message
  40. Thanks for Applying!
  41. Thoughtful Comments
  42. Teamwork to Basecamp 3 Migration Wizard
  43. Typepad to WordPress deposit payment
  44. Weblog
  45. WordPress 3.3 Upgrade Order Form
  46. WordPress Programmer’s Homework

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2026 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬