Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix encrypted video playback in Chrome-based browsers #5430

Merged
merged 2 commits into from
Nov 19, 2020

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    f7e2d70 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Fix encrypted video playback in Chrome-based browsers

    For Chrome-based browsers, it seems we need to set some non-empty `src` URI for
    the video element's play button to be enabled, so this crafts an empty `data`
    URI and ensures playing is triggered once the real content has been fetched.
    
    Fixes element-hq/element-web#15694
    Regressed by #5352
    jryans committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    3e85b6d View commit details
    Browse the repository at this point in the history