Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2.0a6
Issue ID
1129489
Regression
Yes
Videoplayer fails to start throwing DOMException
-e: see title
--works in FF and Edge
--regression in Chrome, not with us it seems
-repro:
--build attached project
--put video file referenced in test scene next to the build
--run build off a server
--load build in Chrome
--NOTICE exception in browser console and video not starting
---Uncaught (in promise) DOMException
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (2019.2.X):
Unfortunately browsers do not support HEVC/H.265 due to its patent status. We cannot do anything to help here. Developers should look at targeting AV1/VP9 ( https://caniuse.com/#feat=av1 ) or MPEG-4/H.264 ( https://caniuse.com/#feat=mpeg4 ) videos instead.