Skip to content

Commit

Permalink
Update video_capture.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Feb 7, 2020
1 parent 15fdb71 commit c904b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/lib/video_capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ module.exports = {
.inputFormat('webm')

// assume 18 fps. This number comes from manual measurement of avg fps coming from firefox.
// TODO: replace this with the 'vfr' option below when dropped frames issue is fixed.
.inputFPS(18)

// 'vsync vfr' (variable framerate) works perfectly but fails on top page navigation
Expand Down

0 comments on commit c904b9a

Please sign in to comment.