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
- [Android] Safe area ignores navigation bar on Android when targeting level 35 API or higher
- File watcher does not trigger after the AcquireFloatingLease and before the Entitlement check
- HDR Output gets disabled in the Editor when Reflection Probe is enabled during runtime
- The "Build and Run" Menu option tries to build for the selected Build Platform instead of the Active Build Platform
- Font kerning breaks at runtime when multiple UI Documents use different fonts
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.