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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
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.