Skip to content

Commit

Permalink
docs: align channel config with best practices (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
irataxy authored Jun 9, 2022
1 parent 14b4a5d commit 95379b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media/livestream/createChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ function main(projectId, location, channelId, inputId, outputUri) {
key: 'es_video',
videoStream: {
h264: {
profile: 'main',
profile: 'high',
heightPixels: 720,
widthPixels: 1280,
bitrateBps: 1000000,
bitrateBps: 3000000,
frameRate: 30,
},
},
Expand Down
4 changes: 2 additions & 2 deletions media/livestream/createChannelWithBackupInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ function main(
key: 'es_video',
videoStream: {
h264: {
profile: 'main',
profile: 'high',
heightPixels: 720,
widthPixels: 1280,
bitrateBps: 1000000,
bitrateBps: 3000000,
frameRate: 30,
},
},
Expand Down

0 comments on commit 95379b7

Please sign in to comment.