summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/rtc_tools/rtp_generator/configs/vp9.json
blob: fd780d8151f4e1b91132fa06ecefdd237463f9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "video_streams": [
    {
      "duration_ms": 10000,
      "video_width": 640,
      "video_height": 480,
      "video_fps": 24,
      "rtp" : {
         "payload_name" : "VP9"
      }
    }
  ]
}