Skip to content

Commit

Permalink
fix: bitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt committed Sep 25, 2024
1 parent 4fedac0 commit de31ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export class DjiDevice {
this.rtmpUrl,
this.resolution,
this.fps,
this.bitrate,
this.bitrate / 1000,
this.model === DjiDeviceModel.osmoAction5Pro,
);
this.writeMessage(
Expand Down

0 comments on commit de31ff3

Please sign in to comment.