summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/rtc_tools/rtp_generator/configs/vp8.json
blob: 65402fb846216b85063c4042a5747739ae530465 (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" : "VP8"
      }
    }
  ]
}