Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186806

    Hi,

    Since introducing Revolution Slider compatibility to Enfold, I’ve had a slider on my homepage, but I’ve recently noticed that the HTML5 video on the first slide doesn’t play in Safari. It’s fine in Chrome and Firefox, and I have .webm, .mp4 and.ogv videos hooked up via the slider admin, so I’m not sure where the issue lies?

    Thanks in advance for any insight you can offer!

    Graeme

    #186807
    This reply has been marked as private.
    #186857

    Okay, I found a fix for my issue – here it is in case anyone else experiences something similar:

    # Exempt movies from password protection to prevent extra login prompts
    <Files ~ "\.(mp4|m4v)>
        AddType video/mp4 mp4
        order allow,deny
        allow from all
        satisfy any
    </Files>

    Throw this into your htaccess file and see if it fixes your problem (my site requires a login at the moment to view whilst in dev, so I’m assuming that it was still requiring an additional login to view the video – this should bypass that.)

    #187530

    Hi!

    Thanks for sharing your solution! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘HTML 5 video in Safari’ is closed to new replies.