sublimevideo
Forum Replies Created
-
Forum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] SublimeVideo finding correct URL from ftpHi,
You cannot use FTP URLs, only HTTP ones. You’ll need a web server to expose these videos through HTTP URLs.
I hope that helps!
Forum: Reviews
In reply to: [SublimeVideo - HTML5 Video Player] askewHi,
Thanks for your feedback. However, I’m disappointed as to why you rated the plugin 1/5 based on the 2 things you mention since neither of them are even part of the plugin functionalities in themselves.
Regarding the activation, SublimeVideo is a video player as a service and that’s why you need an account in order to use the plugin. I invite you to learn more about SublimeVideo on this page: https://sublimevideo.net/modular-player
Regarding the settings page, we’ll consider moving it to the Settings section for the next update but we’ve seen other plugins that do the same as us, like the Akismet plugin for instance (which is a wide-used WordPress plugin). In the meantime, please bare with us since it’s our first WordPress plugin.
I would greatly appreciate if you could revise your review based on the plugin features themselves, and not simply rate it 1/5 without even tried it before.
Best regards,
RémyForum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] class-sublimevideo-ui.php is forgottenHi,
I don’t really know how Safari’s Reader feature handles videos, I guess it’d be the same with a simple
<video>
element…Forum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] New PluginAwesome guys! Sorry again for the issues!
Forum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] class-sublimevideo-ui.php is forgottenHi, we’ve just released version 1.5.2 (https://www.ads-software.com/extend/plugins/sublimevideo-official) that should fix these issues/warnings.
Please let us know if not, and sorry again for the inconvenience!
Forum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] New PluginHi, we’ve just released version 1.5.2 (https://www.ads-software.com/extend/plugins/sublimevideo-official) that should fix these issues/warnings.
Please let us know if not, and sorry again for the inconvenience!
Forum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] class-sublimevideo-ui.php is forgottenThanks for the report, this will be fixed soon! Is it actually preventing you from using the plugin?
Forum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] class-sublimevideo-ui.php is forgottenHi, sorry about that, a file were missing in the SVN repo!
Please try update to update to the version 1.5.1 and let us know how it goes!
Thanks for your support.
Rémy
Forum: Plugins
In reply to: [SublimeVideo (deprecated)] [Plugin: SublimeVideo] Update for 3.3!Hi,
The issue is in fact a WPTouch issue (SublimeVideo is not even loaded when WPTouch is active), the plugin should set width=”100%” for all
<video>
elements, otherwise their width is larger than the main div width, hence the video is cut.Hi Jon,
you can generate the video tag using the plugin and then add the link in the HTML editor. You can find more information about this solution here: https://getsatisfaction.com/sublimevideo/topics/floating_box_does_not_work_in_wordpress
I hope that helps, we’ll do our possible to integrate this feature as soon as possible in the WordPress plugin.
Hi,
I can see the video well by visiting the link you provided.
Do you still see the issue? If yes, please provide more information about the browsers in which it happens.
Thanks in advance.
Hi,
SublimeVideo currently only supports videos delivered through HTTP. This is because HTTP is currently the only protocol supported by HTML5 consistently on all browsers.
RTMP support is something we plan to add in the future, but it also means our player will be forced to Flash mode in this case, because HTML5 does not (and will probably never) support RTMP.