sora-sdk 2025.1.0.dev17__cp311-cp311-win_amd64.whl → 2025.2.0.dev0__cp311-cp311-win_amd64.whl
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-2025.1.0.dev17.data → sora_sdk-2025.2.0.dev0.data}/purelib/sora_sdk/sora_sdk_ext.cp311-win_amd64.pyd +0 -0
- {sora_sdk-2025.1.0.dev17.dist-info → sora_sdk-2025.2.0.dev0.dist-info}/METADATA +18 -7
- sora_sdk-2025.2.0.dev0.dist-info/RECORD +10 -0
- {sora_sdk-2025.1.0.dev17.dist-info → sora_sdk-2025.2.0.dev0.dist-info}/WHEEL +1 -1
- sora_sdk-2025.1.0.dev17.dist-info/RECORD +0 -10
- {sora_sdk-2025.1.0.dev17.data → sora_sdk-2025.2.0.dev0.data}/purelib/sora_sdk/__init__.py +0 -0
- {sora_sdk-2025.1.0.dev17.data → sora_sdk-2025.2.0.dev0.data}/purelib/sora_sdk/py.typed +0 -0
- {sora_sdk-2025.1.0.dev17.data → sora_sdk-2025.2.0.dev0.data}/purelib/sora_sdk/sora_sdk_ext.pyi +0 -0
- {sora_sdk-2025.1.0.dev17.dist-info → sora_sdk-2025.2.0.dev0.dist-info}/LICENSE +0 -0
- {sora_sdk-2025.1.0.dev17.dist-info → sora_sdk-2025.2.0.dev0.dist-info}/NOTICE.md +0 -0
- {sora_sdk-2025.1.0.dev17.dist-info → sora_sdk-2025.2.0.dev0.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sora_sdk
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.2.0.dev0
|
|
4
4
|
Summary: WebRTC SFU Sora Python SDK
|
|
5
5
|
Home-page: https://github.com/shiguredo/sora-python-sdk
|
|
6
6
|
Author-email: "Shiguredo Inc." <contact+pypi@shiguredo.jp>
|
|
@@ -190,7 +190,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
190
190
|
Classifier: Programming Language :: Python :: 3.11
|
|
191
191
|
Classifier: Programming Language :: Python :: 3.12
|
|
192
192
|
Classifier: Programming Language :: Python :: 3.13
|
|
193
|
-
Requires-Python: >=3.
|
|
193
|
+
Requires-Python: >=3.11
|
|
194
194
|
Description-Content-Type: text/markdown
|
|
195
195
|
License-File: LICENSE
|
|
196
196
|
License-File: NOTICE.md
|
|
@@ -231,12 +231,17 @@ Please read <https://github.com/shiguredo/oss/blob/master/README.en.md> before u
|
|
|
231
231
|
- 回線が不安定になった際、解像度とフレームレートどちらを維持するかの設定をする [DegradationPreference](https://w3c.github.io/mst-content-hint/#degradation-preference-when-encoding) に対応
|
|
232
232
|
- MAINTAIN_FRAMERATE / MAINTAIN_RESOLUTION / BALANCED が指定できる
|
|
233
233
|
- Intel / Apple / NVIDIA のハードウェアデコーダー/エンコーダーに対応
|
|
234
|
-
- Intel VPL (AV1 / H.264 / H.265)
|
|
235
|
-
- Ubuntu x86_64 / Windows x86_64 で利用できる
|
|
236
234
|
- Apple Video Toolbox (H.264 / H.265)
|
|
237
235
|
- macOS arm64 で利用できる
|
|
238
|
-
-
|
|
236
|
+
- Intel VPL (AV1 / H.264 / H.265)
|
|
237
|
+
- Ubuntu x86_64 / Windows x86_64 で利用できる
|
|
238
|
+
- AMD AMF (VP9 /AV1 / H.264 / H.265)
|
|
239
|
+
- Ubuntu x86_64 / Windows x86_64 で利用できる
|
|
240
|
+
- AV1 エンコードは Windows x86_64 でのみ利用できる
|
|
241
|
+
- VP9 はデコードのみ利用できる
|
|
242
|
+
- NVIDIA Video Codec SDK (VP8 / VP9 / AV1 / H.264 / H.265)
|
|
239
243
|
- Ubuntu x86_64 / Windows x86_64 で利用できる
|
|
244
|
+
- VP8 と VP9 はデコードのみ利用できる
|
|
240
245
|
- NVIDIA Jetson JetPack SDK (AV1 / H.264 / H.265)
|
|
241
246
|
- [各プラットフォームで利用可能な HWA への対応](https://github.com/shiguredo/sora-cpp-sdk?tab=readme-ov-file#%E7%89%B9%E5%BE%B4)
|
|
242
247
|
- [OpenH264](https://github.com/cisco/openh264) を利用した H.264 のソフトウェアエンコーダー/デコーダーに対応
|
|
@@ -332,8 +337,6 @@ PyPI 経由ではインストールできません。
|
|
|
332
337
|
- Ubuntu 22.04 arm64
|
|
333
338
|
- Ubuntu 22.04 arm64 (NVIDIA Jetson JetPack SDK 6.1)
|
|
334
339
|
- Ubuntu 20.04 arm64 (NVIDIA Jetson JetPack SDK 5)
|
|
335
|
-
- AMD Video Core Next (VCN) 対応
|
|
336
|
-
- VP9 / AV1 / H.264 / H.265
|
|
337
340
|
|
|
338
341
|
## サポートについて
|
|
339
342
|
|
|
@@ -381,6 +384,14 @@ limitations under the License.
|
|
|
381
384
|
"OpenH264 Video Codec provided by Cisco Systems, Inc."
|
|
382
385
|
```
|
|
383
386
|
|
|
387
|
+
## NVDIA Video Codec SDK
|
|
388
|
+
|
|
389
|
+
<https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/index.html>
|
|
390
|
+
|
|
391
|
+
```text
|
|
392
|
+
“This software contains source code provided by NVIDIA Corporation.”
|
|
393
|
+
```
|
|
394
|
+
|
|
384
395
|
## H.264 (AVC) と H.265 (HEVC) のライセンスについて
|
|
385
396
|
|
|
386
397
|
**時雨堂が提供する libwebrtc のビルド済みバイナリには H.264 と H.265 のコーデックは含まれていません**
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
sora_sdk-2025.2.0.dev0.data/purelib/sora_sdk/__init__.py,sha256=-LXQltF569Y2jENojvTCjOIl0b495flbWt5T9_-ITgU,1218
|
|
2
|
+
sora_sdk-2025.2.0.dev0.data/purelib/sora_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
sora_sdk-2025.2.0.dev0.data/purelib/sora_sdk/sora_sdk_ext.cp311-win_amd64.pyd,sha256=mozstNAJufHQY9022R8-D5QOFY8n04F21Nd8byLovWo,19148800
|
|
4
|
+
sora_sdk-2025.2.0.dev0.data/purelib/sora_sdk/sora_sdk_ext.pyi,sha256=tjh-XIdJx0A0OlE-PlYglKua0lIezpUJyX91pPTTXUY,15384
|
|
5
|
+
sora_sdk-2025.2.0.dev0.dist-info/LICENSE,sha256=6z17VIVGasvYHytJb1latjfSeS4mggayfZnnk722dUk,10351
|
|
6
|
+
sora_sdk-2025.2.0.dev0.dist-info/METADATA,sha256=WJEvYt_jJu4jypDqIF2sumz3PVq_yjNOqxSdr-s3rlM,21655
|
|
7
|
+
sora_sdk-2025.2.0.dev0.dist-info/NOTICE.md,sha256=6P4dPMO7JsPaZz7ai2y3F4bRLZlNibv5rIrf8juaHvE,32204
|
|
8
|
+
sora_sdk-2025.2.0.dev0.dist-info/WHEEL,sha256=sth_4wOlmB4B7KwCBgmeM0_a5vgcRqkZDHCDdXAQZRc,101
|
|
9
|
+
sora_sdk-2025.2.0.dev0.dist-info/top_level.txt,sha256=edTg20cFFAjWfRrB0APD_SXho5Qq24PwLESbyPoCVko,9
|
|
10
|
+
sora_sdk-2025.2.0.dev0.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
sora_sdk-2025.1.0.dev17.data/purelib/sora_sdk/__init__.py,sha256=-LXQltF569Y2jENojvTCjOIl0b495flbWt5T9_-ITgU,1218
|
|
2
|
-
sora_sdk-2025.1.0.dev17.data/purelib/sora_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
sora_sdk-2025.1.0.dev17.data/purelib/sora_sdk/sora_sdk_ext.cp311-win_amd64.pyd,sha256=hCDqCyImsZkahw4zD0D9hEI62hRAaqBfaXX05FeV-28,19143168
|
|
4
|
-
sora_sdk-2025.1.0.dev17.data/purelib/sora_sdk/sora_sdk_ext.pyi,sha256=tjh-XIdJx0A0OlE-PlYglKua0lIezpUJyX91pPTTXUY,15384
|
|
5
|
-
sora_sdk-2025.1.0.dev17.dist-info/LICENSE,sha256=6z17VIVGasvYHytJb1latjfSeS4mggayfZnnk722dUk,10351
|
|
6
|
-
sora_sdk-2025.1.0.dev17.dist-info/METADATA,sha256=rbIJzm_SPSh6GwW8vPCCNVCeZlwNat-PrG1f5SJNrl4,21242
|
|
7
|
-
sora_sdk-2025.1.0.dev17.dist-info/NOTICE.md,sha256=6P4dPMO7JsPaZz7ai2y3F4bRLZlNibv5rIrf8juaHvE,32204
|
|
8
|
-
sora_sdk-2025.1.0.dev17.dist-info/WHEEL,sha256=KJXh1V8Kwbv4sLWZhe-NnXz7pUnJH10x-MhKeMsQYvA,101
|
|
9
|
-
sora_sdk-2025.1.0.dev17.dist-info/top_level.txt,sha256=edTg20cFFAjWfRrB0APD_SXho5Qq24PwLESbyPoCVko,9
|
|
10
|
-
sora_sdk-2025.1.0.dev17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{sora_sdk-2025.1.0.dev17.data → sora_sdk-2025.2.0.dev0.data}/purelib/sora_sdk/sora_sdk_ext.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|