File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ def create_channel(
64
64
key = "es_video" ,
65
65
video_stream = live_stream_v1 .types .VideoStream (
66
66
h264 = live_stream_v1 .types .VideoStream .H264CodecSettings (
67
- profile = "main " ,
67
+ profile = "high " ,
68
68
width_pixels = 1280 ,
69
69
height_pixels = 720 ,
70
- bitrate_bps = 1000000 ,
70
+ bitrate_bps = 3000000 ,
71
71
frame_rate = 30 ,
72
72
),
73
73
),
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ def create_channel_with_backup_input(
85
85
key = "es_video" ,
86
86
video_stream = live_stream_v1 .types .VideoStream (
87
87
h264 = live_stream_v1 .types .VideoStream .H264CodecSettings (
88
- profile = "main " ,
88
+ profile = "high " ,
89
89
width_pixels = 1280 ,
90
90
height_pixels = 720 ,
91
- bitrate_bps = 1000000 ,
91
+ bitrate_bps = 3000000 ,
92
92
frame_rate = 30 ,
93
93
),
94
94
),
You can’t perform that action at this time.
0 commit comments