generated from AMWA-TV/bcp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes after feedback from todays meeting (30.10.24) in the NMOS MPEG TS BCP activity
- Loading branch information
Showing
10 changed files
with
51 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
This directory is for examples | ||
|
||
* [Flow resource example](flow_resource_jpeg_xs.json) | ||
* [Sender resource example](sender_resource_jpeg_2k.json) | ||
* [Receiver resource example](receiver_resource_jpeg_xs.json) | ||
* [SDP resource example](mpeg_ts_j2k_rtp.sdp) | ||
* [Flow resource example](flow_resource.json) | ||
* [Sender resource example](sender_resource.json) | ||
* [Receiver resource example](receiver_resource.json) | ||
* [SDP resource example](mpeg_ts_rtp.sdp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "144927fe-f0ce-449d-b261-3f011bd87352", | ||
"label": "Example MPTS Flow", | ||
"description": "An MPEG Transport Stream", | ||
"format": "urn:x-nmos:format:mux", | ||
"media_type": "video/MP2T", | ||
"bit_rate": 20000 | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
v=0 | ||
o=- 2890844526 2890844526 IN IP4 192.168.1.1 | ||
s=Example MPEG transport stream | ||
i=This is an example SDP file for MPEG-TS over RTP | ||
c=IN IP4 239.255.0.1/32 | ||
t=0 0 | ||
m=video 5004 RTP/AVP 33 | ||
a=source-filter: incl IN IP4 224.1.1.1 192.168.1.1 | ||
a=rtpmap:33 MP2T/90000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "3526683d-7a7f-4a6a-9986-a86d1534a84f", | ||
"label": "Example Receiver for MPEG TS", | ||
"description": "A Receiver capable of consuming an MPEG TS over RTP.", | ||
"media_types": ["video/MP2T"], | ||
"transport": "urn:x-nmos:transport:rtp", | ||
"caps": { | ||
"constraint_sets": [ | ||
{ | ||
"bit_rate": "20000" | ||
} | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "68d0f0a2-96f5-4b95-91d8-13743e5bdaba", | ||
"label": "Example Sender for MPEG TS", | ||
"description": "A Sender transmitting an MPEG TS over RTP.", | ||
"flow_id": "144927fe-f0ce-449d-b261-3f011bd87352", | ||
"transport": "urn:x-nmos:transport:rtp", | ||
"manifest_href": "http://example.com/sdp/sender-1234.sdp" | ||
} |
This file was deleted.
Oops, something went wrong.