Anthony Mills
Forum Replies Created
-
Forum: Plugins
In reply to: [S3 Video Plugin] Echoing file type? play-video.php:44I think it may have been there due to some specific requirement on behalf of the player in the newest version the file does not exist.
Forum: Plugins
In reply to: [S3 Video Plugin] Curl vs WP_HttpCheers thanks for the feedback i didn’t realise the method existed.
Thanks for that link, much appreciated. I will take a look and see if I can replicate the issue. Anychance you can tell me what theme it is? and if its publically available. Just need to try and limit all of the variables in the testing.
Hey mate, what version of the plugin are you using? Is the them you are using available publicly that I could grab and try and replicate? Also what player are you using, flowplayer or videoJS?
Issue has been resolved on the plugins github page.
Forum: Plugins
In reply to: [S3 Video Plugin] [Plugin: S3 Video Plugin] Flowplayer Commercial versionI don’t have a commercial licence for flowplayer so I would just make the assumption you simply need to replace the flowplayer related :
There is one in the js directory and two in the misc directory.
Forum: Plugins
In reply to: [S3 Video Plugin] [Plugin: S3 Video Plugin] Video listed but doesn't playPossibly I am still testing integration with the plugin and cloudfront although its definiately coming. At the moment the the plugin will simply look for a video with the selected name in the selected bucket.
What happens when you try and embed the shortcode in a tesrt page? Any chance i could get an example of the site / video?
What version are you using mate? jsvideo is only available in the very last release. Flowplayer was the initial player and JSvideo support was only recently added to give people the alternative to what player they wanted their video to be displayed in.
Flowplayer should use HTML5 rather than flash as well if its available.
Forum: Plugins
In reply to: [S3 Video Plugin] [Plugin: S3 Video Plugin] thumbnailsNo sorry mate as yet there is no thumbnail functionality given its mentioned in another thread, its obviously a wanted feature. I am going to try and add support in for the release after next (The next release is in Github already I just havent pushed here yet).
Forum: Plugins
In reply to: [S3 Video Plugin] [Plugin: S3 Video Plugin] CURL extension active, how to?Hi Martin,
Sorry on the delay in getting back to you. Curl extension is simply referering to a library that needs to be included with the installation of PHP running on your server. To Check this open notepad or similar create a file named test.php with the contents:<?php
phpinfo();
?>And then view the file in a browser it will tell you everything about PHP running on your server. Scroll down or ctrl + F to search and look for CURL if its there your server has everything you need.
As for the second question I am not exactly sure what you mean. Are you talking about static picture i.e a picture that shows while the video is not playing?
Cheers
Anthony
Forum: Plugins
In reply to: [S3 Video Plugin] S3 Video Plugin-Settings QuestionThe flowplayer comes from the plugin code itself and the host form should not nee anything. s3.amazonaws.com is the default I just left it as an open field so it can be changed when using cloudfront later. Can you see your videos under “existing media”? I would suspect an issue with either the API credentials or the bucket name if I had to look at anything.