Forum Replies Created
-
-
Hello Craig,
unfortunately this is not supported.
If you are a programmer, you can have a look at fv_wysiwyg_load() JS function – it should give you a good idea about how to initialize a second copy of the editor on some other field.
Thanks,
Martin10 years ago in reply to: Problems with German PHP localeHello nigcra,
I think your PHP uses German localized decimal separators – “,” symbol instead of “.”. If it works with our dev vesion, then we have a solution, but it would be better to use setlocale().
Thanks,
MartinHello Anne,
please use the video checker and we will have a look at the video encoding, or perhaps it will detect the error for you: https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
Martin10 years ago in reply to: Problems with German PHP localeHello Nigcra,
are you sure you enabled FV WordPress Flowplayer -> Sitewide Flowplayer Defaults -> “Always use fixed size player”? It helped in our test environment.
The underlying problem appears to be your PHP – normally decimal numbers are using dot symbols, but in your case there is a coma symbol. This breaks our JavaScript.
Could you please check if our latest dev version fixes the problem for you? https://foliovision.com/downloads/fv-wordpress-flowplayer-dev.zip
Thanks,
Martin10 years ago in reply to: Problems with German PHP localeHello Nigcra,
what about Settings -> FV WordPress Flowplayer -> Sitewide Flowplayer Defaults -> “Always use fixed size player”?
Also what version did you upgraded from?
Thanks,
Martin10 years ago in reply to: Problems with German PHP localeHello Anna,
the domain was updated, please check your account for get the license key.
The approach with the IP and tilda makes it much harder to launch the website as you have to replace a lot of URLs.
Our mobile video recommendations are here, perhaps the videos are bigger than 640×480: https://foliovision.com/player/encoding#mobile-video
M4V format may be not HTML5 compatible (depending on what stream codecs it uses), our video checker should detect these issue for you: https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
Martin10 years ago in reply to: New Pro install not playing Vimeo videosHello Steve,
we will be adding a feature which will fetch the most recent videos from a Vimeo channel into a playlist (or a list of videos).
Thanks,
Martin10 years ago in reply to: JavaScript ErrorHello TD,
in that case rtmp://s11.streamcp.com:5225 is the server address and 8211 should be the file path. So this should work:
[fvplayer rtmp="rtmp://s11.streamcp.com:5225" rtmp_path="8211"]
But it does not. Our video checker says that “Could not connect to s11.streamcp.com:5225” So I tried port 1935 (default for RTMP), meaning the server address was: rtmp://s11.streamcp.com:1934 Shortcode:
[fvplayer rtmp="rtmp://s11.streamcp.com:1935" rtmp_path="8074"]
Our video checker says it’s fine, but it still won’t play. Are you sure 8074 is correct? Shouldn’t it be something like my-video.mp4?
Or is this a live stream which is currently down?
Thanks
Martin10 years ago in reply to: Autoplay on mobileHello John,
it applies to any player using HTML5. Here’s what Apple says about it: “In Safari on iOS (for all devices, including iPad), where the user may be on a cellular network and be charged per data unit, preload and autoplay are disabled.” — https://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html#//apple_ref/doc/uid/TP40009523-CH5-SW1
It may work on some Android phones, as there is more discussion about it, for example here somebody found it doesn’t work in Android KitKat (4.4): https://code.google.com/p/android/issues/detail?id=63795
Thanks,
Martin10 years ago in reply to: Problems with German PHP localeHello Nigcra,
please check our troubleshooting guide here: https://foliovision.com/player/installation#fixing-broken-javascript
It “Check template” fails and shows nothing, could you please see if you find anything related to it in your PHP error log?
Thanks,
MartinHello Robert,
thank you for the bug report!
I’m not able to reproduce the issue in Chrome 39.0.2171.71 m on Windows 7. The only weird thing I’m noticing is that the source code view jumps to the end of the document.
Could you have a look at Settings -> FV WordPress Flowplayer -> Height of FCKEditor? We are using “30”, perhaps you have 0 or some other weird value in your configuration.
Thanks,
MartinHello Anna,
please let us now what domain you are using and we will change it in you license.
Our license key works for any subdomain, so if your new site is something.com, you can develop it on dev.something.com and our plugin will work.
Could you please let us know what problems with our plugin you are experiencing?
Thanks,
Martin10 years ago in reply to: JavaScript ErrorHello TD,
are you using RTMP? If so, then please check the advice on RTMP which I posted in my last message.
Thanks,
Martin10 years ago in reply to: Autoplay on mobileHello John,
mobile devices don’t allow us to autoplay the video. This is due to the bandwidth limits of the mobile internet providers. The restrictions is hardwired to the browsers – user needs to click (touch to play) the video element before any script can work with it.
Thanks,
Martin10 years ago in reply to: JavaScript ErrorHello TD,
I had a look and quickly noticed there is a working player here: ‘http://oromoevangelicalchurchdc.com/wp/?page_id=527’
Are you still seeing the issue?
The file/RTMP stream in that player is not properly configured though. You should be entering server and file path separately. Check how RTMP is used here: https://foliovision.com/player/rtmp-streams
Our video checker should help you with any troubleshooting: https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
MartinHello Michael,
I see, so I think I finally understood that you don’t want any play icon on the image which opens the lightbox. So here’s an updated demo: https://foliovision.com/player/demos/flowplayer-lightbox-borders
You mention that our player adds some other things. Does that mean that in your desired lightbox view, there should be no video controls or share bar (can be disabled globally).
Thanks,
Martin10 years ago in reply to: Fix Media Library SearchHello Rob,
we have finally fixed this bug. It will be included in next version, released probably today.
Thanks,
Martin10 years ago in reply to: JavaScript ErrorHello TD,
could you please try the step 4. and let us know what exactly happens? https://foliovision.com/player/installation
If you see no output, can you check your PHP error logs for any clues?
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
FV Player Pro 0.2.2 was released and it fixed the quality switching issue with Vimeo videos on iDevices.
Thanks,
MartinHello Rehan,
please upgrade to FV Player Pro 0.2.2 which we released just now. It improved the preloading of Vimeo videos for mobile.
Thanks,
Martin10 years ago in reply to: How to insert embed iframe code?Hello Robert,
if the file is too big to be uploaded using WordPress, you can upload it using FTP and then entering the file path into the [fvplayer] shortcode.
I mentioned something about iframes in the Pro version, but it’s about providing embed codes for your videos which would use iframe – just like YouTube does.
Please let us know what you are trying to achieve, so we can point you the right direction.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
thank you for your kind words. If there is a bug in our software, then of course we are happy to fix it.
Thank you for your input and bug report!
Martin
Hello Rehan,
we found that this may have occured if you had too much traffic from mobile devices. We have a beta version of the fix available which makes sure mobile devices only preload the Vimeo videos which are needed.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
we are fixing these Vimeo quality switching issues. Biggest part of it is caused by the video itself – suddenly it’s available only in SD quality, so the HD and Mobile buttons should not appear at all.
Thanks,
MartinHello Rehan,
the video plays for us now, we will check what could cause a weird error like this.
Do you have any pages which show a lot of Vimeo videos at once?
Thanks,
MartinHello Rehan,
the video plays for us now, we will check what could cause a weird error like this.
Thanks,
Martintest
Hello Debbie,
thank you for pointing out the mistake!
We fixed the bug and it will be a part of the next plugin release. If you need it right now, you can get the latest development version here: https://foliovision.com/downloads/fv-wordpress-flowplayer.dev.zip
Thanks,
MartinHello ultramatrix,
sorry to hear about your trouble. Which version did you upgraded from?
It looks like the plugin CSS is missing. Please try the following:
1) Re-save the plugin settings.
2) Re-install the plugin (don’t worry about de-activating and deleting it, nothing will get lost).
3) Add following code into your theme functions.php, then re-save the plugin settings:
add_filter('fv_flowplayer_css_writeout' '__return_false')
4) As a last resort, previous version can be obtained on the plugin WordPress.org page in Developers tab under “Other Versions”.
Thanks
MartinHello Mark,
with the Flash preference all of the users will get the correct colors and who has no Flash installed should be still able to play MP4 file (88% of people) and I think that the chance they get bad colors because of the Nvidia driver is pretty low.
Thank you for sharing the Nvidia details.
Safari 5.1.7 on Windows 7 actually says that your video is not supported by HTML5, same for any MP4 I tried. If Flash is installed, then it plays just fine (and I don’t have to set the Flash preference – tried it on a test site). On Windows XP it shows the same HTML5 error if Flash is not present. So it appears there is some other issue.
Thanks,
Martin10 years ago in reply to: YouTube pre-roll adHello Mandar,
FV Player Pro supports custom video ads: https://foliovision.com/player/video-roll-post
This is currently limited to self-hosted videos, but these ads will work in front of Vimeo videos as well. YouTube videos use a completely different engine, so if you would use a YouTube video as a custom video ad, you could only serve it in from of some other YouTube video.
We hope to overcome this limitation, but it may be possible only in next core version of Flowplayer which may allow switching of video engines.
Thanks,
Martin10 years ago in reply to: New Pro install not playing Vimeo videosHello Steve,
after further investigation we found out that your server doesn’t have cURL for PHP installed. You will ask your server technicians to install it and we will us WP HTTP class for better compatibility of our plugin.
Thanks,
MartinHello Michael,
here’s another attempt, please have a look at the “Simple image linking to the video” here: https://foliovision.com/player/demos/flowplayer-lightbox-borders
Is that it? I’m attaching a screenshot: https://foliovision.com/images/support/video-link-opened-in-chrome.png Is that what you are after?
That is not a lightbox however, but a barebones MP4 file opened in the browser. In case the browser doesn’t support the MP4 playback in HTML5 (probably any Linux browser, Firefox on Mac and old Windows, Opera), it would probably show a message to install a plugin to play the video or a download dialog.
So it’s not clear to me why do you want such feature. Are you perhaps using Amazon S3 signed URLs and do you want to generate these for your users for video download?
Please let us know.
Thanks,
MartinHello Michael,
when I click the top image/button my browser simply opens the MP4 file (the location bar URL changes to the MP4 file) and then you have to use the back button to go pack to the page. Although different browser may treat this differently.
So it’s not a lightbox, but a simple link to the video file. You can put up a link like that by just using HTML, no need for any plugin or any class attribute:
However if you need Amazon S3 signed URLs, then this won’t suffice and some plugin still needs to append the signature to the URL.
I also had a look at our plugin on that page. It appears that there is some CSS conflict and it doesn’t appear right. We will work on that. Or it might be because of your CSS minify.
Here’s a demo of what our video lightbox should look like: https://foliovision.com/player/demos/fv-flowplayer-lightbox
Here’s another demo in which we removed the lightbox styling – perhaps that’s what you are really after, could you please check? https://foliovision.com/player/demos/flowplayer-lightbox-borders
Thanks,
Martin10 years ago in reply to: category name still in URLHello Tomas,
FV Top Level Categories allows you to get rid of the category prefix as described in the “What id does?” section here: https://foliovision.com/wordpress/plugins/fv-top-level-categories
The advanced settings help in case that you have a multi-level category structure where posts end up with URLs like for example: /computers/windows/64-bit/post-name and you want it to show up as /computers/windows/post-name However it won’t allow you to get rid of the /computers part of the URL as that’s the parent category of the “windows” category.
Thanks,
MartinHello dayan,
I see the issue, however that’s how WordPress works. We didn’t wanted to bend the WordPress rules so much as what you are asking for.
For example if you have category “Mercedes” which is a subcategory of “Cars”, then the category has URL like /cars/mercedes. The category URL is determined by both the category slug and its parent category slug.
Our plugin is able to adjust this in case that you assign only the “Mercedes” category to the post, but you want it to show with /cars rather than /cars/mercedes. Same applies if you have another level of categories below Mercedes category. Normally WordPress picks the category with the lowest ID and that’s it.
So in your case, I see that you get /news/online-poker/post-name. Our plugin allows you to get /news/post-name but not /online-poker/post-name.
Thanks,
MartinHello dale55,
I tried to play it on our HTTPS website and it worked on an Android phone.
Could you please post the video on some test page, so we can check it right there?
Could you please post the exact user agent string of your Samsung S3? Simply visit this page and copy the User Agent String here: http://www.whatsmyuseragent.com/
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello Rehan,
FV Player VAST 0.2.9 was released, so you can use your non-linear ads now. If you don’t see the upgrade available in your WordPress, just refresh it a couple of times, or get the new version at https://foliovision.com/edit using your licensed account.
Mobile support is high on our list.
Thanks,
MartinHello Mark,
in IE you can try Tools –> Internet options -> Advanced, enable “Use software rendering instead of GPU rendering” and see if that helps.
I also checked this on some other computer (this time with Windows 8) and there is no color issue in neither Chrome nor IE. Both were using the HW acceleration and no problems were occurring.
Thanks
MartinHello Mark,
FV Flowplayer prefers HTML5 when the browser supports it for the video. You can try Settings -> FV Worpdress Flowplayer -> Sitewide Flowplayer Default -> “Prefer Flash player by default” and see if that helps with your color issues.
If it does, then I expect which may have something to do with your computer hardware. These browsers use the graphics card GPU processor to show the video, so perhaps there is something set badly in the drivers.
You can also try to disable the GPU acceleration of video in Chrome: chrome://flags/#disable-accelerated-video-decode
Similar issue in Chrome is described here: http://code.google.com/p/chromium/issues/detail?id=73234&q=html5%20video%20colors&colspec=ID%20Stars%20Pri%20Area%20Feature%20Type%20Status%20Summary%20Modified%20Owner%20Mstone%20OS
Here’s also one for Internet Explorer (occurring for ATI Catalyst Control Center driver): http://stackoverflow.com/questions/25571577/html5-video-in-internet-explorer-renders-colors-incorrectly
Safari for Windows is old, outdated and no longer supported. We tested our videos on it and it worked. Are you using the latest available version of Apple Quick Time with it?
Thanks,
Martin10 years ago in reply to: Embed for YouTube and Vimeo videosHello Rehan,
embed function is not currently supported for these kinds of videos. The way the embed function works allows it to only work with directly linked video files and not video services like Vimeo or YouTube.
Thanks,
MartinHello Mark,
I had a quick look at this in Windows 7 and I’m not noticing any color issue: https://foliovision.com/downloads/fv-player-colors-chrome-ie-safari.png
Could you please point us to the exact scene where the issue is most visible?
There is a lot of variables, I should have a look at this in Windows 7 at home. Did you had Flash enabled when testing this?
Thanks,
MartinHello andrew55,
could you please try to re-save the plugin settings? That should help.
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello Rehan,
great, if it works now, we should release the new version.
The mobile support is on our list of things to do. Now that we support both HTML5 and Flash ads, with midroll configuration (not documented yet) and waterfall loading, it’s the right time to add this.
Mobile devices are tricky though, we can start with iPad and Android 4. iPhone (except for the latest one with iOS 8) and Android < 4 uses its built-in player to play the video, so I’m not sure if we can serve ads there yet.
Thanks,
Martin10 years ago in reply to: Watterwall ad loading not workingHello songsrpeople,
I can see the following:
http://v.admedia.com/?id=your-ID&page_url=permalink&autoplay=LR_AUTOPLAY&content=post_id&title=post_title&video_id=post_id
Make sure you read this post in our forums, as the mail notifications seem to remove the [ and ] symbols. Check my last post to see what it should look like.
However even if I replaced all the URL tags properly, the ad appears to trigger some kind of endless loop. It happens even here https://developers.google.com/interactive-media-ads/docs/vastinspector_dual , so I supsect there is a problem with that specific ad unit and I recommend your report the issue to the ad provider.
Thanks,
Martin10 years ago in reply to: Watterwall ad loading not workingHello songsrpeople,
so your VAST URL is like this (warning, I omitted the ?id= parameter to protect your privacy, you will have to put that one back in):
http://v.admedia.com/?id=YOUR_ID_HERE&page_url=[ENCODED_PAGE_URL]&autoplay=[0,1]&content=[CONTENT_CODE]&title=[VIDEO_TITLE]&video_id=[VIDEO_ID]
So [ENCODED_PAGE_URL] needs to be replaced with [permalink] and [0,1] with [LR_AUTOPLAY]. [CONTENT_CODE] could be replaced with [post_id], [VIDEO_TITLE] should be [post_title] and [VIDEO_ID] can be [post_id] as well.
That means it will become:
http://v.admedia.com/?id=YOUR_ID_HERE&page_url=[permalink]&autoplay=[LR_AUTOPLAY]&content=[post_id]&title=[post_title]&video_id=[post_id]
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello Rehan,
could you please try again? Just reload the page to see if it works now. Perhaps I forgot to increase the version to bust the cache. It works for me in the same browsers, Windows 7 and OS X 10.9.5.
Thanks,
Martin10 years ago in reply to: Watterwall ad loading not workingHello songsrpeople,
I can see that the loading works, but the first ad gets stuck trying to load over and over again.
Please check my previous message in this thread. I wrote you exactly what needs to be done about that VAST ad URL, it’s number 3. in the list. Perhaps that will help.
Thanks,
Martin10 years ago in reply to: Insert overlay adHello songsrpeople,
please follow the illustrated guide here: https://foliovision.com/player/adding-ads
Thanks,
Martin10 years ago in reply to: Adding commercial breaksHi Jamie,
you can just add midroll=”0,3600″ to the shortcode to have the ad how up at the start and after 1 hour or midroll=”60,3600″ to have it show up after at 60 seconds and then at 1 hour.
We will add this into the shortcode editor. We are currently working on other improvements, so we can’t add it right away.
I see you use Vimeo direct media file links – you can our Vimeo integration if you want to protect the Vimeo videos against download: https://foliovision.com/player/how-to-use-vimeo-pro
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello Rehan,
non-linear ad not playing: https://foliovision.com/player/demos/vast-vpaid-ads#non-linear What browser are you using? Are you sure it doesn’t play? Perhaps it only takes a bit longer to buffer.
If the 15 seconds error only appears sparsely, it should be fine. If it appears all the time, then there must be a problem. Does it ever appear with the Google test VAST tag? http://googleads.g.doubleclick.net/pagead/ads?ad_type=video&client=ca-video-pub-4968145218643279&videoad_start_delay=0&description_url=http%3A%2F%2Fwww.google.com&max_ad_duration=40000&adtest=on
We will answer the licensing questions.
Thanks,
MartinHello Michael,
yes, that’s what it will look like.
However the output of the above will be the same as of the following:
[fvplayer src="video.mp4" splash="image.png" lightbox="true"]
Could you please confirm if that’s it? You said that it doesn’t reproduce the look which you need. Could you please write some more about that?
Thanks,
Martin10 years ago in reply to: New Pro install not playing Vimeo videosHello Steve,
could you please try if this works if you don’t use a playlist? Or if the playlist is smaller, like 2 items only.
Please let us know, we want to make this work for you.
Thanks,
Martin10 years ago in reply to: Problems on Windows Lumia PhoneHi Samik,
in that case, it might be the OS upgrade.
Thank you for your feedback!
Please let us know if there is anything else.
Martin
Hello Michael,
you can use any image in the [fvplayer] shortcode, it doesn’t have to be the video thumbnail. Or do you mean that it shows up as a video splash screen for a brief moment when you open the lightbox? Is that the behavior which doesn’t suit you here?
Thanks,
MartinHello Michael,
we want to improve that, however could you please be more specific about what is the look you are going for? When we improve this functionality, it will look the same. That means a simple image will open a white lightbox overlay when clicked and that will play the video.
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello rehan007,
1)I can see that a video pre-roll plays on your sample page.
However the non-linear ads were only fixed now and now we are in phase of testing. You can see our test here: https://foliovision.com/player/demos/vast-vpaid-ads#non-linear
2) “The VAST response document is empty.” means that there is no ad available. Ad networks don’t have infinite number of ads which their customers want to get delivered, so sometimes there might be no ad at all.
3) “Exceeds limit of 15 sec…..” – could you please send a screenshot of this?
4) Licensing – sure just post your questions here and we will move that part of discussion into our support system.
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello rehan007,
I found where you probably obtained the ad tag, it should be here: https://support.google.com/adsense/answer/6029601?hl=en
What I get there is this: http://googleads.g.doubleclick.net/pagead/ads?ad_type=video&client=ca-video-pub-4968145218643279&videoad_start_delay=0&description_url=http%3A%2F%2Fwww.google.com&max_ad_duration=40000&adtest=on
Which is largely different from what you get: http://ima3vpaid.appspot.com/?adTagUrl=http%3A%2F%2Fgoogleads.g.doubleclick.net%2Fpagead%2Fads%3Fad_type%3Dvideo_image_text_flash%26client%3Dca-video-pub-4968145218643279%26videoad_start_delay%3D0%26description_url%3Dhttp%253A%252F%252Fwww.youtube.com%26hl%3Den%26max_ad_duration%3D40000%26adtest%3Don
Notice that your ad tag appears to be served via some ima3vpaid.appspot.com tool which reads the original ad URL as ?adTagUrl=. It appears the purpose of this is to make it Flash compatible. Are you sure you need that? Have you opted somewhere that your player requires Flash ads?
Also, according to this guide, “video_image_text_flash” in the VAST URL can be replaced with just “image_text_flash” and get the non-linear ads all the time, that helps with our testing: https://support.google.com/adsense/answer/3112148
All of the above helps a lot with our testing. The support for HTML5 non-linear video ads is almost finished and we are working on Flash non-linear ads.
Thanks,
MartinHello Michael,
I see the logic behind what you tried to do, however at this point the anchor link works only for text items.
<a href="video.mp4" class="colorbox">lightbox</a>
If you want to use an image, then you should be using the [fvplayer] shortcode, as documented here: https://foliovision.com/player/how-to-use-lightbox
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello rehan007,
thank you for the screenshot, but it doesn’t explain why your ad tag uses VPAID SWF for a simple non-linear ad.
We worked on adding Non-linear VAST support as mentioned above and it looks good so far. It looks nice when the ad is scheduled to kick-in 5 seconds into the video or so – just like YouTube ads do.
Thanks,
Martin10 years ago in reply to: Ads stopped workingHello parrjj01,
I found your contact form submission where you provided the code. It actually worked for me. The ad showed up just fine.
I had a look at the website and the ads are working as well, perhaps it’s just an issue with some specific video?
Thanks,
Martin10 years ago in reply to: Problems on Windows Lumia PhoneHi Samik,
we are glad that it works for you!
Could you please also check and post your user agent string again? You can find it here: http://www.whatsmyuseragent.com/
Thanks,
Martin10 years ago in reply to: Lightbox Splash Screen Not ResponsiveHello Rolf,
we noticed another problem here, so FV Player Pro 0.2.1 contains a new fix for this.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
thank you for the detailed feedback!
We will verify these iOS 8 bugs, we didn’t had any issues so far.
Thanks,
Martin10 years ago in reply to: Help with SWF playbackHello Mech,
this looks like a good plugin for SWF embedding: https://wordpress.org/plugins/kimili-flash-embed/
Thanks,
Martin10 years ago in reply to: Help with SWF playbackHello Mech,
although a SWF file may contain some animation, it is not a video file. If you need to insert it, use the standard object and embed tags, or better a library like swfobject for safe fallback for devices with no Flash support (iPad, iPhone…): http://code.google.com/p/swfobject/
We will also improve the video checker to warn users about mistaking SWF files for videos.
Thanks,
Martin10 years ago in reply to: Ads stopped workingHello parrjj01,
sorry about the inconvenience, I checked what the problem was like the last time: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/ads-stopped-working
We haven’t experienced any issues with our current version of the plugin. If it’s a lot of HTML, there might be something tricky. If you input the code using the shortcode editor, there should be no issue.
Could you please screenshot the exact shortcode you are using?
Thanks,
Martin10 years ago in reply to: New Pro install not playing Vimeo videosHello Steve,
let’s solve the issue with videos not playing first.
I can see that all the Ajax requests to http://www.wolwvideo.com/wp-admin/admin-ajax.php fail. They get HTTP error 500. Could you please check your php error log to see what happening? Perhaps some of the PHP commands which we use is not permitted on your server. Your web host should be able to point you to these files.
Alternatively you can enable both WP_DEBUG and WP_DEBUG_LOG as in this WordPress.org tutorial: http://codex.wordpress.org/Debugging_in_WordPress
Sorry about the inconvenience, this is an edge case which we haven’t encountered yet.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
it’s possible that one of the issues confused your iPad so much, that it had to be restarted. I had similar issues with Firefox on PC, when I run two instances of it (Firefox and its clone Palemoon) playing video at the same time.
Thank you for the tip about how to fix compatibility with All In One WP Security!
Thanks,
Martin10 years ago in reply to: VPAID | Non-Linear adsHello Rehan,
1) You can use [fvplayer src="" vast="" vast_engine="flash"]
We will put that into documentation, but part of that should be in user interface, so we need to work on that.
2) I can see the issue (it’s the VAST from http://ima3vpaid.appspot.com right?). When I play the video, the ad appears at the bottom of the player but no video plays.
That VAST only contains InLine Linear VPAID ad. If it’s non-linear ad, why is it being served as Linear? Even the Google VAST testing tool is not able to display that properly here: https://developers.google.com/interactive-media-ads/docs/vastinspector_dual
Could you please check that on your end? Does you have to use VPAID for these non-linear ads?
On our end, we will make sure simple non-linear ads like the two Liverail Examples here work: http://www.iab.net/guidelines/508676/digitalvideo/vast/vast_xml_samples
Thanks,
Martin10 years ago in reply to: New Pro install not playing Vimeo videosHello Steve,
you need to enter your license key to enable the Pro functionality, here’s how it’s done: https://foliovision.com/player/user-guide#license
Then the Vimeo videos should play.
Other than than, everything appears to be fine on your site, I’m not sure why the “Check template” fails. Perhaps your web host doesn’t like the automated check.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
since these files can’t be opened via HTTP, it appears that your web host is blocking the request. Perhaps they block any URLs which contain @ symbols.
It won’t be a CSS conflict, as web browser reports the file access is denied – the HTTP code is 403.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
1) & 3) I’m noticing your jwPlayer has missing files too (whotube.xml).
2) Video speed issues – when on iPad, your jwPlayer uses the SD quality file: 10_08_13_SD.mp4 which is around 34MB
The FV Flowplayer uses: 10_08_13_HD.mp4 which is 64MB. I think that explains the speed difference.
Could you please let us know what configuration in jwPlayer do you use to achieve this? FV Flowplayer supports mobile video as well, but it’s served only to small screens, iPad always gets the main video. We support quality switching as well (in the Pro version).
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
1) & 3) It appears that your FV WordPress Flowplayer install is not complete. Following files are missing:
/wp-content/plugins/fv-wordpress-flowplayer/css/img/play_white@x2.png
/wp-content/plugins/fv-wordpress-flowplayer/css/img/white@x2.png
/wp-content/plugins/fv-wordpress-flowplayer/css/img/flowplayer@2x.pngHowever these files are present in the plugin: http://plugins.svn.wordpress.org/fv-wordpress-flowplayer/trunk/css/img/
Did you uploaded the plugin by hand? If so, add the files by hand or re-install the plugin or install it using your wp-admin.
Or does your host block requests to files with @ in URL? It should not, as it’s a common naming practice for retina CSS images.
2) Slow video buffering – working on it.
Thanks,
Martin10 years ago in reply to: iPad iOS 8.1 issuesHello Mark,
we are sorry to hear about the trouble. Sounds like a problem with some JavaScript. I had a look at your “Sample Films” page. No issues with that on iPad iOS 7.0.1, but I can see problem when using iOS 7.1, we are having a more closer look now.
Thanks,
Martin10 years ago in reply to: Watterwall ad loading not workingHello songsrpeople,
so we had a careful look and found some issues:
Your ads are (I removed the sensitive information like your ad unit ID or URLs):
1)
http://search.spotxchange.com/vast/2.00/YOUR-ID-HERE?VPAID=1&content_page_url=http%3A%2F%2Fexample.com%2F2014%2F11%2Fpost-name-3%2F&cb=__random-number__&player_width=__player-width__&player_height=__player-height__
2)
http://ads.us.e-planning.net/eb/4/YOUR-ID-HERE/CPM_MediumPlayerVideo490300_IMN_PUB_109/490x300_CPM_MediumPlayerVideo490300_IMN_PUB_109?o=v&ma=1&vv=2
3)
http://v.admedia.com/?id=YOUR_ID_HERE&page_url=[ENCODED_PAGE_URL]&autoplay=[0,1]&content=[CONTENT_CODE]&title=[VIDEO_TITLE]&video_id=[VIDEO_ID]
In this one, it appears you didn’t replaced the URL parameters with the ones supported by our plugin. Please check our documentation here: https://foliovision.com/player/vast/player-vast-use
The step 4 tells you way URL tags are supported, so you can put these in to make sure your ad provider gets all the variables. You may need to ask them about [CONTENT_CODE] as it’s not clear what this variable should represent.
It’s obvious, that [ENCODED_PAGE_URL] needs to be replaced with [permalink] and [0,1] with [LR_AUTOPLAY]. [CONTENT_CODE] could be replaced with [post_id], [VIDEO_TITLE] should be [post_title] and [VIDEO_ID] can be [post_id] as well.
4)
http://ima3vpaid.appspot.com/?adTagUrl=http%3A%2F%2Fgoogleads.g.doubleclick.net%2Fpagead%2Fads%3Fclient%3Dca-video-pub-SOME-ID-HERE%26slotname%3DSOME-ID-HERE%26ad_type%3Dstandardvideo%26description_url%3Dhttp%253A%252F%252Fsome-other-domain-here.com%26max_ad_duration%3D15000%26videoad_start_delay%3D0%26hl%3Den
In this one, I can see that description_url is not set to your domain. Is that already? Perhaps you need to put in [permalink] instead of the link which is currently there.
5)
http://ad4.liverail.com/?LR_PUBLISHER_ID=YOUR_ID_HERE&LR_SCHEMA=vast2-vpaid&LR_CONTENT=&LR_TITLE=Your Title&LR_VIDEO_ID=1189&LR_AUTOPLAY=[LR_AUTOPLAY]
I’m attaching a screenshot of Chromium developer tools in which I highlighted the ad loading for each of the ads. Green color is the ad loading, pink color is the parsed URL being requested by the Flash VPAID engine and red is the result of the ad loading.
Click to get a full-sized version: https://foliovision.com/images/support/vast-debug.png
I’m noticing that the last ad is not loaded at all. That’s because we didn’t counted on more than 4 ads in waterfall loading. Please download the FV Player VAST from your https://foliovision.com/edit account to get a fixed version. We are working on a bigger improvements right now, which make it harder for me to release a quick updated version.
Thanks,
Martin10 years ago in reply to: Watterwall ad loading not workingHi songsrpeople,
unfortunately it doesn’t appear to be on. Could you please double-check? It’s a checkbox labeled “Debug” in Settings -> FV Player VAST which has a description: “Turn on to examine VAST events, loading and tracking.”
Is there any cache on the site which could prevent me from seeing the option enabled? I’m checking it in the HTML source of the page.
Thanks,
Martin10 years ago in reply to: Watterwall ad loading not workingHi songsrpeople,
the site is overflowing with ads and debug messages on the JavaScript console. Could you please enable the FV Player VAST debugging mode (Settings -> FV Player VAST -> Debug), so that we can see the events of our plugin?
Thanks,
Martin10 years ago in reply to: Youtube Quality SwitchingHello smith234,
we are working on adding the Youtube quality switching. Currently the issue is that in Chrome you can’t switch to a lower quality after you switch to a higher one.
Could you please tell us more about the iPad bug? On https://foliovision.com/player/demos/youtube-embedding it works for me in iPad iOS 5.1.1, as well as iPad with iOS 7.0.3 and 7.1.
Thanks,
Martin10 years ago in reply to: Can’t play my live RTMPHi Oscar,
thank you for your input and screenshots. I see what you mean, please re-install the plugin from this ZIP file: https://foliovision.com/downloads/fv-wordpress-flowplayer-2.3.5.2.zip
It’s our latest dev version. Then insert the video like this:
[fvplayer src="rtmp://example.com/live/:test"]
That will make sure “test” is used and not “mp4:test”. If you only use this, it will assume mp4: automatically (as “test” has no file extension ), as that’s what’s needed most of the time:
[fvplayer rtmp="rtmp://example.com/live" rtmp_path="test"]
However when I do this, I can see that both “test” and “mp4:test” fail.
Also when I try to play the video on http://example.com:8080/ like you did, I don’t get anything either. I think there must be some other issue. Is this somehow only allowing your computer to playback? Or is the live stream currently off?
Thanks,
Martin10 years ago in reply to: Lightbox Splash Screen Not ResponsiveHello Rolf,
we just releaseed FV Player Pro 0.2 which fixes the responsiveness of splash screens of lightboxed videos.
Thanks
Martin10 years ago in reply to: Vimeo Autoplay issuesHello Mike,
1) We just releaseed FV Player Pro 0.2 which fixes the autoplay issue with Vimeo videos.
Thanks
Martin10 years ago in reply to: Can’t play my live RTMPHi Oscar,
it appears that the issue is with your RTMP connection URL. Are you sure rtmp://example.com/live/ is your working RTMP server?
Is the server public? I can’t ping to it.
Thanks,
Martin10 years ago in reply to: PHP WarningsHello Mandar,
sorry about that, these are PHP warnings which are off on most of the web hosts. We fixed the cause of the warning (missing media URL) and released new version of the plugin, so you can upgrade.
This should not affect the ads though. I had a look at what VAST URL you use and it doesn’t seem that media URL plays any role in it (most ad providers don’t need it).
Thanks,
Martin10 years ago in reply to: Lightbox Splash Screen Not ResponsiveHello Rolf,
sorry about that, we will get this fixed. As a quick fix, you can try this CSS, although it won’t handle aspect ratio properly:
.flowplayer.cboxElement {
max-width: 100%;
}Thanks,
Martin10 years ago in reply to: Vimeo Autoplay issuesHi Mike,
sorry about the inconvenience. I’m just leaving for the weekend and Monday is a holiday here, so I’m having a quick look:
1) Global autoplay not working for Vimeo – this is caused by the way Vimeo works (media files with download protection). We will get this fixed.
It works for me in Firefox, but not in Safari 7.1 of Mac OS X 10.9.1.
Mute issue with autoplay videos from Vimeo – same as above, we just haven’t thought of this combination yet. We will make sure it works.
It also works for me in Firefox, but not in Safari 7.1 of Mac OS X 10.9.1.
2) Please let us know what mobile device you are using.
Thanks,
MartinHello Miguel,
please try again, it works now. We had issues with identifying your payment.
Thanks,
MartinHello Miguel,
please double check if your key matches the one in your Foliovision.com account -> My Products.
Thanks,
Martin10 years ago in reply to: Trelo Media VPAIDHello Matthew,
this was fixed and the fix will be in next version release.
Hello Alec,
it’s actually a simple fix. I’ll make sure this is documented in our plugin guidelines.
Thanks,
Martin10 years ago in reply to: Trelo Media VPAIDHello Matthew,
so we had a look – the issue was caused because your FV Player VAST was installed in a folder named differently than we expect. We will make sure our plugin won’t get broken by that.
Thanks,
Martin10 years ago in reply to: Trelo Media VPAIDHello Matthew,
I’m replying to you privately now to speed up the troubleshooting here.
Thanks,
Martin10 years ago in reply to: Trelo Media VPAIDHello Matt,
thank you for the URL, I removed the private information from it.
1) the ad returns empty for me (no ad plays), but nothing bad happens with the player.
Do you mean that you click the video to play, then it loads it for a bit, no ad plays, and then suddenly the player disappears instead of playing the video?
2) Can you double check if you pasted the URL in properly? It should be just the URL and no <– HTM: commetns –>
3) Also, did you replaced the REPLACE tags with the right URL tags? Here is the example of how should the URL look like in your configuration:
Thanks,
Martin10 years ago in reply to: Trelo Media VPAIDHello Matt,
we didn’t encountered any issue like this yet. Could you please post your page URL or the VAST tag which you are using?
We won’t make it public if you don’t want to.
Thanks,
Martin10 years ago in reply to: Custom analyticsHello Matthew,
could you please post any guide for that setup? It appears to me you would need a different tracking pixel for each event type and also make it different based on referrer (can you use GET URL query arguments for that).
Thanks,
Martin10 years ago in reply to: Lightbox, Share buttons, Quality switchingHello Tim,
the Vimeo quality switching was added into FV Player Pro version 0.1.18. We are working on the documentation, but you can find it in the “Vimeo (Pro)” box in plugin settings.
Thanks,
Martin10 years ago in reply to: PaginationHello dantaylorseo,
sorry about the delayed reply.
I checked this issue and you are right – it doesn’t work in your configuration. This plugin is about removing the category prefix, so we didn’t though somebody might use it and still add /blog/ as the base of the post URLs.
We will include this fix in one of the next versions, in the meantime perhaps you can increase number of posts per page on your website – it will work if you don’t have a lot of posts. However if this fix is important for your work, we are happy to get this solved for you right away, just order our pro support.
Thanks,
Martin10 years ago in reply to: Testing domainHello Steve,
please just put in the test domain into the licensing. Then let us know when you need to change the domain – before the site goes live.
Thanks,
Martin10 years ago in reply to: Custom analyticsHello Matthew,
each time the player loads there is a request for the VAST XML. So if your ad provide monitors the number of ad requests, you know how many times the player loaded.
The pre-roll start event is also implemented (as well as all the quartiles and ad finised – pre-roll complete). Of course the same goes for ad click.
So it appears to me all of the above is provided by the VAST standard.
Could you please provide some details about the tracking pixels?
Could you please provide a test VAST XML from your ad provider, so we can check it out?
Thanks,
Martin