Skip to content

Commit

Permalink
Create receiver_jpeg_xs
Browse files Browse the repository at this point in the history
  • Loading branch information
grukx authored Oct 16, 2024
1 parent ef48da0 commit 701df51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/receiver_jpeg_xs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "receiver-5678",
"label": "Example Receiver for MPTS with JPEG XS",
"description": "A Receiver capable of consuming a Multiple Program Transport Stream containing JPEG XS video over UDP.",
"media_types": ["video/MP2T"],
"transport": ["urn:x-nmos:transport:udp"],
"caps": {
"constraint_sets": [
{
"ts_format": "mpts",
"encapsulated_format": "video/jxsv"
}
]
}
}

0 comments on commit 701df51

Please sign in to comment.