aboutsummaryrefslogtreecommitdiff
path: root/cast/protocol/castv2/streaming_examples/offer.json
diff options
context:
space:
mode:
Diffstat (limited to 'cast/protocol/castv2/streaming_examples/offer.json')
-rw-r--r--cast/protocol/castv2/streaming_examples/offer.json60
1 files changed, 57 insertions, 3 deletions
diff --git a/cast/protocol/castv2/streaming_examples/offer.json b/cast/protocol/castv2/streaming_examples/offer.json
index 339b6d15..b6162112 100644
--- a/cast/protocol/castv2/streaming_examples/offer.json
+++ b/cast/protocol/castv2/streaming_examples/offer.json
@@ -1,7 +1,6 @@
{
"offer": {
"castMode": "mirroring",
- "receiverGetStatus": true,
"supportedStreams": [
{
"aesIvMask": "64A6AAC2821880145271BB15B0188821",
@@ -37,9 +36,64 @@
"targetDelay": 400,
"timeBase": "1/90000",
"type": "video_source"
+ },
+ {
+ "aesIvMask": "64A6AAC2821880145271BB15B0188821",
+ "aesKey": "65386FD9BCC30BC7FB6A4DD1D3B0FA5E",
+ "codecName": "h264",
+ "codecParameter": "avc1.4D4028",
+ "index": 2,
+ "maxBitRate": 4000000,
+ "maxFrameRate": "25",
+ "receiverRtcpEventLog": false,
+ "renderMode": "video",
+ "resolutions": [{"height": 720, "width": 1280}],
+ "rtpExtensions": ["adaptive_playout_delay"],
+ "rtpPayloadType": 97,
+ "rtpProfile": "cast",
+ "ssrc": 748229,
+ "targetDelay": 400,
+ "timeBase": "1/90000",
+ "type": "video_source"
+ },
+ {
+ "aesIvMask": "64A6AAC2821880145271BB15B0188821",
+ "aesKey": "65386FD9BCC30BC7FB6A4DD1D3B0FA5E",
+ "codecName": "vp9",
+ "index": 2,
+ "maxBitRate": 5000000,
+ "maxFrameRate": "30000/1000",
+ "receiverRtcpEventLog": true,
+ "renderMode": "video",
+ "resolutions": [{"height": 1080, "width": 1920}],
+ "rtpExtensions": ["adaptive_playout_delay"],
+ "rtpPayloadType": 96,
+ "rtpProfile": "cast",
+ "ssrc": 748230,
+ "targetDelay": 400,
+ "timeBase": "1/90000",
+ "type": "video_source"
+ },
+ {
+ "aesIvMask": "64A6AAC2821880145271BB15B0188821",
+ "aesKey": "65386FD9BCC30BC7FB6A4DD1D3B0FA5E",
+ "codecName": "av1",
+ "index": 3,
+ "maxBitRate": 5000000,
+ "maxFrameRate": "30000/1000",
+ "receiverRtcpEventLog": true,
+ "renderMode": "video",
+ "resolutions": [{"height": 1080, "width": 1920}],
+ "rtpExtensions": ["adaptive_playout_delay"],
+ "rtpPayloadType": 96,
+ "rtpProfile": "cast",
+ "ssrc": 748231,
+ "targetDelay": 400,
+ "timeBase": "1/90000",
+ "type": "video_source"
}
]
},
- "seqNum": 0,
+ "seqNum": 123,
"type": "OFFER"
-} \ No newline at end of file
+}