Forum Replies Created
-
-

Hello Alessandro,
you should be putting the CSS into your theme stylesheet. We recommend that you never modify any plugin CSS as you will loose your changes in a plugin update. style-1.css is our special CSS where we put the plugin CSS and the skin settings – to prevent CSS rules in HTML header.
Thanks,
Martin
Hello Amie,
I added the license key and now it works on the test page: http://maverick-nyc.com/?page_id=156&preview=true
However the issue with your homepage is that your slider uses the standard Flowplayer load method, however out Vimeo integration doesn’t currently support that, as it has to grab the Vimeo URL before playing the video.
So you need to use this custom code to make sure the video gets preloaded on page load:
jQuery(document).ready( function() {
flowplayer.support.firstframe = false;
for( var i in fv_player_pro.playlist ) FV_Flowplayer_Pro.load(‘#’+i);
});Thanks,
Martin
Hello Amie,
I see that there is a FV Flowplayer license with email address matching Maverick-nyc.com but not domain entered, so I entered it now. That solves the logo issue.
I don’t see the plugins settings screen – apparently “User” doesn’t have the permissions to access it. I was able to install latest version of FV Player Pro from a ZIP file though.
I see that it doesn’t work for your custom post type which shows up in a slider: http://maverick-nyc.com/wp-admin/post.php?post=110&action=edit
To debug this I wanted to create a draft post to preview it, but I don’t see any content which I post. The HTML is completely broken here: http://maverick-nyc.com/?p=153&preview=true
Thanks,
Martin
Hello Amie,
thank you for the login information, but I wasn’t able to figure our how to get into your website. Could you please let us know what it is?
You only have license for: huemortest.com And I can only see the plugin on: http://huemor-dragonfruit.huemortest.com/ where the login doesn’t work
We are keeping this thread private for now.
Thanks,
Martin
Hello Alessandro,
I realized we don’t have to do anything. Simply use some CSS like this:
.flowplayer.is-live.is-error .fp-message {
display: none;
}
.flowplayer.is-live.is-error .fp-waiting {
display: none;
}
.flowplayer.is-live.is-error {
background-image: url(images/live-stream-down.jpg) !important;
background-size: contain !important;
}Thanks,
Martin11 years ago in reply to: Amazon S3 Oregon signature issues
Hello Raylene,
if you select no region, then we use AWS signature version 2. If you do select it, we use AWS signature version 4. That one is required by some regions.
I was able reproduce your issue with our own Amazon S3 bucket in Oregon. Our fix for this (for AWS signature version 4) will be part of the next plugin release.
Thank you for the bug report!
Martin
11 years ago in reply to: Amazon S3 Oregon signature issues
Hello Raylene,
I had a look, but I’m not sure why it won’t work. Could you please try:
1) Rename the file to twitter-tour.mp4 – no blank space or +. We didn’t had issues with it on our second video which is in Sidney though: https://foliovision.com/player/demos/amazon-signed-urls
2) We upgraded our plugin to use Amazon AWS Signature version 4. To use the version 2, just switch the “Region” field to “Select the region”. It might work that way.
Thanks,
Martin
Hello mrcanoa,
actually, perhaps upgrading FV Player Pro to 0.3.1.1. is all you need to do.
Thanks,
Martin
Hello mrcanoa,
in your code you should specify that you are interested in .flowplayer elements inside of the content which just received the Ajax content. Or you can check all the .flowplayer elements in an “each” loop and if there is no data(‘flowplayer’) on it, load it:
jQuery(‘.flowplayer’).each(function() {
if( !jQuery(this).data(‘flowplayer’) ) {
jQuery(this).flowplayer();
var fp = jQuery(this).data(‘flowplayer’);
fp.play();
}
});Othwerwise it affects all the players on the webpage and strange issues might occur.
Also, if you are using FV Player Pro, make sure you upgrade to 0.3.1.1.
Thanks,
Martin11 years ago in reply to: Conflict with Appspector Chrome extension
Hello Bruno,
thank you for the bug report, the fix will be part of the next release.
Thanks,
Martin11 years ago in reply to: Quality Switch, hide some label
Hello Gergely,
thank you for the suggestion, I think we could add an interface which would change the qsel=”true” shortcode option to something like:
qsel=”-270p,-360p,-720p” and then only show these options.
We will discuss this in our team.
Thanks,
Martin11 years ago in reply to: Flash support for HLS and MPEG-DASH
Hello Alessandro,
you can get the dev version here: https://github.com/foliovision/fv-wordpress-flowplayer/archive/dev.zip
The demo stream I posted doesn’t work for me in Chromium (open-source version of Chrome), as it doesn’t support H264 MP4 in HTML5: “videoCodec (video/mp4;codecs=”avc1.4D401E”) is not supported.”
I’m not sure about live streams.
Thanks,
Martin
Hello rootttal
this was answered here: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/getting-template-check-errors
Thanks,
Martin11 years ago in reply to: Logo Discrepancy in Lightbox
Hello Rolf,
thank you for your request!
We will discuss this in our team. Perhaps this should be optional (global option), as some people may like it without the logo.
Thanks,
Martin11 years ago in reply to: Splash image at end of video
Hello Craig,
we are using [fvplayer src="https://cdn.foliovision.com/videos/dominika-960-31.mp4" mobile="https://cdn.foliovision.com/videos/dominika-mobile.mp4" splash="https://cdn.foliovision.com/video/burning-hula-hoop-girl-dominika.jpg" splashend="show"] here and it works: https://foliovision.com/player/demos/splash-image-end
What does your shortcode look like?
Thanks,
Martin11 years ago in reply to: Getting Template check errors
Hello roottttal,
your theme doesn’t use the proper programming standards of modern WordPress.
If you know PHP, you can remove the static reference to jQuery (it’s version 1.7.1) from header.php or functions.php and replace it with wp_enqueue_script(‘jquery’).
Then check if your theme still works as expected.
Thanks,
Martin11 years ago in reply to: Google Analytics Error
Hello smith234,
could you please post your replies here, so we don’t have to always re-post them?
You should be using the same tracking code. You can load the Events display and then you can check all the video tracking there. It doesn’t mix up with the rest of we site stats.
See steps 5. here: https://foliovision.com/player/google-analytics-flowplayer
Thanks,
Martin11 years ago in reply to: Error network
Hello Xenia,
great! Could you please explain more about your issue, as it might help the other users? Are you using a WP cache plugin and did you simply forced the default expiration time longer than the cache timeout?
Thanks,
Martin
Hello George,
the filter which takes care of that is located in the plugin, so when your turn off the plugin, it can’t affect your website. Are you sure you cleared your WordPress cache?
You can try visiting Settings -> Permalinks and just re-saving it as well.
Thanks,
Martin
Hello mrcanoa,
unfortunately I’m out of the office tomorrow, so I won’t be able to help right now, but perhaps it’s something simple.
Please post the video shortcode you are using in the Ajax loaded post – is that a simple self-hosted video?
Does it use our Vimeo integration? Does it use CloudFront signed URLs? Is it a playlist?
Thanks,
Martin11 years ago in reply to: Flash support for HLS and MPEG-DASH
Hello Alessandro,
here is our first experimental demo: http://foliovision.com/player/demos/mpeg-dash
If you see a cartoon video, the MPEG DASH works for your. If you see our homepage video, then it’s not supported by your browser.
Thanks,
Martin11 years ago in reply to: Google Analytics Error
Hello smith234,
I don’t think you can switch the tracking code just like that. Can you put in the same one to see if it works then?
Thanks,
Martin
Hello mrcanoa,
we have re-worked the Vimeo video loading, so it might have changed things a bit. Where can we see your script in action? Are you loading content in Ajax?
Thanks,
Martin11 years ago in reply to: Version 1.6.25 breaks theme layout
Hi Dave,
please try to enable Settings -> FV Simpler SEO -> Advanced Options -> Enable hAtom microformat classes. Does it help?
Perhaps your theme uses the hentry div class for styling. Old templates used to do that. More on that in our article: https://foliovision.com/2015/05/fv-simpler-seo-improvements
Making the web work for you,
Martin11 years ago in reply to: Google Analytics Error
Hello smith234,
I checked your “Video Lost Sheep” video and I can see this one: UA-3…2-4
While the website uses: UA-3…2-1
Are you sure it’s the same in settings?
Thanks,
Martin11 years ago in reply to: quality switching
Hello Dave,
you can use the following file URL: https://s3-eu-west-1.amazonaws.com/fv-flowplayer-bucket/Swan+Lake+Reloaded-sd.mp4
The quality configuration the same as in the step 3. here: https://foliovision.com/player/switch-video-quality
Don’t forget to check the step 5. as well – adding qsel=”true” to the shortcode.
Thanks,
Martin11 years ago in reply to: Error network
Hello Xenia,
what is the video file length? Are you forcing a certain expiration time? Have you tried to download the video to your computer and play it offline?
Thanks,
Martin
Hello Alessandro,
we will put it into a new version. Just look for it later this week, or at the start of the next week.
Thanks,
Martin11 years ago in reply to: Google Analytics Error
Hello smith234,
please check your tracking code in FV Flowplayer. See step 4. here: https://foliovision.com/player/google-analytics-flowplayer
Is it the same as what you use for the website?
Thanks,
Martin11 years ago in reply to: Flash support for HLS and MPEG-DASH
Hello Alessandro,
I see that there is an experimental Flowplayer plugin for this which we could integrate into our plugin.
We will discuss this in our team.
Thanks,
Martin
Hello Alessandro,
technically the live stream has no end, it can only be turned off. We could add a special class to the player element when we detect it’s not responding – that’s the error message you pasted. Then you could put in some image using CSS. Would that work for you?
Thanks,
Martin11 years ago in reply to: Conflict with Appspector Chrome extension
Hello Bruno,
I’m using Chrome 42.0.2311.135 (64-bit) on OS X 10.9.5 and I don’t see the error.
Please check if you are using any Chrome extension. We heard of issues with our player when Ghostery is used to block Google Analytics (if it’s being used). This was used in version 2.3.11.
So it could be something similar. What steps do you have to make to see the issue?
Thanks,
Martin11 years ago in reply to: Flash support for HLS and MPEG-DASH
Hello Alessandro,
could you please send over a sample of such XML file? Then we can have a look at Flowplayer MPEG-DASH support with it.
Thanks,
Martin11 years ago in reply to: vimeo.com player is loading very slow
Hello leobar021,
are you saying Vimeo.com is slow for you? Do you mean that the Vimeo embed codes are slow to initialize or that the actual videos are slow to buffer? If it’s the first case, then our plugin should help you. If you have slow Vimeo download speeds, there might be some issue with their CDN in your location.
Thanks,
Martin
Hello Malcolm,
please get the latest FV Player Pro from https://foliovision.com/login -> My Products -> Extension -> FV Player Pro. You are using version 0.1.5.1 and the current version is 0.3. The autoupdates should work for you from now on.
Thanks,
Martin11 years ago in reply to: FV WORDPRESS FLOWPLAYER
Hello Michael,
our guide to creating your own HLS stream is here: https://foliovision.com/player/hls-stream
It doesn’t cover live streaming though. We support that, just add live=”true” to the shortcode, or enable it in Settings -> FV WordPress Flowplayer -> Post Interface Options and then check it in the shortcode editor when posting the video.
If you buy our license, you get FV Player Pro extension which gives you:
* quality switching https://foliovision.com/player/demos/flowplayer-quality-switching
* video lightbox https://foliovision.com/player/demos/fv-flowplayer-lightbox
* Vimeo integration https://foliovision.com/player/demos/vimeo-channel-support
* YouTube integration https://foliovision.com/player/demos/youtube-embedding
* user defined AB loop support https://foliovision.com/player/demos/user-ab-loop
* Amazon CloudFront download protection https://foliovision.com/player/demos/cloudfront-download-protection
* custom video ads https://foliovision.com/player/demos/roll-custom-videoThanks,
Martin11 years ago in reply to: Conflict with Appspector Chrome extension
Hello Bruno,
I don’t see that error, could you please explain some more about how to get it?
It should not break anything as it’s in an event handler – what malfunction are you noticing? Please let us know.
Thanks,
Martin11 years ago in reply to: VimeoPro label
Hello Tim,
could you please list all the plugin you are using? Are you using WordPress Multisite? Are you using any WordPress management tool?
Thanks,
Martin11 years ago in reply to: Creating a loop function
Hello John,
please check Settings -> FV WordPress Flowplayer -> Vimeo (Pro) -> “Remove Vimeo information from player element title” to hide the “Vimeo” in the label.
This is used for Google Analytics tracking. So I guess we should only set this if Google Analytics tracking is actually used.
Thanks,
Martin11 years ago in reply to: VimeoPro label
Hello Tim,
we are handling the branding issue here: https://foliovision.com/support/fv-wordpress-flowplayer/how-to/vimeopro-label
Thanks,
Martin11 years ago in reply to: Creating a loop function
Hello John,
thank you for the bug report, we will fix it.
Feel free to drop in more notes if you find anything else, thank you!
Martin
11 years ago in reply to: VimeoPro label
Hello Tim,
we just released FV Player 0.3: https://foliovision.com/2015/05/vimeo-channel-player
I’m noticing you are still using version 0.2.8. Are you able to upgrade other plugins, or is it just the problem with out plugin?
Thanks,
Martin11 years ago in reply to: Creating a loop function
Hello John,
FV Player Pro 0.3 is out: https://foliovision.com/2015/05/vimeo-channel-player
The AB loop feature is included, although is not exposed much. Just add ab=”true” to your [fvplayer] shortcode by hand and you will get the AB loop feature working. The reset button is not there yet.
Please let us know if you notice any issues.
Thanks,
Martin11 years ago in reply to: VimeoPro label
Hello Tim,
please check Settings -> FV WordPress Flowplayer -> Vimeo (Pro) -> “Remove Vimeo information from player element title” to hide the “Vimeo” in the label. The label is important for Google Analytics tracking of video plays.
Thanks,
Martin11 years ago in reply to: Vimeo videos fail to play
Hello Diego,
please let us know if there is anything else. Also, thank you for reporting the issue, we will do some final testing and release the new version.
Thanks,
Martin
Hello aspirenetwork,
our plugin contains multiple safe guards which are only visible for admins:
1) Installing the plugin asks you to run the “Check template” function, which looks for duplicate loading of jQuery or missing wp_footer() hook in your footer.php template.
2) Loading the post with the video shows warning to admin if there is no wp_footer() or if FV Flowplayer library is not loaded properly. This is the part which you are seeing. You can simply call jQuery(‘.fvfp_admin_error’).remove(); on your Ajax loading event to remove this warning.
3) When playing the video, it’s sent to our server for a check of video encoding. This reports HTML5 video encoding issues back to the user.
Thanks,
Martin11 years ago in reply to: Vimeo videos fail to play
Hello Diego,
I made you are beta tester in our licensing, after logging in to https://foliovision.com/login you can get the latest beta version of FV Player Pro.
It improves the Vimeo loading, the videos are parsed as your progress through the playlist, it doesn’t load all of them at once. I think that’s what causes your playlist to fail. The ones which are private will still fail, you must enable your domain in the embedding settings on Vimeo.
Thanks,
Martin11 years ago in reply to: Vimeo videos fail to play
Hello Diego,
now I can see your homepage, you have a playlist of videos on it.
I can see that most of these video are private and not associated with your account, or not unlocked for your domain, so they won’t play. We re-worked the Vimeo loading to only load the video info which is actually going to play and this will be released new week, so that should help with this.
Could you please setup a test page with just the first video on it? Also reducing the number of videos in that playlist might help.
Thanks,
Martin11 years ago in reply to: Vimeo videos fail to play
Hello Diego,
sorry about your trouble. We started using one of the Vimeo API libraries and now it looks like it’s depending on cURL which you don’t have installed. Here’s how to install it, your server support should have no problems with it: http://askubuntu.com/questions/9293/how-do-i-install-curl-in-php5 Once it’s installed, the issue will be fixed.
Other possible fix:
You included part of your error log – that was related to saving a post. You can avoid that by commenting out the “add_action( ‘save_post’, array( $this, ‘save_post’ ) );” line in wp-content/plugins/fv-player-pro/fv-player-pro.php
What failure are you noticing when playing the video? Perhaps commenting out “add_filter( ‘fv_flowplayer_checker_time’, array( $this, ‘youtube_duration’ ), 10, 2 );” in the same file will help.
Thanks,
Martin11 years ago in reply to: Vimeo videos fail to play
Hello Diego,
could you please provide the exact URL where we can see the issue? Your site appears to be locked down though. What is the Vimeo video URL?
Thanks,
Martin11 years ago in reply to: Creating a loop function
Hello John,
thank you for the feedback! We fixed the full-screen mode: https://foliovision.com/player/demos/user-ab-loop
If you want to see the rest of the video, you can seek past the “B” (loop end) marker, it will play until the end of video. Then if you play the video again, it will start at the “A” (loop start) marker and loop the selection again.
We also added previews – when you drag the loop markers, you will get a smaller preview to see what part of video is the marker in. These won’t work in Flash though.
Thanks,
Martin11 years ago in reply to: Flash support for HLS and MPEG-DASH
Hello Alessandro,
sorry about the delay, it seems Wowza on AWS does support RTMP encoding in Wowza Streamin Engine: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/wowza-setting-up-encoder.html
Thanks,
Martin11 years ago in reply to: Can’t open settings boxes
Hello Phil,
great, thank you for the troubleshooting, I’m able to reproduce the issue. The problem is postboxes.add_postbox_toggles() in wp-ulike/admin/classes/js/statistics.js. I reported this bug to the plugin author here: https://wordpress.org/support/topic/breaks-postboxes-of-other-plugins?replies=0#post-6887650
Thanks,
Martin11 years ago in reply to: Can’t open settings boxes
Hi Phil,
the old version of WordPress could be the cause of your issues. I’m not sure if we had these foldable settings boxes working back in 4.0 WordPress or not.
Of course, checking this on a clear site (default theme, no plugins – except FV WordPress Flowplayer) would help to tell if it’s a plugin conflict of WordPress 4.0.1 issue.
Thanks,
Martin11 years ago in reply to: Can’t open settings boxes
Hi Phil,
I see that it’s a JavaScript error. I’m pretty sure we heard of that before.
There must be some fatal JavaScript error in your wp-admin. Do you see anything on the browser JavaScript error console? Here’s how you can get to it: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Good trick with the Chrome developer tools though, you probably already noticed the JavaScript error, could you please let us know what it is?
Thanks,
Martin11 years ago in reply to: Can’t open settings boxes
Hi Phil,
sorry about the inconvenience, it appears your WordPress must be crashing because of some PHP error. The problem could be on your server (it might be missing some PHP extension) or there might be a plugin conflict.
Could you please provide a screenshot of the issue?
Can you enable WP_DEBUG in wp-config.php and see if any error messages appear? Here is how to enable it: https://codex.wordpress.org/WP_DEBUG
Let us know if you have no experience with editing of any config files though.
Making the web work for you,
Martin11 years ago in reply to: Playlist options
Hello Tim,
thank you for the suggestion, we are discussing what playlist options should be available.
Thanks,
Martin11 years ago in reply to: Creating a loop function
Hello John,
we worked on the custom AB loop functionality, first demo can be seen here: https://foliovision.com/player/demos/user-ab-loop
We need to do more testing and improve the styling though.
Thanks,
Martin
Hello aspirenetwork,
you should first debug if $(‘.flowplayer’) gives you the instances you expect. Then only call flowplayer() on it as a test. The play arrow should appear on it and you should be able to click.
In case there are multiple matches elements, call flowplayer() for each one independently (you can use each() with a callback) and call load() only for the first one if it should autoplay.
Thanks,
Martin
Hello Aryan,
do you mean that there is content which is loaded by Ajax and our player doesn’t init in it?
Let’s have a look at what you done so far:
1) This is correct.
2) Not sure about this one. Is your theme putting up some different handled for [fvplayer] ?
3) When does event “unit_traverse” fire? If each time an Ajax content is loaded, you should check just this content for any elements matching “.flowplayer” and init player like you do. Then you don’t need to check for typeof(flowplayer) as that won’t help you – if you have a player on the page before loading Ajax, your code won’t work.
4) For now you can just skip this part, the chrome_mp4_array is not that important now, with new version of Chrome.
And as an extra:
5) You should check what kind of videos you use in the Ajax loaded content. This might not work reliably for playlists or Vimeo videos.
Thanks,
Martin
Hello Gergely,
I’m not sure what could be causing the fancy quotes (the special versions of ” symbol) to come out of our “Add FV WP Flowplayer” function. Something like this might happen if you copy-paste the shortcode from some manual though.
It must be some plugin or a theme conflict. If you could try to replicate the behavior on a fresh new site with just your theme on it, that would be very helpful.
New version of FV Flowplayer will feature a code to strip these fancy quotes from shortcode attributes as a safeguard. Too bad WordPress Shortcode API doesn’t handle this.
Thanks,
Martin
Hello Gergely,
I had a look and it’s because you are not using the ” quotes in the shortcode, but fancy quotes. These get encoded as ” and ″ and WordPress doesn’t recognize that.
Please replace any quote symbol with them most basic ” and it will work again.
That said, I think this is just a coincidence, popup should have nothing to do with it. We can add some additional check into our plugin to now show the warning though.
Thanks,
Martin11 years ago in reply to: Google Analytics only shows countries
Hello smith234,
could you please check our How to use Google Analytics with FV Flowplayer guide here? https://foliovision.com/player/google-analytics-flowplayer
It has a lot of screenshots so you should be able to figure out if you made a mistake somewhere. The setup is easy, you are probably just not using the complex Google Analytics screens properly.
Please let us know if there is any part of the guide that is causing issues.
Thanks,
Martin11 years ago in reply to: Vimeo Video View Discrepancy
Hello Mike,
the above numbers would indicate that the video was played 5 times, but only once until the end. So only check “Video start” if you want to know how many times the video was watched.
Please not that this counts the total video plays and not unique visitors. So if a single person plays your video 100 times, “Video start” will increase by 100 and the other counters as well, if the video is always played in full length.
Thanks,
Martin
Hello Gregory,
could you please paste the exact shortcode which you are using? The content of the popup might matter here.
I tested some simple popup content and it works.
Thanks,
Martin11 years ago in reply to: youtube redirect
Hello Joel,
you need our Pro license to get the advanced YouTube embedding which allows this. I put this function into our demo here: https://foliovision.com/player/demos/youtube-autoplay
Please let us know if you have any other questions.
Thanks,
Martin
Hello smithh234,
your FV Player Pro is installed in a directory named fv-player-pro-1, so I guess FV WordPress Flowplayer is failing to detect it.
Is it just the error message or are you having other issues as well?
Thanks,
Martin11 years ago in reply to: Creating a loop function
Hello John,
the speed buttons were added to our plugin. Just upgrade to FV WordPress Flowplayer 2.3.14 and check Settings -> FV WordPress Flowplayer -> Player Skin -> Speed Buttons.
Thanks,
Martin
Hello smith234,
thank you notifying us about the broken sharing, it was caused by our improved Google Analytics tracking in 2.3.13. We will release version 2.3.14 which fixes this today.
Regarding the slow HD streaming, we had a similar report here: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/vimeo-videos-taking-too-long-to-load#post-4957
Brand new version of core Flowplayer should be out in a couple of weeks, so we can check this then it’s out.
Do you have the same experience when you check Settings -> FV WordPress Flowplayer -> Sitewide Player Defaults -> Prefer Flash player by default? I’m noticing that new version of Firefox has some bugs in MP4 playback (sends excessive amount of HTTP 206 requests on random seek), so I’m going to report that to Firefox developers.
Thanks,
Martin11 years ago in reply to: Issues with compatibility / RMTP Server
Hello Brendan,
it should be like this:
[fvplayer rtmp="rtmp://flowcaster1.cdn.clearcable.net:1935/icilive" rtmp_path="icitv" live="true"]
Thanks,
Martin11 years ago in reply to: Issues with compatibility / RMTP Server
Hello Brendan,
it works for me like this:
[fvplayer rtmp="rtmp://example.cdn.clearcable.net:1935/icilive" rtmp_path="example" live="true"]
It was no clear with part is the connection URL and which is the file. So I checked both of these for server:
rtmp://example.cdn.clearcable.net:1935
rtmp://example.cdn.clearcable.net:1935/iciliveAnd both of these for file:
icilive/example
icitvNormally if the stream has an extension it can be written in this form:
rtmp://example.cdn.clearcable.net:1935/icilive/mp4:example
And then the “mp4:” breaks it into connection URL and stream name.
Thanks,
Martin11 years ago in reply to: Issues with compatibility / RMTP Server
Hello Brendan,
could you please paste your HLS and RTMP links? I’m keeping the thread private for now, so you don’t have to worry about revealing the links to public.
Also, what does our video checker say about the video? https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
Martin11 years ago in reply to: I am really dissapointed with you guys!
Hello Seyed,
higher “Level” number means more complex compression is used. That means older devices might not be able to play it or might not support it at all.
For a 1280×720 pixel video using baseline profile and 3.1 level should be enough, if you use a reasonable bitrate, such as 2500 kbps.
I would suggest you use Adobe Premiere to generate a high-quality file with little compression and then try using that in HandBrake and compare the quality.
Thanks,
Martin11 years ago in reply to: iPad plays are not shown in Google analytics
Hello Pavel,
we released FV WordPress Flowplayer 2.3.13 now, see the release notes here to learn more about improved tracking.: https://foliovision.com/2015/04/detailed-google-analytics
There are some issues with quality switching though – if user switches in the middle of the video, it won’t count the video playback anymore – so the “Video start” event will be counter properly, but “video first/second/third quartile” and “Video complete” might not trigger anymore.
Thanks,
Martin11 years ago in reply to: Vimeo Video View Discrepancy
Hello Mike,
the guide of checking events for each video (how far did the playback went) is available at https://foliovision.com/player/google-analytics-flowplayer -> “How many users start to watch a video and how many of them watch the full video?”
Thanks,
Martin11 years ago in reply to: Vimeo Video View Discrepancy
Hello Mike,
we released FV WordPress Flowplayer 2.3.13 now, see the release notes here to learn more about improved tracking.: https://foliovision.com/2015/04/detailed-google-analytics
Thanks,
Martin
Hello smith234,
I checked it out.
The sermon editing can be seen on “Sermon Details” and “Sermon Files” screenshots here: https://wordpress.org/plugins/sermon-manager-for-wordpress/screenshots/
The problem is that none of these fields is the post_content so the save_post action hook doesn’t process it – our plugin expects the [fvplayer] shortcode to be in post_content when parsing the splash screens.
So you need to add the splash screens by hand or you can ask the plugin author to start using the post_content for the sermon description and then put [fvplayer…] into it.
Next, the player worked for me (I tried some Vimeo video as well) when I put the [fvplayer…] shortcode into the “Video Embed Code” field. Could you please try that?
It wouldn’t work in “Description” field. That’s another side effect of not using post_content for the “Description” which effectively is the post content.
Thanks,
Martin11 years ago in reply to: S3 Protected Content vs s3Flowshield
Hello cruiserparts,
the HLS guide was posted here: https://foliovision.com/player/hls-stream
Our test stream is here: https://foliovision.com/player/demos/hls-stream
Hello Tetracys,
our RTMP guide is here, it covers RTMP with signed URLs: https://foliovision.com/player/serving-private-cloudfront
Thanks,
Martin11 years ago in reply to: Vimeo Video View Discrepancy
Hello Mike,
new version of FV WordPress Flowplayer will send following events to Google Analytics:
* Video start
* Video first quartile
* Video second quartile
* Video third quartile
* Video completeThis should help with your video playback stats.
Thanks,
Martin11 years ago in reply to: iPad plays are not shown in Google analytics
Hello Pavel,
we are testing code which reports video start time, 1/4, 1/2, 3/4 and complete playback independently.
Could you please let us know what configurations you typically use? Is it just a single video player or playlist? Are the video files simple URLs, or do you use Amazon S3 signed URLs? Do you use YouTube or Vimeo? Do you use quality switching? That way we know what to test first.
Thanks,
Martin11 years ago in reply to: VPAID | Non-Linear ads
Hello Ron,
we made you a beta tester in our system, so you can now get our latest stable beta version of FV Player VAST by clicking the (beta) link in https://foliovision.com/edit -> My Products -> FV Player VAST.
This will give you a fv-player-vast-beta.zip file. It’s advisable to install this version, but keep the original one deactivated so you can then switch back to it if you find a big issue.
With basic videos (mp4 video, directly linked) it works for us in:
* iPad with iOS 5.1.1, iOS 7.0.1, iOS 8.1
* iPhone with iOS 6.1.6 and iOS 7.0.1 – won’t play the ad if it’s skippable, but the playback works
* Android 4.3 with Chrome 39.0.2171.93
* Android 4.3 with built-in browser – doesn’t play the ad, but the playback worksI checked your site and you are using a VPAID ad. Mobile will only work with HTML5 VAST ad. Simply put up the VPAID Flash ad as the first one in Settings -> FV Player VAST and then put in the HTML5 ad as second by using “Add more”. Mobile device will know if won’t play the Flash ad, so it will skip to the HTML5 ad.
If your VPAID ad returns empty, desktop browsers with Flash will get to the HTML5 ad as well.
You can use the following VAST ad for testing: https://pubads.g.doubleclick.net/gampad/ads?sz=640×360&iu=/6062/iab_vast_samples/skippable&ciu_szs=300×250,728×90&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=%5Breferrer_url%5D&correlator=%5Btimestamp%5D
Thanks,
Martin
Hello smith234,
could you please setup a test page using the Sermon plugin where we can see our Vimeo integration not working? I wonder if the footer scripts are missing or what could go wrong. If that’s the case, then the Sermon plugin might not be using all the WordPress actions properly.
My question was if it was a plugin done for your website or if we can check it somewhere on WordPress.org to test it.
Thanks,
Martin11 years ago in reply to: Creating a loop function
Hello John,
we started work on the speed buttons/slow motion. This can be already achieved using Shift + Left and Right arrow, but we will add buttons for it.
Thanks,
Martin11 years ago in reply to: I am really dissapointed with you guys!
Hello Seyed,
what does the video checker say about the video? https://foliovision.com/player/faq#properties-built-checker-report-playing
I checked and found no issues. There might be an issue with CloudFront though, that you are going to bad server from your location. We have seen this before and they have a test tool for this issue here: http://s3.amazonaws.com/aws-cloudfront-testing/CustomerTesting.html
Having said that, we found Vimeo to be more reliable.
As a quick fix, you can just re-encode video at lower resolution, as it’s not very sharp anyway. You should think about the visitors on mobile who might not be able to play HD video at all: https://foliovision.com/player/encoding#mobile-video
Thanks,
Martin11 years ago in reply to: Android Vimeo Playlists not working
Hello John,
thank you for the bug report!
We are actually reworking this part of the code. We will prioritize this fix to make sure this works for Android.
Thanks,
Martin
Hello smith234,
I don’t think using the Vimeo Pro video URLs works with the stats – could you please confirm that it works for you?
The Sermon plugin is a custom code done for your website? Have you tried suggesting the fix to the plugin author? If you put [fvplayer] shortcode into the sermon content, does the global $post work properly in it?
Thanks,
Martin11 years ago in reply to: vast redirect for Tremor Video
Hello newcalmedia,
Will waterfall-loading of ads help? See step 6. here: https://foliovision.com/player/vast/player-vast-use
Could you please tell us more about the issue? You are using the VPAID ads which use Flash, so there should be no issue with media file compatibility. I’m seeing the error: “No ads were found in the ad response. At least one ad is required to be able to load or play. errorCode: 1001” Which means there is no ad available to play, at least in our country.
Also, the celebrity20.com site appears to use LiveRail, not Tremor video ads.
Thanks,
Martin11 years ago in reply to: iPad plays are not shown in Google analytics
Hello Pavel,
we are using the Google Analytics tracking provided by the core Flowplayer code. It triggers as the user leaves the page.
I guess we can add a code which will get trigger when the video starts to load. I guess Flowplayer doesn’t use this approach as it might not count repeated video plays properly, but we could store that as a different event and then compare the two values and even compare them to raw HTTP access logs to see which one is more accurate.
Thanks,
Martin11 years ago in reply to: media_id not passing
Hello newcalmedia,
I don’t see the media_id in your URL, just the following:
LR_PUBLISHER_ID
LR_SCHEMA
AUTOPLAY
LR_VIDEO_ID
LR_VERTICALSCould you please send us a URL where we can see the issue?
Thanks,
Martin
Hello James,
$comment_moderation_recipients is an array of recipients, so just add to it. You also forgot to specify the return value of the function.
You can find a lot of tutorials for WordPress filters (the above filter is in core WP, not our plugin), here’s one I found quickly: https://pippinsplugins.com/a-quick-introduction-to-using-filters/
Thanks,
Martin11 years ago in reply to: VAST Ad Partly Covered
Hello Matthew,
could you please try to add the following into your CSS? It appears your template puts in height: auto and that causes the issue.
.fv_ima_adDisplayContainer object {
height: 100%;
}Looks like our plugin should be adding that automatically.
Thanks,
Martin11 years ago in reply to: .ts Extension
Hello Dieselkhan,
you can’t embed the TS video stream from HLS directly, you have to use the HLS stream.
Thanks,
Martin
Hello smith234,
are you seeing the update now? The WordPress plugin updates are cached, so it might take a while until it appears. You can always just download a fresh ZIP file for FV Player Pro from https://foliovision.com/edit
Unfortunately Vimeo Pro MP4 file URLs are not currently supported for quality switching as the file signature is changed for each quality version. Are you having issues with our Vimeo integration? https://foliovision.com/player/how-to-use-vimeo-pro Or is it just the issue with your Sermon plugin? Please let us know.
Thanks,
Martin
Hello Seyed,
we found that controlbar=”no” doesn’t work if FV Player Pro is enabled. Please update to latest version of FV Player Pro (0.2.9.0.6) and it will hide the controlbar as expected.
Thanks,
Martin11 years ago in reply to: I am really dissapointed with you guys!
Hello Seyed,
1) Adobe Premiere export – you need to adjust “Profile” to “Baseline” and “Level” to “3.0” or “3.1” if it’s HD video. All of that is in the encoding guide, although for a different piece of software.
2) Videos sometimes don’t play – do you mean that it’s stuck in the loading phase, or that clicking the player does nothing?
Looking at http://breakupprogram.com/test/ – the page sometime takes minutes to load. That could explain the issue as playing a protected video from CloudFront require an AJAX request sent to your website. Are you on a shared hosting server? Please check with your tech support if it’s overloaded. You can try a WordPress cache plugin, such as Hyper Cache. I believe we already mentioned this issue.
3) Videos sometimes play with no sound – please let us know what browser (and version) you are using on what OS. Please let us know what version of Flash you are using: http://www.adobe.com/software/flash/about/
4) Player closes instantly – please send us the exact URL where we can see the issue.
5) Videos freezing for 10 minutes – please send us the exact URL where we can see the issue.
Thanks,
Martin11 years ago in reply to: VPAID | Non-Linear ads
Hello Ron,
we are working on the mobile support right now. So far it works with everything except the quality switching, so we are working on that.
Perhaps we can make the mobile support an option and release the new version sooner, so you could use it if you are not using quality switching.
Thanks,
Martin11 years ago in reply to: quick insert image
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
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,
Martin11 years ago in reply to: Quality Switching Labels
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,
MartinPS: 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
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