bbb0
Forum Replies Created
-
can you provide a link to an example post exposing the problem?
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] OSX Full Screen "Feature"Well what you do not want _is_ the correct behavior. Sorry. Fullscreen means covering the complete monitor.
Your demand is a special case, which would be easy with a self-build page, but probably not in a CMS like WordPress, which dynamically generates stuff. Perhaps Ullrich has an idea how to inject this.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] OSX Full Screen "Feature"Flowplayer HTML5 uses html5 fullscreen, is does not use any lightbox-like feature. Fullscreen is not intended to allow resizing (for this, you could use a CSS switch which scales the video to 100% of the browser window), is is meant to cover the complete monitor (like Flash fullscreen). All my tests on PC browses use real fullscreen except some browses like IE9 which do not support html5 fs.
Do you see this with our demos like https://demos.flowplayer.org/basics/minimal.html ? I don’t ?? real fullscreen in all major browsers….
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Secure Video fileFlowplayer HTML5 does not support secure tokens, sorry.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Poster alt"" tekst..I see your point, but as I said, the html5 and css specs simply do not allow alt text for these elements.
Perhaps you can borrow this hidden image trick https://flowplayer.org/forum/#!/setup:pinnable-thumbnails/pinterest-does-not-support ; I have no idea though whether Google will parse it and how it affects SEO. But it’s worth a try.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Closed Captioning SubtitlesCheck the VVT file (Subtitles) option. They need to be in WebVTT format.
Unfortunately there is currently no UI element to toggle captions on/off, we’ll add that for Flowpalyer 6.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Poster alt"" tekst..The plugin uses splash images.
Splash images are css backgrounds, which by definition do not have SEO relevant info (see https://christianheilmann.com/2009/02/25/so-how-do-you-add-alternative-text-to-background-images/ ), and therefore no way of adding alt text.
While not used by the plugin, the poster attribute does not offer alt text either, at least in the current html5 draft. See https://www.w3.org/html/wg/tracker/issues/142 (still postponed)
You’d probably be better off by creating video sitemaps anyway, where you could link the splash image to the <video:thumbnail_loc> element: https://support.google.com/webmasters/answer/80472?hl=en
please see https://www.ads-software.com/support/topic/php-error-on-all-wp-pages-with-latest-upate
You can download the patch mentioned (right-click and save)
frontend patchands overwrite the file in wp-content/plugins/flowplayer5/frontend . This should help.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] Unlimited Commercial Release doesn't workthe issue with 10. is a license key for the wrong domain btw.
upgrading to 1.10.3 fixes the video retrieval from Drive for me.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] autostart not working in Android Browser 4.0as Ulrich says, that is not a splash setup, but a poster setup with a transition or other custom css rule (did not check)
This does not influence the fact that it does _not_ autostart on any of my Android devices.
It doe not play anyway though on most devices, as it’s encoded at High profile level 2.1 which is not supported by Andorid.
Forum: Plugins
In reply to: [Flowplayer HTML5 for WordPress] autostart not working in Android Browser 4.0you cannot autoplay videos on mobile devices. No chance. See https://github.com/flowplayer/flowplayer/wiki/1.3-Autoplay-does-not-work-on-mobile-device for some links explaining this.
Splash setups disable autostart in any event, as the player is not loaded in a splash setup until click. For mobiel evices, Flowplayer force spash state since ther even first-frame setups cannot work (they would require a preload, which is alos forbidden on mobiel devices).