Skip to content

Commit cce35e7

Browse files
committed
sendrecv モードでの OpenH264 テストに h264_decoder を追加する
1 parent 286beaa commit cce35e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e-test/test_sumomo_openh264.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def test_sumomo_sendrecv_with_openh264_encoder(sora_settings, port_allocator):
8383
audio_codec_type="OPUS",
8484
video_codec_type="H264",
8585
h264_encoder="cisco_openh264",
86+
h264_decoder="cisco_openh264",
8687
openh264=openh264_path,
8788
) as s1:
8889
with Sumomo(
@@ -95,6 +96,7 @@ def test_sumomo_sendrecv_with_openh264_encoder(sora_settings, port_allocator):
9596
video=True,
9697
audio_codec_type="OPUS",
9798
video_codec_type="H264",
99+
h264_encoder="cisco_openh264",
98100
h264_decoder="cisco_openh264",
99101
openh264=openh264_path,
100102
) as s2:

0 commit comments

Comments
 (0)