Skip to content

Commit

Permalink
[e2e] simulcast + macos + h264/h265 のテストを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 8, 2024
1 parent 720c672 commit 10faa3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def test_macos_video_hwa_sendonly(setup, video_codec_type):
@pytest.mark.parametrize(
("video_codec_type", "expected_implementation"),
[
("H264", "SimulcastEncoderAdapter (libvpx, libvpx, libvpx)"),
("H265", "SimulcastEncoderAdapter (libaom, libaom, libaom)"),
("H264", "SimulcastEncoderAdapter (VideoToolbox, VideoToolbox, VideoToolbox)"),
("H265", "SimulcastEncoderAdapter (VideoToolbox, VideoToolbox, VideoToolbox)"),
],
)
def test_macos_simulcast(setup, video_codec_type, expected_implementation):
Expand All @@ -85,6 +85,7 @@ def test_macos_simulcast(setup, video_codec_type, expected_implementation):
metadata=metadata,
video_width=1280,
video_height=720,
use_hwa=True,
)
sendonly.connect(fake_video=True)

Expand Down

0 comments on commit 10faa3b

Please sign in to comment.