diff --git a/ogv.html b/ogv.html index 369819f..084ffbd 100644 --- a/ogv.html +++ b/ogv.html @@ -75,7 +75,7 @@ if (typeof MediaSource == 'function') { let codecs = [ ['VP9-in-MP4', 'video/mp4; codecs="vp09.00.10.08"'], - ['Opus-in-MP4', 'audio/mp4; codecs="opus"'], + ['Opus-in-WebM', 'audio/webm; codecs="opus"'], ['MP3', 'audio/mp3'], ]; let yes = []; @@ -115,7 +115,7 @@ - +