-
AuthorPosts
-
April 23, 2018 at 9:00 pm #945559
Hi Enfold team,
unfortunately, the locally hosted videos (mp4) are not on a mobile phone like Samsung 8 playable – see screenshots with detailed explanation..
Normally this should work …Is that a bug?
Need a solution for this.Use:
Enfold 4.2.6
WordPress 4.9.5
PHP 7
Translation Pluin – WPML (latest version)Thank you
April 24, 2018 at 7:53 pm #946110updated to enfold 4.3 – bug still exist
April 24, 2018 at 8:25 pm #946144WE ALL HAVE PROBLEMS BUT SUPPORT HAS MORE PROBLEMS SO WE MUST WAIT
April 24, 2018 at 9:35 pm #946230Hi,
Please disable the access so we can login from mobile also.
We cant debug like that.Best regards,
BasilisApril 25, 2018 at 9:39 am #946464Hi basilis,
thanks for your feedback.
I’m not sure what you mean exactly …
You can not log in with the access data stored in the private message before? … anyway
Do you want me to disable the directory protection in the htaccess file now?
Or do you need the passwords to the WordPress account?
For security reasons, however, I have always installed a directory protection in the htaccess file in front of the WordPress acccount …I’m more a beginner … please consider that in your answer ;-) ..thx
April 26, 2018 at 8:50 am #947124Just to avoid misunderstandings…
… the password from my first post (scroll up) is for access (htaccess password protection) to see the screenshot and the website as well…if you need more, then you have to let me know…it’s urgent!
Still waiting for feedback…
April 27, 2018 at 5:28 am #947621Hi,
The issue seems to be related to the video format and compression. Is it working if you upload the video on a third party host such as youtube or vimeo?
Best regards,
IsmaelApril 27, 2018 at 12:24 pm #947906Hi Ismael,
thanks for your feedback.
The videos were saved as mp4 with H.264 / AAC…and it works great on other smartphones – except on Samsung devices.
And yes, linked to youtube videos work on Samsung.
BUT the customer does not want using Youtube!I have provided a page (see link in private message) with a sample video downloaded from youtube.
This does not work either as a local hosted video (see old example screenshot what happens then …).Have you ever tried locally hosted videos on Samsung smartphones … placed in an iframe (… example_video.mp4?iframe=true)?
I really need a solution …
thx
April 30, 2018 at 9:40 am #948908Hi,
Thank you for the update.
We modified a few files based on a thread with the same issue. The video loads but it takes quite a while to buffer.
Screenshot: https://imgur.com/a/ZNkPamJ
// https://kriesi.at/support/topic/video-autoplay-4/#post-947097
Best regards,
IsmaelMay 1, 2018 at 7:39 pm #949641Thanks Ismael,
it plays on desctop devices now :-) …but you can not stop it and the sound goes on playing as you move on to the next slider…on mobile phones is another bug with the fallback-image…
Anyway … luckily the video in the slideshow is not that important … I will replace this video with an image now.Very importent is that the locally hosted videos below can be played … and this does not work on the tested Samsung mobile phones … please have a look to the new screenshot that explains the problems.
Do you have any idea how to solve this?
May 4, 2018 at 3:58 am #951217Hi,
but you can not stop it and the sound goes on playing as you move
In the php > framework > function- , look for this code around line 583.
$output .= '<video class="avia_video" '.$image.' '.$autoplay.' controls id="'.$uid.'" >';
Remove the ‘.$autoplay.’ and then add the “preload” attribute.
$output .= '<video class="avia_video" '.$image.' preload="metadata" controls id="'.$uid.'" >';
We are still looking for a final solution for the video scripts and self hosted videos. Please ask your client to reconsider using youtube or vimeo temporarily until we fixed the issue. We would like to apologize for the inconvenience.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.