Skip to content

Commit

Permalink
Update substreams example
Browse files Browse the repository at this point in the history
to include better descriptions
  • Loading branch information
cristian-recoseanu committed Oct 24, 2023
1 parent 2ea056c commit 27407c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The following example shows a mux MPEG 2 transport stream Receiver exposing subs
{
"urn:x-nmos:substreams": [
{
"description": "hi-res",
"description": "hi-res video profile",
"format": "urn:x-nmos:format:video",
"count": {
"enum": [
Expand All @@ -264,7 +264,7 @@ The following example shows a mux MPEG 2 transport stream Receiver exposing subs
"constraint_sets": [...]
},
{
"description": "proxy",
"description": "proxy video profile",
"format": "urn:x-nmos:format:video",
"count": {
"minimum": 0,
Expand All @@ -273,6 +273,7 @@ The following example shows a mux MPEG 2 transport stream Receiver exposing subs
"constraint_sets": [...]
},
{
"description": "audio profile",
"format": "urn:x-nmos:format:audio",
"count": {
"enum": [
Expand Down

0 comments on commit 27407c3

Please sign in to comment.