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
- Caret is incorrectly offset when naming a file with a lot of characters in the Project window
- Point Cache window displays incorrect title “pCache” instead of full “Point Cache”
- GeneratePropertyBag code generation fails when "?" nullable is used with the "partial" class modifier
- Timeline first track offset is not accounted for when Apply Scene Offsets is used in Play Mode
- UI Toolkit Debugger window selection changes when the selected window is undocked/docked in a different position for the first time on a new project
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.