aboutsummaryrefslogtreecommitdiff
path: root/cast/protocol/castv2/streaming_examples/offer.json
blob: 339b6d15a2b415ad04510b588b712d98675aa8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "offer": {
    "castMode": "mirroring",
    "receiverGetStatus": true,
    "supportedStreams": [
      {
        "aesIvMask": "64A6AAC2821880145271BB15B0188821",
        "aesKey": "65386FD9BCC30BC7FB6A4DD1D3B0FA5E",
        "bitRate": 102000,
        "channels": 2,
        "codecName": "opus",
        "index": 0,
        "receiverRtcpEventLog": true,
        "rtpExtensions": ["adaptive_playout_delay"],
        "rtpPayloadType": 127,
        "rtpProfile": "cast",
        "sampleRate": 48000,
        "ssrc": 264890,
        "targetDelay": 400,
        "timeBase": "1/48000",
        "type": "audio_source"
      },
      {
        "aesIvMask": "64A6AAC2821880145271BB15B0188821",
        "aesKey": "65386FD9BCC30BC7FB6A4DD1D3B0FA5E",
        "codecName": "vp8",
        "index": 1,
        "maxBitRate": 5000000,
        "maxFrameRate": "30000/1000",
        "receiverRtcpEventLog": true,
        "renderMode": "video",
        "resolutions": [{"height": 1080, "width": 1920}],
        "rtpExtensions": ["adaptive_playout_delay"],
        "rtpPayloadType": 96,
        "rtpProfile": "cast",
        "ssrc": 748229,
        "targetDelay": 400,
        "timeBase": "1/90000",
        "type": "video_source"
      }
    ]
  },
  "seqNum": 0,
  "type": "OFFER"
}