Skip to content

Commit

Permalink
Increase speedtest duration and max rate
Browse files Browse the repository at this point in the history
We want this result to be accurate now that we are actually using it to
do traffic smoothing on the FTL video stream.
  • Loading branch information
danstiner committed Mar 28, 2021
1 parent 0e0e3a4 commit 643aa0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/obs-outputs/ftl-stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ static int send_packet(struct ftl_stream *stream, struct encoder_packet *packet,

static void set_peak_bitrate(struct ftl_stream *stream)
{
int speedtest_kbps = 15000;
int speedtest_duration = 1000;
int speedtest_kbps = 40000;
int speedtest_duration = 2000;
speed_test_t results;
ftl_status_t status_code;

Expand Down

0 comments on commit 643aa0c

Please sign in to comment.