Skip to content

Commit 286beaa

Browse files
committed
OpenH264 E2E テストの sendrecv モードで受信側に h264_decoder を設定する
1 parent ab482af commit 286beaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e-test/test_sumomo_openh264.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ def test_sumomo_sendrecv_with_openh264_encoder(sora_settings, port_allocator):
9393
http_port=next(port_allocator),
9494
audio=True,
9595
video=True,
96+
audio_codec_type="OPUS",
97+
video_codec_type="H264",
98+
h264_decoder="cisco_openh264",
99+
openh264=openh264_path,
96100
) as s2:
97101
time.sleep(3)
98102

0 commit comments

Comments
 (0)