macadmins / SplashBuddy

Onboarding splash screen for MDM and Automated Device Enrollment.
Apache License 2.0
402 stars 71 forks source link

Video Plays but volume is mute #133

Closed mrmte closed 2 years ago

mrmte commented 2 years ago

Hi, my colleague has included a video with the following in the index.html of the presentation bundle

<div class="section" id="section1">
    <video width="640" height="360" controls autoplay muted loop>
        <source src="assets/movie.mp4" type="video/mp4">
        <track src="assets/subs-en.vtt" label="English" kind="subtitles" srclang="en-us" default>
        Your browser does not support the video tag.
    </video>
</div>

The video plays but it is muted. Is there a way to unmute it and have the video playing? When we try unmuted the video does not autoplay :(

WizardMickey718 commented 2 years ago

Perhaps drop the "muted" keyword entirely?

On Feb 2, 2022 11:39 AM, Tim Kimpton @.***> wrote:

Hi, my colleague has included a video with the following in the index.html of the presentation bundle

The video plays but it is muted. Is there a way to unmute it and have the video playing? When we try unmuted the video does not autoplay :(

— Reply to this email directly, view it on GitHubhttps://github.com/macadmins/SplashBuddy/issues/133, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AL6ZL5M4RKWGCXBFDKTLNQTUZFM5FANCNFSM5NMRRO3Q. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

The sender of this email is external to Sacred Heart University. Do not click any links unless you know and trust the sender.

mrmte commented 2 years ago

Yeah already tried that, if dropping muted then it doesn’t auto play

mrmte commented 2 years ago

i tried again and removing the muted work