Update export.js

This commit is contained in:
Aleksandr Statciuk 2022-06-09 03:00:33 +03:00
parent 3157b2ccad
commit 445bdaaa8d
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ async function main() {
status: stream.status,
width: stream.width,
height: stream.height,
bitrate: stream.bitrate
bitrate: stream.bitrate,
frame_rate: stream.frame_rate
}
})