We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6683ad8 commit 7708b1bCopy full SHA for 7708b1b
video/live-stream/create_channel.py
@@ -64,10 +64,10 @@ def create_channel(
64
key="es_video",
65
video_stream=live_stream_v1.types.VideoStream(
66
h264=live_stream_v1.types.VideoStream.H264CodecSettings(
67
- profile="main",
+ profile="high",
68
width_pixels=1280,
69
height_pixels=720,
70
- bitrate_bps=1000000,
+ bitrate_bps=3000000,
71
frame_rate=30,
72
),
73
video/live-stream/create_channel_with_backup_input.py
@@ -85,10 +85,10 @@ def create_channel_with_backup_input(
85
86
87
88
89
90
91
92
93
94
0 commit comments