Skip to content

Commit

Permalink
Fixed default webcam target bitrate to 300 kbps
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin authored Aug 20, 2018
1 parent 9f9e248 commit 13df432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/bbb-webrtc-sfu/config/default.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from-akka: "from-akka-apps-redis-channel"
common-message-version: "2.x"
webcam-force-h264: true
# Target bitrate (kbps) for webcams. Value 0 leaves it unconstrained.
webcam-target-bitrate: 300000
webcam-target-bitrate: 300
screenshare-force-h264: true
screenshare-preferred-h264-profile: "42e01f"
screenshareKeyframeInterval: 2
Expand Down

0 comments on commit 13df432

Please sign in to comment.