android13/external/webrtc/rtc_tools/rtp_generator/configs/vp8.json

14 lines
201 B
JSON

{
"video_streams": [
{
"duration_ms": 10000,
"video_width": 640,
"video_height": 480,
"video_fps": 24,
"rtp" : {
"payload_name" : "VP8"
}
}
]
}