sora-sdk 2024.4.0.dev45__tar.gz → 2025.1.0.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sora-sdk might be problematic. Click here for more details.
- {sora_sdk-2024.4.0.dev45/src/sora_sdk.egg-info → sora_sdk-2025.1.0.dev1}/PKG-INFO +1 -1
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/pyproject.toml +1 -1
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk/sora_sdk_ext.cpython-310-darwin.so +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1/src/sora_sdk.egg-info}/PKG-INFO +1 -1
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_macos.py +4 -3
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_openh264.py +3 -2
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_simulcast.py +5 -5
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/LICENSE +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/MANIFEST.in +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/NOTICE.md +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/README.md +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/buildbase.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/pypath.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/run.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/setup.cfg +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/setup.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk/__init__.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk/py.typed +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk/sora_sdk_ext.pyi +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk.egg-info/SOURCES.txt +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk.egg-info/dependency_links.txt +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk.egg-info/top_level.txt +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_ca_cert.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_encoded_transform.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_messaging.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_messaging_header.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_re_offer_re_answer_sdp.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_sendonly_recvonly.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_signaling.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_signaling_message.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_signaling_notify.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_sora_disconnect.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_type_disconnect.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_type_switched.py +0 -0
- {sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/tests/test_vad.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sora_sdk"
|
|
3
3
|
authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }]
|
|
4
|
-
version = "
|
|
4
|
+
version = "2025.1.0.dev1"
|
|
5
5
|
description = "WebRTC SFU Sora Python SDK"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
license = { file = "LICENSE" }
|
{sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk/sora_sdk_ext.cpython-310-darwin.so
RENAMED
|
Binary file
|
|
@@ -62,8 +62,8 @@ def test_macos_video_hwa_sendonly(setup, video_codec_type):
|
|
|
62
62
|
@pytest.mark.parametrize(
|
|
63
63
|
("video_codec_type", "expected_implementation"),
|
|
64
64
|
[
|
|
65
|
-
("H264", "
|
|
66
|
-
("H265", "
|
|
65
|
+
("H264", "VideoToolbox"),
|
|
66
|
+
("H265", "VideoToolbox"),
|
|
67
67
|
],
|
|
68
68
|
)
|
|
69
69
|
def test_macos_simulcast(setup, video_codec_type, expected_implementation):
|
|
@@ -115,7 +115,8 @@ def test_macos_simulcast(setup, video_codec_type, expected_implementation):
|
|
|
115
115
|
|
|
116
116
|
for i, rtp_stat in enumerate(sorted_stats):
|
|
117
117
|
assert rtp_stat["rid"] == f"r{i}"
|
|
118
|
-
assert rtp_stat["encoderImplementation"]
|
|
118
|
+
assert "SimulcastEncoderAdapter" in rtp_stat["encoderImplementation"]
|
|
119
|
+
assert expected_implementation in rtp_stat["encoderImplementation"]
|
|
119
120
|
assert rtp_stat["bytesSent"] > 0
|
|
120
121
|
assert rtp_stat["packetsSent"] > 0
|
|
121
122
|
|
|
@@ -72,7 +72,7 @@ def test_openh264_sendonly_recvonly(setup):
|
|
|
72
72
|
@pytest.mark.parametrize(
|
|
73
73
|
"video_codec_type,expected_implementation",
|
|
74
74
|
[
|
|
75
|
-
("H264", "
|
|
75
|
+
("H264", "OpenH264"),
|
|
76
76
|
],
|
|
77
77
|
)
|
|
78
78
|
def test_openh264_simulcast(setup, video_codec_type, expected_implementation):
|
|
@@ -122,6 +122,7 @@ def test_openh264_simulcast(setup, video_codec_type, expected_implementation):
|
|
|
122
122
|
|
|
123
123
|
for i, rtp_stat in enumerate(sorted_stats):
|
|
124
124
|
assert rtp_stat["rid"] == f"r{i}"
|
|
125
|
-
assert rtp_stat["encoderImplementation"]
|
|
125
|
+
assert "SimulcastEncoderAdapter" in rtp_stat["encoderImplementation"]
|
|
126
|
+
assert expected_implementation in rtp_stat["encoderImplementation"]
|
|
126
127
|
assert rtp_stat["bytesSent"] > 0
|
|
127
128
|
assert rtp_stat["packetsSent"] > 0
|
|
@@ -9,9 +9,9 @@ from client import SoraClient, SoraRole
|
|
|
9
9
|
@pytest.mark.parametrize(
|
|
10
10
|
("video_codec_type", "expected_implementation"),
|
|
11
11
|
[
|
|
12
|
-
("VP8", "
|
|
13
|
-
("VP9", "
|
|
14
|
-
("AV1", "
|
|
12
|
+
("VP8", "libvpx"),
|
|
13
|
+
("VP9", "libvpx"),
|
|
14
|
+
("AV1", "libaom"),
|
|
15
15
|
],
|
|
16
16
|
)
|
|
17
17
|
def test_simulcast(setup, video_codec_type, expected_implementation):
|
|
@@ -62,7 +62,7 @@ def test_simulcast(setup, video_codec_type, expected_implementation):
|
|
|
62
62
|
|
|
63
63
|
for i, rtp_stat in enumerate(sorted_stats):
|
|
64
64
|
assert rtp_stat["rid"] == f"r{i}"
|
|
65
|
-
assert rtp_stat["encoderImplementation"]
|
|
65
|
+
assert "SimulcastEncoderAdapter" in rtp_stat["encoderImplementation"]
|
|
66
|
+
assert expected_implementation in rtp_stat["encoderImplementation"]
|
|
66
67
|
assert rtp_stat["bytesSent"] > 0
|
|
67
68
|
assert rtp_stat["packetsSent"] > 0
|
|
68
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sora_sdk-2024.4.0.dev45 → sora_sdk-2025.1.0.dev1}/src/sora_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|