-
AuthorPosts
-
February 16, 2014 at 10:46 pm #224630
http://www.healthandfitnessstevejohnson.co.uk/
- This topic was modified 10 years, 9 months ago by richardcharlesandrews.
February 17, 2014 at 1:19 pm #224938Anyone? Plays on desktop in all browsers, just not on iPhone or iPad.
February 17, 2014 at 10:39 pm #225134Where is the support I paid for? Not a good start. You have literally hundreds of unanswered problems…
February 17, 2014 at 10:57 pm #225146Hi!
Our queue system goes by oldest topics to newest so when you self respond it pushes it further back and can cause your topic to get stuck in the middle and not get seen any quicker.
We are trying to find where the issues are with some videos and iOS versions as quickly as possible but if you need an immediate solution you can try the html5 video route as its by far the most widely supported format for video playback at the moment. Youtube and vimeo will always be a bit problamatic as they can change how integration goes without warning and it can take Kriesi time to fix things up again.
Just as a side note, we do not currently have hundreds of topics open.
Regards,
DevinFebruary 17, 2014 at 11:19 pm #225161“you can try the html5 video route” how do I do this please?
- This reply was modified 10 years, 9 months ago by richardcharlesandrews.
February 18, 2014 at 12:01 am #225197I go over adding a video background to a color section in this video but the same applies to the other video enabled elements: https://vimeo.com/channels/aviathemes/86284134
The directory where the video file is located should also have any other fallback videos you want to have for other browsers which are MP4, WebM and Ogg.
For example you would have something like this:
[video src="https://yoursite.com/videos/videoname.mp4" /] [video src="https://yoursite.com/videos/videoname.webm" /] [audio src="https://yoursite.com/videos/videoname.ogg" /]
(ignore the brackets on these, the bbPress is parsing the links for some reason)
and in the theme you would only need to add the first mp4 url. The theme will then look for the other files and have them as fallbacks for browsers that don’t support mp4. (see https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats)
- This reply was modified 10 years, 9 months ago by Devin.
-
AuthorPosts
- You must be logged in to reply to this topic.