Skip to content

Files

Latest commit

 

History

History
12 lines (11 loc) · 859 Bytes

108.md

File metadata and controls

12 lines (11 loc) · 859 Bytes
title date submitter number tags discussion
I want audio/ogg support in Media Source Extensions
2020-02-19 22:23:10 UTC
AnthumChris
108
multimedia

Browsers can currently play audio/ogg; codec=opus files natively with audio elements, but that MIME is not consistently supported for Media Source Extensions (MSE). MSE can solve the problem of low-latency audio playback, and the Opus audio codec is one of best performing low-latency codecs available to us. Unfortunately, Ogg containers are the ones officially used for Opus files, and MSE does not support them.

The current work-around is to use third-party tools like FFMPEG to create WebM Opus files, which does not align with the Opus file standards and current Opus tools.