diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-01-26 15:40:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 15:40:02 +0100 |
commit | 6bea3015330473794ae0bc25d6d25f3d0bd3ead4 (patch) | |
tree | 2f1d92c78b7acb903e932787789916c9e1f6fe31 | |
parent | 9c50d0ee0aa41c94f66af7e7d572f440f6aaddf5 (diff) | |
parent | b98540dd9da416d1cc94e9f084e96e68b089aecd (diff) |
Merge pull request #44678 from Calinou/doc-videoplayer-html5-performance
Document the expected low performance of VideoPlayer on HTML5
-rw-r--r-- | doc/classes/VideoPlayer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index 80f97c3419..b2ab356b0d 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -7,6 +7,7 @@ Control node for playing video streams using [VideoStream] resources. Supported video formats are [url=https://www.webmproject.org/]WebM[/url] ([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format exposed via a GDNative plugin using [VideoStreamGDNative]. [b]Note:[/b] Due to a bug, VideoPlayer does not support localization remapping yet. + [b]Warning:[/b] On HTML5, video playback [i]will[/i] perform poorly due to missing architecture-specific assembly optimizations, especially for VP8/VP9. </description> <tutorials> </tutorials> |