Skip to content

Commit 744fa72

Browse files
irataxygrayside
authored andcommitted
docs: align channel config with best practices (#40)
1 parent c5b879e commit 744fa72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

media/livestream/createChannel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ function main(projectId, location, channelId, inputId, outputUri) {
5656
key: 'es_video',
5757
videoStream: {
5858
h264: {
59-
profile: 'main',
59+
profile: 'high',
6060
heightPixels: 720,
6161
widthPixels: 1280,
62-
bitrateBps: 1000000,
62+
bitrateBps: 3000000,
6363
frameRate: 30,
6464
},
6565
},

media/livestream/createChannelWithBackupInput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ function main(
7575
key: 'es_video',
7676
videoStream: {
7777
h264: {
78-
profile: 'main',
78+
profile: 'high',
7979
heightPixels: 720,
8080
widthPixels: 1280,
81-
bitrateBps: 1000000,
81+
bitrateBps: 3000000,
8282
frameRate: 30,
8383
},
8484
},

0 commit comments

Comments
 (0)