We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbf886 commit 3506ceaCopy full SHA for 3506cea
tests/test_tc.py
@@ -23,9 +23,9 @@
23
pyroute2 = pytest.importorskip("pyroute2")
24
25
# テスト用の設定値
26
-INITIAL_BITRATE_KBPS = 1500 # 初期ビットレート (kbps)
+INITIAL_BITRATE_KBPS = 1200 # 初期ビットレート (kbps)
27
BANDWIDTH_LIMIT_KBPS = 250 # 帯域制限値 (kbps)
28
-MIN_BITRATE_BEFORE_LIMIT_KBPS = 750 # 制限前の最小ビットレート (kbps)
+MIN_BITRATE_BEFORE_LIMIT_KBPS = 500 # 制限前の最小ビットレート (kbps)
29
30
31
def get_default_interface() -> str:
@@ -309,6 +309,7 @@ def test_tc_egress_bandwidth_limit(settings):
309
simulcast=True,
310
audio=False,
311
video=True,
312
+ video_codec_type="VP8",
313
video_bit_rate=INITIAL_BITRATE_KBPS,
314
video_width=960,
315
video_height=540,
0 commit comments