aboutsummaryrefslogtreecommitdiff
path: root/cast/protocol/castv2/streaming_examples/answer.json
diff options
context:
space:
mode:
Diffstat (limited to 'cast/protocol/castv2/streaming_examples/answer.json')
-rw-r--r--cast/protocol/castv2/streaming_examples/answer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/cast/protocol/castv2/streaming_examples/answer.json b/cast/protocol/castv2/streaming_examples/answer.json
index 73c45ea2..0e115fc1 100644
--- a/cast/protocol/castv2/streaming_examples/answer.json
+++ b/cast/protocol/castv2/streaming_examples/answer.json
@@ -16,7 +16,7 @@
},
"video": {
"maxPixelsPerSecond": 62208000,
- "minDimensions": {"width": 320, "height": 240, "frameRate": "23/3"},
+ "minResolution": {"width": 320, "height": 240},
"maxDimensions": {"width": 1920, "height": 1080, "frameRate": "60"},
"minBitRate": 300000,
"maxBitRate": 10000000,
@@ -30,7 +30,6 @@
},
"receiverRtcpEventLog": [0, 1],
"receiverRtcpDscp": [234, 567],
- "receiverGetStatus": true,
"rtpExtensions": ["adaptive_playout_delay"]
}
} \ No newline at end of file