Forum Replies Created
-
-
10 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,
Martin10 years ago in reply to: Can’t open settings boxesHello 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,
Martin10 years ago in reply to: Can’t open settings boxesHi 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,
Martin10 years ago in reply to: Can’t open settings boxesHi 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,
Martin10 years ago in reply to: Can’t open settings boxesHi 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,
Martin10 years ago in reply to: Playlist optionsHello Tim,
thank you for the suggestion, we are discussing what playlist options should be available.
Thanks,
Martin10 years ago in reply to: Creating a loop functionHello 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,
MartinHello 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,
MartinHello 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,
MartinHello 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,
MartinHello 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,
Martin10 years ago in reply to: Google Analytics only shows countriesHello 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,
Martin10 years ago in reply to: Vimeo Video View DiscrepancyHello 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,
MartinHello 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,
Martin10 years ago in reply to: youtube redirectHello 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,
MartinHello 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,
Martin10 years ago in reply to: Creating a loop functionHello 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,
MartinHello 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,
Martin10 years ago in reply to: Issues with compatibility / RMTP ServerHello Brendan,
it should be like this:
[fvplayer rtmp="rtmp://flowcaster1.cdn.clearcable.net:1935/icilive" rtmp_path="icitv" live="true"]
Thanks,
Martin10 years ago in reply to: Issues with compatibility / RMTP ServerHello 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,
Martin10 years ago in reply to: Issues with compatibility / RMTP ServerHello 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,
Martin10 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,
Martin10 years ago in reply to: iPad plays are not shown in Google analyticsHello 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,
Martin10 years ago in reply to: Vimeo Video View DiscrepancyHello 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,
Martin10 years ago in reply to: Vimeo Video View DiscrepancyHello 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,
MartinHello 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,
Martin10 years ago in reply to: S3 Protected Content vs s3FlowshieldHello 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,
Martin10 years ago in reply to: Vimeo Video View DiscrepancyHello 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,
Martin10 years ago in reply to: iPad plays are not shown in Google analyticsHello 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,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello 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,
MartinHello 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,
Martin10 years ago in reply to: Creating a loop functionHello 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,
Martin10 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,
Martin10 years ago in reply to: Android Vimeo Playlists not workingHello 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,
MartinHello 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,
Martin10 years ago in reply to: vast redirect for Tremor VideoHello 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,
Martin10 years ago in reply to: iPad plays are not shown in Google analyticsHello 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,
Martin10 years ago in reply to: media_id not passingHello 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,
MartinHello 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,
Martin10 years ago in reply to: VAST Ad Partly CoveredHello 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,
Martin10 years ago in reply to: .ts ExtensionHello Dieselkhan,
you can’t embed the TS video stream from HLS directly, you have to use the HLS stream.
Thanks,
MartinHello 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,
MartinHello 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,
Martin10 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,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello 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,
Martin10 years ago in reply to: quick insert imageHello 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,
MartinHello 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,
Martin10 years ago in reply to: Quality Switching LabelsHello 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.
10 years ago in reply to: Slider broken on iPadHello 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,
MartinHello 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,
MartinHello Alec,
that’s right, it’s in Settings -> FV WordPress Flowplayer -> Vimeo (Pro) -> Remove Vimeo information from player element title.
Thanks,
Martin10 years ago in reply to: Quality Switching LabelsHello 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,
MartinHello 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,
Martin10 years ago in reply to: Bad Vimeo video names in Google AnalyticsHello 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,
MartinHello 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,
MartinHello 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,
MartinHello 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,
Martin10 years ago in reply to: Quality Switching LabelsHello 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,
Martin10 years ago in reply to: Playlist optionsHello 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,
Martin10 years ago in reply to: Playlist optionsHello 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,
Martin10 years ago in reply to: Click-Through on VideoHello 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,
MartinHello 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,
Martin10 years ago in reply to: Reading the Google Analytics dataHello 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,
Martin10 years ago in reply to: Video does nto play on ipadHello 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,
MartinHello 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,
MartinHello 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,
Martin10 years ago in reply to: Vimeo Video View DiscrepancyHello 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,
Martin10 years ago in reply to: Warning message when I hit “check template”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,
Martin10 years ago in reply to: Conflict with WP Job ManagerHello 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,
Martin10 years ago in reply to: Not working with directory plugin??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,
MartinHello 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,
MartinHello 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,
Martin10 years ago in reply to: Auto play Ipad miniHello 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,
Martin10 years ago in reply to: Bad Vimeo video names in Google AnalyticsHello 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,
MartinHello 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,
Martin10 years ago in reply to: Vimeo Video View DiscrepancyHello 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,
Martin10 years ago in reply to: vast=”skip” brokenHello 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-redditOr your Realnews theme (Theme Forest).
We put in a quick fix which we will include in the new version.
Thanks,
Martin10 years ago in reply to: vast=”skip” brokenHello 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,
Martin10 years ago in reply to: vast=”skip” brokenHello 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,
MartinHello 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,
Martin10 years ago in reply to: Screenshot size questionHello 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,
Martin10 years ago in reply to: Video does nto play on ipadHello 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,
Martin10 years ago in reply to: Cannot get non-Flash video to workHello 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,
MartinHello 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,
Martin10 years ago in reply to: Closed Captions ButtonHello 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,
MartinHello 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,
Martin10 years ago in reply to: Cannot get non-Flash video to workHello 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,
Martin10 years ago in reply to: VAST Tag for LiveRail RTBHello 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,
MartinHello 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,
Martin10 years ago in reply to: Vimeo Video View DiscrepancyHello 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,
Martin10 years ago in reply to: RTMP error on video checkerHello Phil,
the RTMP checker was fixed. It now properly detects the cfx/st path.
Thanks,
Martin10 years ago in reply to: Video does nto play on ipadHello 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,
Martin10 years ago in reply to: responsive logo?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,
Martin10 years ago in reply to: YouTube Quality IssuesHello 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,
Martin10 years ago in reply to: vast=”skip” brokenHello 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,
Martin10 years ago in reply to: Video does nto play on ipadHello 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,
Martin10 years ago in reply to: vast=”skip” brokenHello 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,
Martin10 years ago in reply to: vast=”skip” brokenHello 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,
MartinHello 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