Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add application/mp4 to isobmff bytestream format #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>Introduction</h2>
<section id="mime-parameters">
<h2>MIME-type parameters</h2>
<p>This section specifies the parameters that can be used in the MIME-type passed to <a def-id="isTypeSupported"></a> or <a def-id="addSourceBuffer"></a>.</p>
<p>MIME-types for this specification MUST conform to the rules outlined for "audio/mp4" and "video/mp4" in <a href="http://tools.ietf.org/html/rfc6381">RFC 6381</a>.
<p>MIME-types for this specification MUST conform to the rules outlined for "audio/mp4", "video/mp4" and "application/mp4" in <a href="http://tools.ietf.org/html/rfc6381">RFC 6381</a>.
</p>
<div class="note">Implementations MAY only implement a subset of the codecs and profiles mentioned in the RFC.</div>
</section>
Expand Down