• 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 - 5,501 through 5,600 (of 6,912 total)
← 1 2 3 … 55 56 57 … 68 69 70 →
  • 11 years ago in reply to: quick insert image
    Martin

    Hello Craig,

    please check Settings -> Foliopress WYSIWYG -> Path to images on your web server. If it’s empty, try to enter something like /images/ and then make sure your images folder in your web root (probably public_html in your home directory) is writable by the web server.

    Thanks,
    Martin

    11 years ago in reply to: Notifying author or editor about comments held in moderation
    Martin

    Hello James,

    we checked what’s in core WordPress code and the post author if already notified of pending comments on his posts.

    If you would like to notify all your editors of new pending comments, then you can simply append their email addresses to the comment_moderation_recipients filter.

    Thanks,
    Martin

    11 years ago in reply to: Quality Switching Labels
    Martin

    Hello Pavel,

    there are ways of forcing WordPress to re-check the plugin updates, but you can just download a new ZIP of the plugin from https://foliovision.com/edit

    Thanks,
    Martin

    PS: Please post your replies directly into our forums, to make sure our whole team is aware of your requests and we don’t have to re-post them.

    11 years ago in reply to: Slider broken on iPad
    Martin

    Hello all,

    the workaround in our plugin works and helps our users.

    It turns our that on iOS 8 this is still an issue. If there is a HTML5 video tag, then the iOS 8 browser waits for it to load before it fires the window.onload event.

    Thanks,
    Martin

    11 years ago in reply to: Videos aren’t playing. Only audio. Work fine with YouTube URL
    Martin

    Hello shaile,

    in that case the isom ftype instead of m4v must be the problem.

    Please reencode the video file in HandBrake and see if you still get the playback issue: https://foliovision.com/player/encoding

    Or you can use the “Medium quality” covered in our presentation at https://foliovision.com/2014/05/video-wordcamp-presentation slides from “First prepare your MP4 files – use the above parameters” to “Audio codec is equally important – use AAC”

    Thanks,
    Martin

    11 years ago in reply to: Vimeo video title appearing and Sermon Manager issues
    Martin

    Hello Alec,

    that’s right, it’s in Settings -> FV WordPress Flowplayer -> Vimeo (Pro) -> Remove Vimeo information from player element title.

    Thanks,
    Martin

    11 years ago in reply to: Quality Switching Labels
    Martin

    Hello Pavel,

    please upgrade to FV Player Pro 0.2.9.0.5. You should see it in your autoupdates soon.

    It fixes the quality switch for iPad (apparently there was a change in dataload and seekable properties in core Flowplayer, sorry for not noticing it earlier) and it should also improve the appearance of the quality switching buttons.

    Thanks,
    Martin

    11 years ago in reply to: Vimeo video title appearing and Sermon Manager issues
    Martin

    Hello smith234,

    regarding the Vimeo video titles – in the new version you will have to enable the “Remove Vimeo information from player element title” to hide the Vimeo information. Some users want it and some don’t, so you can just turn it off.

    Thanks,
    Martin

    11 years ago in reply to: Bad Vimeo video names in Google Analytics
    Martin

    Hello Mike,

    update: we made this optional, so your video will continue using “Vimeo: {video name} ({video id})”, just update to latest version if you already updated the plugin last week.

    Thanks,
    Martin

    11 years ago in reply to: Videos aren’t playing. Only audio. Work fine with YouTube URL
    Martin

    Hello shaile,

    it almost looks like the HTML5 playback on your computer is somehow broken.

    It appears you have deleted the fullbridge1.mp4 video, but I found fullbridge.mp4 works. No issues with it in Chrome 41.0.2272.104.

    Could you please check the video on our homepage? Does it play for you? https://foliovision.com/

    Thanks,
    Martin

    11 years ago in reply to: Videos aren’t playing. Only audio. Work fine with YouTube URL
    Martin

    Hello Shaile,

    the video encoding is fine, although it’s using the isom ftyp.

    It plays for me in Firefox 36.0.4 and Safari 7.1 on OS X 10.9.5.

    What browser are you using? If it works for you in the core WordPress media player, then it might be using Flash fallback.

    Thanks,
    Martin

    11 years ago in reply to: Videos aren’t playing. Only audio. Work fine with YouTube URL
    Martin

    Hello shaile,

    do you mean that you download the video MP4 from YouTube and it works? It should work, as YouTube uses the right kind of video encoding.

    You can check your video encoding directly in our plugin, just use our video checker. Here’s how, if you haven’t enable it: https://foliovision.com/player/faq#properties-built-checker-report-playing

    Thanks,
    Martin

    11 years ago in reply to: Quality Switching Labels
    Martin

    Hello Pavel,

    this must be caused your theme CSS. Could you please send us a link to your website, so we can check the kind of CSS you have?

    We might need to add some “list-style-type: none” kind of declaration to the quality switching
    <li> elements.

    Thanks,
    Martin

    11 years ago in reply to: Playlist options
    Martin

    Hello pweden,

    you will need something like this:

    .flowplayer {
    float: left;
    }

    .fp-playlist-external {
    text-align: left;
    float: left;
    overflow: scroll;
    overflow-x: hidden;
    background: #fff;
    border-bottom: 1px solid #ccc;
    max-height: 423px;
    max-width: 100%;
    }

    You can restrict that rule based on some special div wrapper to not affect all players on your website.

    You can check our demo here: https://foliovision.com/player/demos/vertical-playlist

    Thanks,
    Martin

    11 years ago in reply to: Playlist options
    Martin

    Hello pweden,

    thank you for your interest in our plugin, we are checking this feature request in our team.

    We have done the vertical scrolling playlist for some of out websites. It required few lines of CSS. It would be more tricky for horizontal scrolling playlist, but not impossible.

    Thanks,
    Martin

    11 years ago in reply to: Click-Through on Video
    Martin

    Hello Mike,

    we talked some more about your ideas.

    Having the autoplayed video open a website on click would be annoying as people try to pause that video by clicking it. We suggest that you use our basic ad functionality to add a link which shows up above the video: https://foliovision.com/player/adding-ads

    So it your partner wants to promote a new product, you can then insert something like: “Click here to learn more about XYZ product” and have it link to the partner website.

    You can add the Google Analytics Campaign tracking URL parameters to it easily: https://support.google.com/analytics/answer/1033867?hl=en

    I’m not sure if the Google Analytics outbound link tracking will work though, as we insert the ad code dynamically on the video start. We have to do it like that for dynamic ad units which require to be loaded only if they actually show up and can’t be loaded into a hidden element on website.

    Thanks,
    Martin

    11 years ago in reply to: FV Flowplayer Default Expiry Time isn’t working no matter what I set it to.
    Martin

    Hello rayzorg,

    check if your WordPress pages are served with the Expires or Cache control HTTP headers.

    If you use a WP cache plugin (or any caching mechanism which might cause the links in HTML to expire), you need to force set the default expiry time: https://foliovision.com/player/secure-amazon-s3-guide#wp-cache

    If you buy our license, you will get FV Player Pro extension plugin which lets you use CloudFront signed URLs. These are generated on play – so the issue with HTML caching is solved that way.

    Thanks,
    Martin

    11 years ago in reply to: Reading the Google Analytics data
    Martin

    Hello Matt,

    it means a single person watched the Dryer_Sheet_Flowers-Medium video for 354 seconds.

    If another person will watch it, the time will add to the “Event Value” – it will show the total number of seconds played. You will also see a change in “Avg. Value” – the amount of seconds a person watches the video on average.

    If the video was only played once and the number of seconds if bigger than the video length, it means it was played multiple times. If the videos is played multiple times, then this is hard to judge as the number of seconds just adds up to the total value.

    If there are pre-roll ads, these count as separate videos (Event Label).

    Thanks,
    Martin

    11 years ago in reply to: Video does nto play on ipad
    Martin

    Hello Seyed,

    1) You Amazon S3 bucket is located in Sydney. Does that match your location?

    2) I can see that your RTMP doesn’t get the signature. The CloudFront (Pro) -> CloudFront domains should contain both your CloudFront RTMP and Web distribution domains:

    d3h34e0kuk90ar.cloudfront.net,s3sxprtvziqviq.cloudfront.net

    I see that you might already have it your “Flash Streaming Server” setting, but that’s just for faster adding of RTMP streams (so you don’t have to enter rtmp://s3sxprtvziqviq.cloudfront.net for each player).

    4) It doesn’t appear that you added your video hosted on your CloudFront Web distribution to the shortcode.

    To just test the newly created CloudFront Web distribution, use following:

    [fvplayer src="http://d3h34e0kuk90ar.cloudfront.net/tony.mp4"]

    Then you can enter both CloudFront RTMP and CloudFront HTTP videos for fastest streaming on both Flash and HTML5 compatible devices:

    [fvplayer rtmp="rtmp://s3sxprtvziqviq.cloudfront.net/cfx/st" rtmp_path="tony.mp4" src="http://d3h34e0kuk90ar.cloudfront.net/tony.mp4"]

    Thanks,
    Martin

    11 years ago in reply to: Vimeo video title appearing and Sermon Manager issues
    Martin

    Hello smith234,

    Sermon plugin – is that some custom code on your website? It should just run do_shortcode() on the [fvplayer….] shortcode or it needs to be processed by the_content filter. Also the global $post needs to be present and functioning. Could you please ask your programmer to have a look?

    If you use our shortcode outside of WordPress loop, there might be issues with automated YouTube and Vimeo splash screens. These get saved on post save WordPress actions, so if these are not hooked in your Sermon plugin, there might be issues.

    Unfortunately your plugin seems to not be using all the WordPress standards, so it’s tricky to figure out without having a direct look.

    Also, we will change the “Vimeo:” video title hiding into an option as some people like it.

    Thanks,
    Martin

    11 years ago in reply to: Notifying author or editor about comments held in moderation
    Martin

    Hello James,

    we will add this to FV Thoughtful Comments plugin, as we think it’s a useful feature. We will test the default WordPress behavior before doing so.

    Thanks,
    Martin

    11 years ago in reply to: Vimeo Video View Discrepancy
    Martin

    Hello Mike,

    you must use grep command line tool.

    If you are not sure about using that, could you please send your site access logs to us? Then we can count the video plays and let you know what the number is.

    That would allow us to see if there is bug in our video plays tracking.

    Thanks,
    Martin

    11 years ago in reply to: Warning message when I hit “check template”
    Martin

    Hello Xenia,

    if the videos play and you can also pause and resume the videos, then it should be fine.

    The detected JavaSript file is packed, so it’s hard to tell if it’s an extra copy of jQuery (could break things) or if it’s harmless (causing no JavaScript errors).

    Thanks,
    Martin

    11 years ago in reply to: Conflict with WP Job Manager
    Martin

    Hello Saqib,

    could you please try to follow the same advice with is posted in my last post here: https://foliovision.com/support/fv-top-level-categories/bug-reports/conflict-with-other-plugin#post-4022

    Thanks,
    Martin

    11 years ago in reply to: Not working with directory plugin??
    Martin

    Hello cyberdoc,

    looks like you changed the “Category base” to listings-category. Try to change it back to the default value.

    I see that we process the category prefix, but there might be a bug.

    Thanks,
    Martin

    11 years ago in reply to: Optimizepress 2.0, TinyMCE, FV Worpress Flowplayer
    Martin

    Hello Jason,

    filter fv_flowplayer_optimizepress doesn’t do anything with JavaScript, so I’m not sure how it could create a plugin conflict with tinyMCE.

    Can you disable it only for wp-admin in “Advanced WP Filter Settings”? Is that a function of OptimizePress plugin as well?

    Thanks,
    Martin

    11 years ago in reply to: FV Flowplayer Default Expiry Time isn’t working no matter what I set it to.
    Martin

    Hello rayzorg,

    the minimal expiration time is 900 seconds (15 minutes). This can be changed using fv_flowplayer_amazon_expires filter. It works as any other WordPress filter.

    Here’s a code which changes the expiration to 10 minutes for all videos: https://gist.github.com/foliovision/3dc5db291f0216df2eb7

    Thanks,
    Martin

    11 years ago in reply to: Auto play Ipad mini
    Martin

    Hello Seyed,

    autoplay is not available for mobile devices, as these devices often use slow internet connection where you have to pay for each MB of data. This is hardcoded in the mobile web browsers.

    Thanks,
    Martin

    11 years ago in reply to: Bad Vimeo video names in Google Analytics
    Martin

    Hello Mike,

    due to user request (whitelabel issues), we changed the Vimeo video titles from “Vimeo: {video name} ({video id})”. to just “{video name} ({video id})”.

    That means in Google Analytics you have to look for titles with 9 digit numbers in brackets to identify the Vimeo videos, or you can search for the known video ID directly.

    Thanks,
    Martin

    11 years ago in reply to: Vimeo video title appearing and Sermon Manager issues
    Martin

    Hello smith234,

    unfortunately our Vimeo embedding doesn’t support the Vimeo tracking. We just let you use the video files without the Vimeo branding, if you are a paid Vimeo customer (Pro or Plus).

    We released FV Player Pro 0.2.9.0.4 which removes the “Vimeo: ” part of the video hover titles. Thank you for letting us know about the issue.

    Thanks,
    Martin

    11 years ago in reply to: Vimeo Video View Discrepancy
    Martin

    Hello Mike,

    I’m setting up similar page on our website now. Then we will check if we get the same issue with video playback stats.

    We will also check the count of POST /wp-admin/admin-ajax.php calls matching the URL of our new page as a referrer. That is something which you can try as well, if you know how to parse the access logs. You would have to divide the number of matches by two if you have any other WP admin-ajax call on that page though.

    I checked this for our site and I’m getting much closer matching data.

    Thanks,
    Martin

    11 years ago in reply to: vast=”skip” broken
    Martin

    Hello Ron,

    so after a closer look at your website, this appears to be a conflict with one of the following:

    Easy Twitter Feed Widget
    FV Player VAST
    FV WordPress Flowplayer
    iOS Smart App Banner
    Polls by OpinionStage
    Quick Chat
    Sharexy
    WP-reddit

    Or your Realnews theme (Theme Forest).

    We put in a quick fix which we will include in the new version.

    Thanks,
    Martin

    11 years ago in reply to: vast=”skip” broken
    Martin

    Hello Ron,

    when I tested this with your videos, it worked. On your site it appears there is no vast=”skip”.

    Since we are running out of ideas, we will contact you directly about having a look at your site hands on.

    Thanks,
    Martin

    11 years ago in reply to: vast=”skip” broken
    Martin

    Hello Ron,

    I’m sorry, but I’m not able to reproduce this issue anymore. The vast=”skip” simply works in playlists. I know I said I can reproduce the issue the last time and I’m sorry if you lost some time waiting for this, but I just can’t see any problem here anymore. Perhaps I used an older version of our plugin the last time. You are already on the latest version, I checked.

    Could you please setup your playlist with vast=”skip” now and send us the URL? Then I’ll have a look and test it right on your website. If I see a problem, I’ll work on fixing it right away.

    Thanks,
    Martin

    11 years ago in reply to: Vimeo video title appearing and Sermon Manager issues
    Martin

    Hello smith234,

    that’s the Vimeo video title. It’s there to help with the Google Analytics video play tracking.

    Are you using Google Analytics or not? If not, then we could hide this information. Or we could only show the video title and don’t put “Vimeo: ” in front of it.

    Thanks,
    Martin

    11 years ago in reply to: Screenshot size question
    Martin

    Hello smith234,

    you can just use the same size as the video. It will size properly and it will have the same aspect ratio.

    If you are concerned about the image size, check your site column width and calculate the size to fit in while keeping the aspect ratio. Also, you should be using JPEG unless the splash screen (screenshot) is logo, drawing or a scheme.

    If you noticed issues on mobile, then my guess is that there was an issue with responsiveness. Just let us know the URL and we will have a look.

    Thanks,
    Martin

    11 years ago in reply to: Video does nto play on ipad
    Martin

    Hello Seyed,

    I’m getting slow speeds from your Amazon S3 server, but it’s located across the whole globe, so it’s no wonder.

    The RTMP still doesn’t appear to work. It appears you used the global “Flash Streaming Server” setting, but it doesn’t appear to be recognized.

    Could you please use this setup on a test page and see if it plays?

    [fvplayer rtmp="rtmp://s3sxprtvziqviq.cloudfront.net/cfx/st" rtmp_path="tony.mp4"]

    On top of RTMP you should set up the CloudFront web distribution, you have the CloudFront access key already, so it should be easy: https://foliovision.com/player/serving-private-cloudfront#cloudfront

    However then you won’t be able to use Amazon S3 directly to serve your files (our guide tells you that, so you can just follow it).

    Thanks,
    Martin

    11 years ago in reply to: Cannot get non-Flash video to work
    Martin

    Hello Philip,

    you file name should be http://dxxxxxxxxxxxx.cloudfront.net/video.mp4 and not http://dxxxxxxxxxxxx.cloudfront.net/bucket-name/video.mp4 as the CloudFront distribution is already bound to a Amazon S3 bucket, so there is no place for it in the CloudFront URL. Please let us know if that helps or now.

    Thank you for letting us know about the mistake in the documentation!

    Thanks,
    Martin

    11 years ago in reply to: player doesnt resume after pause and mid roll break
    Martin

    Hello opingus,

    you are using a live stream. Please set the live=”true” attribute in the shortcode, as per our instructions here: https://foliovision.com/player/rtmp-streams (Step 6.)

    Did you used the midroll VAST ad for this video and did you experienced issues with that setup? Perhaps doing the above will fix that issue as well. Could you please let us know?

    Thanks,
    Martin

    11 years ago in reply to: Closed Captions Button
    Martin

    Hello gbowman,

    Flowplayer 6 should be out really soon, so once it’s out we will update our plugin to it and you should be able to switch the subtitles on and off.

    Thanks,
    Martin

    11 years ago in reply to: player doesnt resume after pause and mid roll break
    Martin

    Hello opingus,

    could you please post a link to your site where we can see the issue? If the player can’t be paused, then there might be a conflict with some jQuery plugin. As a troubleshooting step you can check if the pausing works when FV Player VAST is disabled.

    Thanks,
    Martin

    11 years ago in reply to: Cannot get non-Flash video to work
    Martin

    Hello Philip,

    the bad mime type only occurs as the HTTP code of the video request is 403 as the URL signature is not matching.

    Are you sure both your CloudFront streaming distribution (RTMP) and CloudFront Web distribution use the same bucket? You are not mentioning is you use the signed URLs or not.

    Also, there should be no bucket name in the CloudFront file URL. For example our public CloudFront Web distribution uses URLs like: http://video-cdn-public.foliovision.com/Swan+Lake+Reloaded-sd.mp4 While the file in the Amazon S3 bucket has path: https://s3-eu-west-1.amazonaws.com/fv-flowplayer-bucket/Swan+Lake+Reloaded-sd.mp4

    Thanks,
    Martin

    11 years ago in reply to: VAST Tag for LiveRail RTB
    Martin

    Hello newcalmedia,

    it looks good, although I see an empty space after “[post_title]” before the “&” symbol. Make sure you switch the FV Player VAST engine to Flash for this ad unit, see step 5. here: https://foliovision.com/player/vast/player-vast-use

    Thanks,
    Martin

    11 years ago in reply to: [media_file_url] Macro isn’t passing anything back
    Martin

    Hello newcalmedia,

    I had a look and adding this won’t be so easy. We init the VAST ad as soon as possible and by that time the actual media file URL is not yet known as the player has not yet picked the file format matching the player capabilities. We will need to have a deeper look at this.

    Thanks,
    Martin

    11 years ago in reply to: Vimeo Video View Discrepancy
    Martin

    Hello Mike,

    this is a tricky question. You are comparing two different videos. Could you please try this with the same video? You can try to swap the FV Player code to Vimeo embed player after a day and then compare number of pageloads and video plays on both days.

    On our end, we could try some other views tracking to see what kind of numbers do we get.

    Thanks,
    Martin

    11 years ago in reply to: RTMP error on video checker
    Martin

    Hello Phil,

    the RTMP checker was fixed. It now properly detects the cfx/st path.

    Thanks,
    Martin

    11 years ago in reply to: Video does nto play on ipad
    Martin

    Hello Seyed,

    1) The RTMP check for Amazon CloudFront RTMP was fixed.

    2) Yes, you need to setup RTMP with signed URLs. Use the CloudFront keys for that: https://foliovision.com/player/serving-private-cloudfront#keys

    You can’t have the URL signature required by S3 and then have it stream using RTMP without the CloudFront access keys.

    3) Cache – that sounds around right.

    4) Safari and iPad issues – I see that the video link is set to expire after 900 seconds. Are you sure you set it to 7200 seconds and checked “Force the default expiration time”. Full instructions here: https://foliovision.com/player/secure-amazon-s3-guide#wp-cache

    5) Should be the same as 4.

    6) Video load time slow – please use the video checker to report your MP4 file.

    Thanks,
    Martin

    11 years ago in reply to: responsive logo?
    Martin

    Hello Adam,

    you can use the following CSS and put it into your mobile theme CSS, just adjust the px value as required:

    .flowplayer .fp-logo {
    width: 50px;
    }

    If your theme is responsive, you have to put in the right media query for your mobile site. Something like this:

    @media only screen and (max-width: 400px) {
    .flowplayer .fp-logo {
    width: 50px;
    }
    }

    I see that we could put this into our plugin, but I’m not sure how would we handle the logo dimension, which depends on the image size.

    Thanks,
    Martin

    11 years ago in reply to: YouTube Quality Issues
    Martin

    Hello Drew,

    unless you check “Enable quality switching: (beta)” in the YouTube box of FV WordPress Flowplayer settings, it’s handled automatically.

    That means you have to enter fullscreen mode to see the HD quality. I tested this in different browsers (OS X 10.9.5) and here are the qualities which it offered:

    * Firefox – hd720, medium (using MP4 format)
    * Chromium – hd1080, hd720, large, medium, small (using WebM format)
    * Chrome – hd1080, hd720, large, medium, small (using WebM format)
    * Safari – hd720, medium, small (using MP4 format)

    So it appears YouTube API does a lot of decisions what format to send to what browser. This is not in our control. This might also differ for each video. In the past, they probably had no videos in WebM format as it was all playing in Flash. In surprised to not see the full quality in MP4 format though.

    Thanks,
    Martin

    11 years ago in reply to: vast=”skip” broken
    Martin

    Hello Ron,

    thank you for the bug report, I see the issue with playlists. If there is vast=”skip” it should skip any VAST ads on the entire playlist. We will get that fixed.

    Thanks,
    Martin

    11 years ago in reply to: Video does nto play on ipad
    Martin

    Hello Seyed,

    RTMP issue – you are trying to serve https://s3-ap-southeast-2.amazonaws.com/behnamvideos/rebound.mp4 via RTMP, but that file is not set to be viewable by “Everyone”. You are using the Amazon S3 signed URLs on it.

    This is mentioned as step “7. Issues?” in our CloudFront RTMP guide: https://foliovision.com/player/serving-private-cloudfront#rtmp

    Or you can also sign your RTMP URLs – use the CloudFront keys for that: https://foliovision.com/player/serving-private-cloudfront#keys

    iPad issue – we need to see what does the video checker say about the MP4 file. So far you only posted the RTMP analysis. It plays for me on iPad with iOS 8, it just takes a lot of time to load.

    Also, you site is often slow to load. You should be using a WordPress caching plugin and adjust the Amazon S3 signed URLs timeout accordingly (check our guide).

    Thanks,
    Martin

    11 years ago in reply to: vast=”skip” broken
    Martin

    Hello Ron,

    I had a look and it appears that your vast=”skip” attribute of shortcode is not parsed at all. Perhaps you have some hidden character in the shortcode which prevents it from running properly.

    Could you please test this with the shortcode from here? https://gist.github.com/foliovision/8ef1090c8ee1c12f46b6

    I also tested using all the shortcode attributes which you provided in the example above (src, vast, autoplay, embed, splash, playlist) but I still wasn’t able to reproduce the issue.

    Thanks,
    Martin

    11 years ago in reply to: vast=”skip” broken
    Martin

    Hello Ron,

    I tested this again with both VAST and VPAID ads and I’m not noticing any issue with it.

    Could you please post a link to your site where we can see this?

    Thanks,
    Martin

    11 years ago in reply to: How to add text description beside thumbnails in the playlist?
    Martin

    Hello Frank,

    at this point you have to add the captions manually. This could be parsed from YouTube API though. We will have a look at this and decide if we will add this feature.

    Thanks,
    Martin

    11 years ago in reply to: How to add text description beside thumbnails in the playlist?
    Martin

    Hello Frank,

    sorry about that, the link was fixed now.

    Thanks,
    Martin

    11 years ago in reply to: vast=”skip” broken
    Martin

    Hello Ron,

    sorry about that, could you please check if you are using multiple ad tags in the waterfall loading? In that case, you might need to add:

    vast=”skip” vast1=”skip” vast2=”skip”

    I see that it’s cumbersome, we will improve this.

    Thanks,
    Martin

    11 years ago in reply to: videomega.tv videos
    Martin

    Hello fozool,

    most video services make sure you can’t hotlink their videos by signing the URLs with an encoded timestamp. So your video link probably worked at first, but then it expired.

    Thanks,
    Martin

    11 years ago in reply to: [media_file_url] Macro isn’t passing anything back
    Martin

    Hello newcalmedia,

    sorry about that, we will double check if this one works. I have to admin that we haven’t seen many advertisers requiring this one as mandatory, so it might have escaped our attention.

    Thanks,
    Martin

    11 years ago in reply to: Wochit
    Martin

    Hello Anu,

    it you see “Amin: Video OK”, then everything is alright. It means our player had checked your video and found no errors in the video file, read more about it here: https://foliovision.com/player/faq#properties-built-checker-report-playing

    I see that you are trying to use a VAST ad tag. FV WordPress Flowplayer only supports basic ad units and not video ads. You have to use FV Player VAST to be able to use the VAST ads: https://foliovision.com/player/vast

    Thanks,
    Martin

    11 years ago in reply to: S3 Protected Content vs s3Flowshield
    Martin

    Hello cruiserparts,

    both downloading and viewing needs to be enabled.

    If you want to take one step further, you can only distribute your videos using RTMP which is not so easy to download: https://foliovision.com/player/serving-private-cloudfront

    You can even use singed URLs with that, if you get our pro extension.

    However RTMP won’t play on mobile, so you also need a HLS stream. Amazon AWS can get you that far, although we don’t have a step by step guide for that yet.

    Thanks,
    Martin

    11 years ago in reply to: Custom Pre-roll
    Martin

    Hello Ron,

    you can add vast=”skip” to the shortcode by hand.

    We need to add the user interface for this.

    Thanks,
    Martin

    11 years ago in reply to: Wochit
    Martin

    Hello Anu,

    it appears you are using W3 Total Cache for CSS minify, but the plugin CSS is not included in it properly. You can start by enabling Settings -> FV WordPress Flowplayer -> Integrations -> “Disable saving of color settings into a static file” and then clearing the W3 Total Cache minify.

    What kind of ad are you using?

    Thanks,
    Martin

    11 years ago in reply to: License – what to enter?
    Martin

    Hello fozool,

    thank you for letting us know!

    Was the issue related to your theme? When using your theme are you also having issues with Appearance -> Widgets screen (opening of the widget boxes)? In that case we are sorry to see the issues you are having, but I’m not sure how we can fix this in our plugin.

    Thanks,
    Martin

    11 years ago in reply to: License – what to enter?
    Martin

    Hello fozool,

    if you are not able to open the settings boxes, there has to be some JavaScript error.

    I tried a fresh install with no plugins and it works for me. Could you please try the default WordPress theme (Twenty Fifteen) and see if you still get the issue?

    Thanks,
    Martin

    11 years ago in reply to: License – what to enter?
    Martin

    Hello fozool,

    you should have received an email with login to https://foliovision.com/edit

    That’s where you entered your domain and where you get your license key. You need to use that one.

    Thanks,
    Martin

    11 years ago in reply to: Wochit
    Martin

    Hello Anu,

    the important part is: “Check your template’s header.php file if it contains wp_head() function call and footer.php should contain wp_footer()”

    It appears that your template is missing the wp_footer() call. You can try to activate a different template (try Twenty Fourteen or Twenty Fifteen – the core WordPress themes) and see if that helps. If yes, then try adding <?php wp_footer(); ?> right before </body> in the footer.php file in your theme directory. This won’t be a problem is you have experience with PHP programming.

    Also, it appears your W3 Total Cache is still enabled (important for your site speed) and your HTML is still mangled/minified, but that should not be important right now.

    Thanks,
    Martin

    11 years ago in reply to: Wochit
    Martin

    Hello Anu,

    I had a look. Your site uses some minify plugin to speed it up. It seems to also strip all the JavaScript. With this kind of configuration your site is basically broken and I guess you can’t run half of the plugins available for WordPress.

    Troubleshooting steps:

    1) deactivate the minify plugin (it’s simply not configured properly if it removes any javascript) and check if it helped
    2) switch to default WordPress template, or at least preview your site with it and check if the video plays

    We also offer our pro support to fix these issues right on your website.

    Thanks,
    Martin

    11 years ago in reply to: VAST Issue with Chrome
    Martin

    Hello Matthew,

    yes, I’m getting the test ad.

    Please check whether you are using any browser extension. You might be using Ghostery and blocking some of the ad requests.

    Thanks,
    Martin

    11 years ago in reply to: Custom Pre-roll
    Martin

    Hello Ronald,

    please check Settings -> FV Player VAST. Full guide is available here: https://foliovision.com/player/vast/player-vast-use

    The per-post options are available, adding the interface into the shortcode editor is on our list.

    Thanks,
    Martin

    11 years ago in reply to: VAST Issue with Chrome
    Martin

    Hello Matthew,

    I checked your licensed website. I got the same issue in Chrome, but then I noticed by Flash is disabled in about://plugins could you please check?

    Also, the VAST URL looks properly parsed:

    ‘http://search.spotxchange.com/vast/2.00/YOUR-ID-HERE?VPAID=1&content_page_url=http%3A%2F%your-website.com%2Fyour-page%2F&cb=0.5992830586619675&player_width=640&player_height=360&#8217;

    Thanks,
    Martin

    11 years ago in reply to: S3 Protected Content vs s3Flowshield
    Martin

    Hello cruiserparts,

    FV Flowplayer allows you to do exactly that, no need to any other plugin. Here’s our guide: https://foliovision.com/player/secure-amazon-s3-guide

    Thanks,
    Martin

    11 years ago in reply to: How to remove commercial logo
    Martin

    Hello John,

    each key works for a single domain and its subdomains.

    Please let us know if you have any more questions.

    Thanks,
    Martin

    11 years ago in reply to: Wochit
    Martin

    Hello Anu,

    as you are our licensed user, we would like to have a look. Could you please setup a test page where we can see this?

    Our full checklist of things to check is here: https://foliovision.com/player/installation#fixing-broken-javascript

    We can also fix any issue right on your website, so you don’t have to do anything, just order our pro support: https://foliovision.com/support/pro-support

    Thanks,
    Martin

    11 years ago in reply to: slow video still after plugin cleanup
    Martin

    Hello Solwebsolutions,

    with free FV Flowplayer you can setup a Amazon S3 bucket close to the location of most of your visitors and even restrict the downloads: https://foliovision.com/player/secure-amazon-s3-guide

    Such setup is better suited to serve videos than some ordinary shared hosting server as it won’t be slowed down by other websites. Small shared server are often slowed down by excessive traffic to one of the websites. So the extra cost (based on amount of traffic you get) pays off.

    If you buy our license, you can also:

    * Host your videos on your Vimeo Plus/Pro account (it’s paid, but you also get great video encoding right in the package): https://foliovision.com/player/how-to-use-vimeo-pro
    * Host your videos on Amazon CND – CloudFront and have it delivered at high speed across the globe (you pay only for the traffic which you get): https://foliovision.com/player/serving-private-cloudfront
    * If you have your videos on YouTube, you can use that as well, with as little branding as possible: https://foliovision.com/player/youtube-with-flowplayer

    Thanks
    Martin

    11 years ago in reply to: Custom Pre-roll
    Martin

    Hello Ron,

    I put your test YuMe ad here: https://foliovision.com/player/demos/vpaid-ads

    I also split our VAST + VPAID test page into one page for VAST and one for VPAID. We will also add a test tool where you an enter your VAST or VPAID ad URL right on our website.

    Thanks,
    Martin

    11 years ago in reply to: Wochit
    Martin

    Hello Anu,

    you can insert it like this (please note that this is just a sample URL, you have to put in your real video URL):

    [fvplayer src="http://wochitprod-a.akamaihd.net/artifacts/headlines/singlePlus/123456/123456-1280x720_Mar_03_2015_7_13_15.mp4"]

    You can use our shortcode editor, just paste your video URL into it. The illustrated user guide is here: https://foliovision.com/player/user-guide

    If Wochit providing also a mobile video (lower resolution version of the same video for mobile internet connection)? Then it could be incorporated using our mobile field or using our quality switching: https://foliovision.com/player/switch-video-quality

    Thanks,
    Martin

    11 years ago in reply to: Custom Pre-roll
    Martin

    Hello Ron,

    you can see a YuMe ad running here, just scroll down to the 5th video: https://foliovision.com/player/demos/vast-vpaid-ads

    If you can send us your ad tag, we can setup a private demo page for it.

    Thanks,
    Martin

    11 years ago in reply to: Wochit
    Martin

    Hello Anu,

    currently we support YouTube and Vimeo.

    I had a look at what Wochit is doing here to get an idea: http://www.wochit.com/explore/tech/blackberry-launches–inch-touchscreen-smartphone-announces-slider-phone-71172839

    The script on that page looks like this: http://api.wochit.com/api/wochitplayer.js?code=eyJ2ZXJzaW9uIjoiMS4wIiwicGFydG5lcklkIjoiQTM3NEdIIiwicHJvZ3JhbW1lck5hbWUiOiJ3b2NoaXQiLCJ0eXBlIjoiQ0xJUF9JRCIsImRhdGEiOiI3MTE3MjgzOSIsInByZWZlcnJlZFZpZGVvRmFtaWx5IjoiU0QifQ%3D%3D&pid=A374GH&progn=wochit

    Could you please paste the embed codes which you have? If they also give your raw MP4 file link, then you can just use these. That won’t give you hot-linking or download protection though.

    Thanks,
    Martin

    11 years ago in reply to: slow video still after plugin cleanup
    Martin

    Hello Solwebsolutions,

    are you using a CDN to host your videos? I recommend that you check our “Video hosting” slides here: https://foliovision.com/2014/05/video-wordcamp-presentation

    The plugins don’t affect the download speeds of your video, they only affect how much time it takes to generate the RAW HTML of your website.

    If you want to have superior video encoding and hosting in a single package, we recommend using a Vimeo Plus or Pro account with our licensed FV Flowplayer. That integrates very well and gives you very fast video load times across the globe: https://foliovision.com/player/how-to-use-vimeo-pro

    Thanks
    Martin

    11 years ago in reply to: Subtitles Fullscreen Font Size & Boxx
    Martin

    Hello flowtation,

    your CSS rules look good. It they don’t seem affecting the subtitles styling, perhaps these rules are inserted before the FV Flowplayer styles. You can fix that by adding some wrapper element ID at the stat of the CSS selector – that should give it bigger priority. #content should work with most WordPress themes.

    We also recommend that you use the Player Skin -> Subitle Font Size setting of our plugin for the basic font size.

    Thanks,
    Martin

    11 years ago in reply to: HLS live stream issues on iPhone and Android
    Martin

    Hello Annoula,

    Android 4.3 with Chrome 39.0 – I created a test HTML where I set live=”true” and it helped. Please put that in and it will improve the situation.

    Then let us know which devices still have issues and what are the symptoms.

    Thanks,
    Martin

    11 years ago in reply to: HLS live stream issues on iPhone and Android
    Martin

    Hello Annoula,

    so your video is provided in both RTMP (plays everwhere were Flash is installed) and HLS (plays on iOS devices, Safari on Mac and new Android devices).

    I’m noticing some issues, you should be adding live=”true” to the shortcode, as per our guide: https://foliovision.com/player/rtmp-streams -> Step 6.

    Tested on:

    Android 4.0.4 with built in browser – works
    Android 4.3 with built in browser – works
    Android 4.3 with Chrome 39.0 – won’t load, only sound plays. I’m looking into it.
    iPhone with iOS 6.1.6 – works
    iPad with iOS 5.1.1 – works

    Thanks,
    Martin

    11 years ago in reply to: Two Amazon S3 Buckets
    Martin

    Hello Marek,

    there might be other factors. Here we use Amazon S3 bucket in Frankfurt and the other one in Sydney. Both use the same access key and it plays: https://foliovision.com/player/demos/amazon-signed-urls

    Perhaps in your case you edited the user Policies to only allow access to the single bucket, or the buckets were created on different user accounts.

    Thanks,
    Martin

    11 years ago in reply to: CloudFront: Access to video forbidden (HTTP 403)!
    Martin

    Hello Marek,

    check our guide here for tips, the “First prepare your MP4 files – use the above parameters” slide gives you hints about what resolution with what bitrate should be used: https://foliovision.com/2014/05/video-wordcamp-presentation

    Thanks,
    Martin

    11 years ago in reply to: CloudFront: Access to video forbidden (HTTP 403)!
    Martin

    Hello Marek,

    please upgrade to FV Player Pro version 0.2.9.0.1. If you don’t see it in your plugin updates right now, you can just download the ZIP file from https://foliovision.com/edit from your account. Just deactivate and delete the FV Player Pro plugin and then install the new version from the ZIP file.

    This version adds a check for the format of the CloudFront Private Key. After the upgrade check Settings -> FV WordPress Flowplayer -> CloudFront (Pro), under “Private Key:” it should say “Your Private Key file is present. Click to put in a new one.”

    If it doesn’t then please check if your Private Key which you pasted starts with ”


    BEGIN RSA PRIVATE KEY


    ” and ends with ”


    END RSA PRIVATE KEY


    “.

    This will determine if there is an issue with your configuration or the PHP on your server.

    Thanks,
    Martin

    11 years ago in reply to: Two Amazon S3 Buckets
    Martin

    Hi Marek!

    Thank you for using FV Flowplayer!

    If the bucket is create under the same Amazon AWS user, you should be able to use the same access keys for both.

    Thanks,
    Martin

    11 years ago in reply to: ver 2.1.2 start video muted
    Martin

    Hello Chan,

    check Settings -> FV WordPress Flowplayer -> Player Skin -> Default Volume. Enter “0.5” to decrease the volume to 50%.

    I see that this could be changed to a sliding control to make it easier to use.

    Thanks,
    Martin

    11 years ago in reply to: Apple HLS support in Flash
    Martin

    Hello Chan,

    unfortunately not yet.

    We talked about this in our team though and for now we will only put in some fallback when HLS video is played on an HLS incompatible device (everything except iOS, Safari and recent Android).

    Thanks,
    Martin

    11 years ago in reply to: Show ads in playlist
    Martin

    Hello Angel,

    FV Player VAST 0.3 was released. It solved the playlist issues for self-hosted as well as other videos.

    We also improved the loading of midroll ads.

    Thanks,
    Martin

    11 years ago in reply to: YouTube videos
    Martin

    Hello Aris,

    I had a quick look, since you are our licensed user. It appears to be a conflict with your theme – it probably uses some incompatible jQuery plugin or whole library.

    Could you please try some other theme? You can just pick the “Twenty Fourteen” theme.

    Future versions of FV Flowplayer will be less dependent on jQuery.

    Thanks,
    Martin

    11 years ago in reply to: YouTube videos
    Martin

    Hello Aris,

    could you please post a link to your website where we can see the issue? We will be able to get this fixed at the start of next week.

    Thanks,
    Martin

    11 years ago in reply to: Show ads in playlist
    Martin

    Hello Angel,

    please upgrade your site to FV Player VAST 0.2.15 (if you don’t see the update in your wp-admin right away, you can download the ZIP file or wait), it includes a fix for playlists. Demo can be seen at the bottom here: https://foliovision.com/player/demos/vast-vpaid-ads

    I’m noticing some more bugs to fix though.

    Also for YouTube playlist, we had to make these ad load only the first video. There are more bugs when loading the ad in between the videos, unfortunately.

    Thanks,
    Martin

    11 years ago in reply to: Show ads in playlist
    Martin

    Hello Angel,

    thank you for your request. The playlist ads feature is on our list of things to fix.

    The ads in loop sound a bit odd – are you sure your ad network will like that? Some ad networks might even be against ad autoplaying, while some clients want that.

    Thanks,
    Martin

    11 years ago in reply to: splash screen via video preload
    Martin

    Hello Ed,

    unfortunately we had to hold the update for autobuffering, as it was breaking certain FV Player Pro features, like YouTube embedding. We first need to make sure it all works together.

    Thanks,
    Martin

    11 years ago in reply to: Few key features not working
    Martin

    Hello Michael,

    could you please login to https://foliovision.com/edit and double check that you are using the correct key? There was a problem with our keygen.

    Thanks,
    Martin

    11 years ago in reply to: How to change player alignment
    Martin

    Hello Ben,

    sorry about the delay here.

    The alignment to the left is supposed create the effect where the text flows around the player as you have noticed.

    We are currently adding a setting which sets the player position:

    * centered
    * left aligned (with no wrapped text)

    This will solve your issue.

    We just released version 2.3.12 which includes this feature, check Settings -> FV WordPress Flowplayer -> Player Skin -> Player Position.

    Thanks,
    Martin

    11 years ago in reply to: splash screen via video preload
    Martin

    Hello Ed,

    we are about to release a new version of FV Flowplayer which fixes the autobuffering.

    However there is no such option to load the beginning of the video and show the first frame of it. It could be scripted, but there is no such option as per HTML5 video specs: http://www.w3.org/TR/html-markup/video.html

    Thanks
    Martin

    11 years ago in reply to: How to change player alignment
    Martin

    Hello Ben,

    sorry about the delay here.

    The alignment to the left is supposed create the effect where the text flows around the player as you have noticed.

    We are currently adding a setting which sets the player position:

    * centered
    * left aligned (with no wrapped text)

    This will solve your issue.

    Thanks,
    Martin

    11 years ago in reply to: FV Flowplayer Fullscreen, Embed and Fast Forward Not Working
    Martin

    Hello flowtation,

    2) Share and full-screen buttons not working – we are noticing no issues on Chrome 40.0.2214.111.

    Do you see same issue on our homepage? https://foliovision.com

    Are you using any browser extensions?

    Thanks,
    Martin

    11 years ago in reply to: FV Flowplayer Fullscreen, Embed and Fast Forward Not Working
    Martin

    Hello flowtation,

    2) Share and full-screen buttons not working – please let us know if you are logged in when you see these issues.

    3) Skip button – we didn’t managed to fix this yet, as we have a team member down, sorry about that.

    4) Site speed – have a look with this plugin, it will tell you what plugin is wasting the most resources: https://wordpress.org/plugins/p3-profiler/

    Thanks,
    Martin

Viewing 100 replies - 5,501 through 5,600 (of 6,912 total)
← 1 2 3 … 55 56 57 … 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‬