I discovered this a while ago but it's required to work around a Safari audio api bug with HLS
Setting this, a blob source is created in the video element but a source not supported error is produced upon playback.
"html5": {
"vhs": {
"overrideNative": true
}
},