Commit Graph

6 Commits (651d6f432086f881b6c18c744736f9c99489be2b)

Author SHA1 Message Date
J. Ryan Stinnett 3e85b6d085 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 https://github.com/vector-im/element-web/issues/15694
Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/5352
2020-11-19 13:30:05 +00:00
J. Ryan Stinnett f7e2d70ddf Tweak video component code style 2020-11-18 17:41:54 +00:00
Will Hunt c8485419c1 Fix bug that would cause failed to decrypt messages in non-encrypted rooms 2020-10-30 11:29:32 +00:00
Will Hunt e5228e2795 alt is not valid on video element 2020-10-23 16:42:23 +01:00
Will Hunt 7164284bb6 Do not download encrypted video if autoplay is not on 2020-10-23 16:33:40 +01:00
Will Hunt bbb4c7f801 Convert MVideoBody to typescript 2020-10-23 16:32:04 +01:00