From 029112e64987676fbd51276f87fa211d77fd69db Mon Sep 17 00:00:00 2001 From: davemevans Date: Wed, 23 Sep 2020 12:26:00 +0100 Subject: [PATCH] Fixes #197 - add application/mp4 to registry and isobmff bytestream format --- byte-stream-format-registry-respec.html | 3 ++- isobmff-byte-stream-format-respec.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/byte-stream-format-registry-respec.html b/byte-stream-format-registry-respec.html index 4d7b3e3..2583a58 100644 --- a/byte-stream-format-registry-respec.html +++ b/byte-stream-format-registry-respec.html @@ -176,7 +176,8 @@

Registry

audio/mp4
- video/mp4 + video/mp4
+ application/mp4 [[!MSE-FORMAT-ISOBMFF]] false diff --git a/isobmff-byte-stream-format-respec.html b/isobmff-byte-stream-format-respec.html index 9c09221..e1e66f5 100644 --- a/isobmff-byte-stream-format-respec.html +++ b/isobmff-byte-stream-format-respec.html @@ -155,7 +155,7 @@

Introduction

MIME-type parameters

This section specifies the parameters that can be used in the MIME-type passed to or .

-

MIME-types for this specification MUST conform to the rules outlined for "audio/mp4" and "video/mp4" in RFC 6381. +

MIME-types for this specification MUST conform to the rules outlined for "audio/mp4", "video/mp4" and "application/mp4" in RFC 6381.

Implementations MAY only implement a subset of the codecs and profiles mentioned in the RFC.