Skip to content

Commit

Permalink
Add an example of a media type which is not listed in the IANA Media …
Browse files Browse the repository at this point in the history
…Types register
  • Loading branch information
garethsb committed Dec 4, 2024
1 parent 0fd54b4 commit d07f572
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion capabilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ It MAY be used in place of the file with the same name in the AMWA BCP-004-01 sp

### Media Type
- **Name:** `urn:x-nmos:cap:format:media_type`
- **Description:** Identifies streams which may be created or consumed based upon their IANA media type.
- **Description:** Identifies streams which may be created or consumed based upon their media type.
- **Specification:** per AMWA BCP-004-01
- **Type:** string
- **Target:** (a) Flow `media_type` attribute, (b) SDP media description `m=` `<media>` and associated attribute `a=rtpmap:` `<encoding name>`
Expand Down
16 changes: 16 additions & 0 deletions flow-attributes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,22 @@ These MAY be used in addition to the schemas, such as _flow_video.json_ and _flo
- For example
- `1k-1`

### Media Type
- **Name:** `media_type`
- **Description:** Subclassification of the format, using IANA assigned media types where available.
- **Specification:** [AMWA IS-04 v1.1](https://specs.amwa.tv/is-04/v1.1)
- **Applicability:** all formats
- **Permitted Values:**
- String values listed in the [IANA Media Types register](https://www.iana.org/assignments/media-types/media-types.xhtml)
- Commonly used IANA Media Types and Subtypes are enumerated in the Flow schemas in AMWA IS-04
- For example
- `video/raw` in raw video Flows
- `audio/L24` in raw audio Flows
- `video/smpte291` in data Flows
- Other values identifying well-defined media types are also permitted
- For example
- `video/SMPTE2022-6` for mux Flows, which is defined by SMPTE ST 2022-8 but is not listed in the IANA register

### Profile
- **Name:** `profile`
- **Description:** Indicates the subset of coding tools that are in use, as defined for the Flow media type.
Expand Down

0 comments on commit d07f572

Please sign in to comment.