-
AuthorPosts
-
June 25, 2017 at 7:08 am #812594
Mobile devices can’t play the embeded videos on our homepage, they load fine on desktop though.
We tried using someone else hosted video to see if it was a website or video issue, but that video didnt play either on mobile even though the external website played fine.
June 25, 2017 at 5:32 pm #812742Hey kilimats,
Please see https://kriesi.at/support/topic/autoplay-self-hosted-videos/#post-183985Best regards,
MikeJune 25, 2017 at 6:09 pm #812765Confused, i am not asking for autoplay but having issues playing my self hosted video on mobiles, please advise
June 25, 2017 at 7:43 pm #812786Hi kilimats,
Best regards,
VictoriaAugust 27, 2018 at 11:57 pm #1002468Hello
I have the same issues on mobile after upgrading to latest Enfold 4.4.1. I have a self hosted mp4 video I show on my homepage. It works fine on desktop and was working fine on mobile too. Now, on mobile I just see a black box, not even the video image.
I also am using Easy Fancy Box for my image lightboxes and swf videos. It was working fine on mobile too, but now (after Enfold upgrade), swf files are not and all I see on mobile is a blank white Easy Fancy Box lightbox. Images work fine in Easy Fancy box on mobile and desktop.
Can u please help?
Thanks
August 28, 2018 at 11:46 am #1002637Hi s29ers,
Can you give us a link to the page showing issue? so we can check further.
Best regards,
NikkoAugust 28, 2018 at 5:24 pm #1002768Thanks. See below.
August 30, 2018 at 6:33 pm #1003740Hi,
Those do load a mobile play, SWF is not supported on any mobile by default right now, as they have stoped the compatibility…
Best regards,
BasilisAugust 30, 2018 at 7:22 pm #1003752Thanks, ok, re mp4 on the homepage, on Android in Firefox, the video area is black. How to fix that so it shows like Chrome. Click or tap doesn’t do anything. If I tap and hold I get a menu to play. It used to display the video and then tap would play. On Chrome, the video shows (no black area) and then tap does nothing, but tap and hold now asks to download video. Is this now normal? How do we use the self hosted video element for mobile then?
Another question, if I use a preload image, what size should it be so it renders properly on all devices?
Thanks
September 2, 2018 at 3:27 pm #1004639Hi,
If I understand the issue correctly, your video is not playing on Android Firefox, yet I tested on my Android Firefox & Chrome and the video played good. I have made no privacy browser settings on either, have you tried resetting the browsers to the default settings & clear your browser cache? I also tested on desktop Chrome, Firefox, Edge & IE11 and found no issues playing the video.Best regards,
MikeSeptember 3, 2018 at 3:41 am #1004757Hi Mike, thanks for checking but I had to use FV free video player plug-in to fix the problem as I had to get it working somehow. If you have an Enfold solution then that would be good. Therefore I made a test page with the Enfold MP4 video loader that works on desktop and not on mobile as explained, link below.
September 4, 2018 at 11:35 am #1005448Hi,
@s29ers: I can’t reproduce the issue on my own installation. The media element player looks different in your installation. Did you install a media plugin other than “FV”?
Best regards,
IsmaelSeptember 4, 2018 at 9:25 pm #1005783Hi Ismael, No other plugins. On the home page is FV player. We do use Easy Fancy Box but it is not used for MP4 and also, it was always there before the update to latest version of Enfold. On the test page only is the Enfold built in MP4 video element which has the problem I described. Thanks
September 5, 2018 at 10:53 am #1005995Hi,
We would like to check the dashboard. Please provide the login details in the private field.
Best regards,
IsmaelSeptember 5, 2018 at 6:51 pm #1006270Done.
Thanks.September 7, 2018 at 8:37 am #1006957Hi Ismael, Sorry credentials may have been wrong. See below again pls. Thanks
September 7, 2018 at 8:39 am #1006958Forgot to add see below.
September 10, 2018 at 3:30 am #1007744Hi,
Thanks for the update.
Try to edit the framework > php > function-set-avia-frontend.php file, look for this code around line 620:
$metadata = $attributes['loop'] == 1 ? 'preload="metadata"' : 'preload="auto"';
Replace it with:
$metadata = $attributes['loop'] == 1 ? '' : '';
Best regards,
Ismael1 -
AuthorPosts
- You must be logged in to reply to this topic.