1.chrome version 77.0.3865.75 64bit
2.in Vue
3.It can be playing a little while then stoped by “ The media playback was aborted due to a corruption problem or because the media used features your browser did not support.“
4.it works well in IE.
I had the same issue
I used the constructor like this to override native
and also you should use source like the example below if you use “” inside video tag chrome native player may take the control (I think) so it didn’t work with just “overrideNative: true” you should use the method below to add source.
At least it Solved my Error So i decided to share it.