Skip to main content

WebRTC SFU Sora Python SDK

Project description

Sora Python SDK

PyPI image License Actions status

Sora Python SDK は WebRTC SFU Sora の Python クライアントアプリケーションを開発するためのライブラリです。Sora C++ SDK をベースにしています。

About Shiguredo's open source software

We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.

Please read https://github.com/shiguredo/oss/blob/master/README.en.md before use.

時雨堂のオープンソースソフトウェアについて

利用前に https://github.com/shiguredo/oss をお読みください。

Sora Python SDK について

様々なプラットフォームに対応しすぐに使い始められる WebRTC SFU Sora 向けの Python SDK です。

音声や映像デバイスの処理を SDK から独立させているため、様々なライブラリを利用する事ができます。

特徴

  • Sora C++ SDK ベース
  • WebRTC 部分の機能は libwebrtc を採用
  • Windows / macOS / Linux (Ubuntu) プラットフォームに対応
  • WebRTC 統計情報 の取得が可能
  • WebRTC Encoded Transform に対応
  • Intel / Apple / NVIDIA のハードウェアデコーダー/エンコーダーに対応
  • OpenH264 を利用した H.264 のソフトウェアエンコーダー/デコーダーに対応
  • 音声デバイス処理に sounddevice などが利用できる
  • 映像デバイス処理に opencv-python などが利用できる
  • 音声認識などの入力に受信した音声を利用できる
  • 物体検出などの入力に受信した映像を利用できる
  • uv add sora_sdkpip install sora_sdk でインストール可能
  • NVIDIA Jetson JetPack SDK に対応

利用イメージ

  • データチャンネルを利用して Python において映像、音声を解析した結果を Sora 経由で配信する
  • Text to Speech の音声を Sora 経由で配信する
  • 映像入力に対して Pillow などで加工した映像を Sora を経由で配信する
  • A チャンネルの参加者からの映像と音声を B チャンネルに対して加工した上で Sora 経由で配信する

ドキュメント

Sora Python SDK

サンプル集

shiguredo/sora-python-sdk-examples

sora_sdk パッケージの追加

uv

uv

uv add sora_sdk

pip

pip install sora_sdk

NVIDIA Jetson 向けパッケージ

PyPI 経由ではインストールできません。 パッケージバイナリを配布しておりますので、そちらをご利用ください。

https://github.com/shiguredo/sora-python-sdk/releases/tag/2024.3.0-jetson-jetpack-6.0.0.0

システム条件

  • WebRTC SFU Sora 2023.2.0 以降
  • Python 3.10 以上

対応プラットフォーム

  • Windows 11 x86_64
  • Windows Server 2022 x86_64
  • macOS Sequoia 15 arm64
  • macOS Ventura 14 arm64
  • macOS Sonoma 13 arm64
  • Ubuntu 24.04 LTS x86_64
  • Ubuntu 24.04 LTS arm64
  • Ubuntu 22.04 LTS x86_64
  • Ubuntu 22.04 LTS arm64 (NVIDIA Jetson JetPack SDK 6)
    • PyPI からではなくパッケージファイルを利用してください

優先実装

優先実装とは Sora のライセンスを契約頂いているお客様向けに Sora Python SDK の実装予定機能を有償にて前倒しで実装することです。

詳細は Discord やメールなどでお気軽にお問い合わせください

優先実装が可能な機能一覧

  • Windows 11 arm64
  • Ubuntu 24.04 arm64
  • Ubuntu 22.04 arm64
  • Ubuntu 20.04 arm64 (NVIDIA Jetson JetPack SDK 5)
  • AMD Video Core Next (VCN) 対応
    • VP9 / AV1 / H.264 / H.265
  • Python 3.9 以前への対応

サポートについて

Discord

  • サポートしません
  • アドバイスします
  • フィードバック歓迎します

最新の状況などは Discord で共有しています。質問や相談も Discord でのみ受け付けています。

https://discord.gg/shiguredo

バグ報告

Discord へお願いします。

ライセンス

Apache License 2.0

Copyright 2023-2024, tnoho (Original Author)
Copyright 2023-2024, Wandbox LLC (Original Author)
Copyright 2023-2024, Shiguredo Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

OpenH264

https://www.openh264.org/BINARY_LICENSE.txt

"OpenH264 Video Codec provided by Cisco Systems, Inc."

H.264 (AVC) と H.265 (HEVC) のライセンスについて

時雨堂が提供する libwebrtc のビルド済みバイナリには H.264 と H.265 のコーデックは含まれていません

H.264

H.264 対応は Via LA Licensing (旧 MPEG-LA) に連絡を取り、ロイヤリティの対象にならないことを確認しています。

時雨堂がエンドユーザーの PC /デバイスに既に存在する AVC / H.264 エンコーダー/デコーダーに依存する製品を提供する場合は、 ソフトウェア製品は AVC ライセンスの対象外となり、ロイヤリティの対象にもなりません。

H.265

H.265 対応は以下の二つの団体に連絡を取り、H.265 ハードウェアアクセラレーターのみを利用し、 H.265 が利用可能なバイナリを配布する事は、ライセンスが不要であることを確認しています。

また、H.265 のハードウェアアクセラレーターのみを利用した H.265 対応の SDK を OSS で公開し、 ビルド済みバイナリを配布する事は、ライセンスが不要であることも確認しています。

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sora_sdk-2024.4.0.dev25.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

sora_sdk-2024.4.0.dev25-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13 Windows x86-64

sora_sdk-2024.4.0.dev25-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

sora_sdk-2024.4.0.dev25-cp313-cp313-macosx_14_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13 macOS 14.0+ ARM64

sora_sdk-2024.4.0.dev25-cp313-cp313-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13 macOS 13.0+ ARM64

sora_sdk-2024.4.0.dev25-cp312-cp312-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.12 Windows x86-64

sora_sdk-2024.4.0.dev25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

sora_sdk-2024.4.0.dev25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

sora_sdk-2024.4.0.dev25-cp312-cp312-macosx_14_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

sora_sdk-2024.4.0.dev25-cp312-cp312-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.12 macOS 13.0+ ARM64

sora_sdk-2024.4.0.dev25-cp311-cp311-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.11 Windows x86-64

sora_sdk-2024.4.0.dev25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

sora_sdk-2024.4.0.dev25-cp311-cp311-macosx_14_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

sora_sdk-2024.4.0.dev25-cp311-cp311-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.11 macOS 13.0+ ARM64

sora_sdk-2024.4.0.dev25-cp310-cp310-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.10 Windows x86-64

sora_sdk-2024.4.0.dev25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

sora_sdk-2024.4.0.dev25-cp310-cp310-macosx_14_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

sora_sdk-2024.4.0.dev25-cp310-cp310-macosx_13_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.10 macOS 13.0+ ARM64

File details

Details for the file sora_sdk-2024.4.0.dev25.tar.gz.

File metadata

  • Download URL: sora_sdk-2024.4.0.dev25.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for sora_sdk-2024.4.0.dev25.tar.gz
Algorithm Hash digest
SHA256 e526d9f182e68730b92cdd3f979f24899cd21d65cb69b05a2c7dc7b57c5c8619
MD5 b686bcab70b858d0fbdc59a5be24db97
BLAKE2b-256 ae569919f5e65d94486552270529e1a20bded4b7f527417f76a06627277caf47

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 443681c80fafb2403d26d6da90f0242de89b9c98cfa726d0d6b178c712cf3faf
MD5 41331f2acbd5a1bc171e95e679ec3133
BLAKE2b-256 e3f5fef2849547bc9b8a81758768b28f4c843559605598f87b1a2cdb8a20ebf7

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc9a78f4caf1cf30299925c19197034cf4b728ec40d4f6830f87ec9c3dc20def
MD5 5f680ef9453efba68531d9d004e845da
BLAKE2b-256 ecd5a1ff9dd62d3923914aa230f4c63f56329f4929f93c9cdaa012245e885c24

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c5632f1ab37eae7afcc437d146bd80a320a54ea53e381ed5e621fd2653b1cd38
MD5 4c10a83a593f750f6df0740b25a55053
BLAKE2b-256 9e8f72fcd4f25d29d61f5c028f38e2e6721ed3e46f82ac53187076ee3415ac89

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 675020cb2452924a69a06f7afdeabd2f9ddf30eb3a7f97f6b8ba6166e7d4187c
MD5 c1167bf1073e9931a6a6aa442d3f97f1
BLAKE2b-256 808791cb01e12835232ecca648bf4f3e33b2b4b58be4892ff8590f3de1869995

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c6325461634b55b242997eae9508b04f272a4272936f060d3cf4717a0c248617
MD5 113fac66c5f15f4e33c3b30c55c0001b
BLAKE2b-256 408aa9d99c80685ffe3bac5f9039bb91031d0db4c1b02ab40553be6911aaccf8

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bd3550ff913bdee57d8462f4c63ee9bb08122ce501289e2f06e6a68f47347e8
MD5 1b47173f70fae0df021406f64ea47dfe
BLAKE2b-256 5ce1e144ab5f2f622d8f1afa49652d8f84d1b2580ba23af5594b0e5c48e2e049

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 688d9a1e6085f8bccf698b511144b8f3de0b8db2aa6ddb5376f8ade952d76c91
MD5 7e26ec932da76487b46474436f72bcb9
BLAKE2b-256 b7c576e4fc25b19795ebeee274a1d4f9d39b5601f1fc27eb541cd0e05987392e

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 916975f7be91f3358058ce9b0e15992bba8c81fb13c963b1b983ec2549734750
MD5 be751d05c402bdb6f326567ab26affea
BLAKE2b-256 7918d7b9fede3aaf208968e066d627490ef9e06eebb96ab7118d4410c763046b

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4976b3a75aa096832bf4d3c8a7ad7ec141ff28dfd2178fd82979f9b6d32c3320
MD5 c17cc66060f4b3f5d644ba7ec61acf07
BLAKE2b-256 fccc85e7078f51abfae601b6faa59a02ea440d8447a3ba40afaad6995c947d42

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9c669698dc933971bd2544c9574ee3150954d797ee80aeddf0e9efa33f3f43a6
MD5 e5a0930e3a780927a51f734b168d3ea9
BLAKE2b-256 d60f94cdfb21e9ed6faa27906017d63845eb182ef9aa6c8a22b373208475fc7a

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a5c348f5d099d1b64939a7c0cd4b45185e9b006c3ba33667ba57b44fa780f00
MD5 d97e40aaf34337b24ac809cb64898407
BLAKE2b-256 920105c9c25ee8415fd4ad992f33296ba53d1fa19b73ab60522b2157eb9383d4

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 77f3cca60eb1f1c598b95d7ac41e2d16166a7e4b544f815e16b056ca4dca6c7c
MD5 6168437ba532cc02977bfc99451148fd
BLAKE2b-256 13f2f86fa1862e33551aa87bd802668df6f08b49b3ddd0b2ab21a8ffc7a951a5

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be1bc6db0ebc20bea93677fb5cafedece995196c6114cc83040cdfde6b1e3cb4
MD5 0c4fbd6edc1f8d022cedbd381c95f9ab
BLAKE2b-256 b87710ad68c0243811716df91d27b270fece7c49e18a7d5bc3d94e3b7d1e9f83

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 768e4f49499a13dc08dae6ee7136a23575c55e2317782cf34795017c176ac4fb
MD5 e8be812ab98be58d54fecb357dadc617
BLAKE2b-256 febe386214f95d88cd95169b24a96c2f5704703e185b81a8b0c83bf5dc2168f7

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72f00a0d65e183e13e0642d9de2f688aa3927ac2d55ea01fb8d46db10acceb84
MD5 6ab79cfe9aa30953a6cbb31088c603fb
BLAKE2b-256 2fd8b05ad6ee2c34171c5747d2001c4a5d82416a5ec4a9e8fc999af80de82cf8

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0591d595fc758c27da01b9ddc8fcf9888cfae18fdbd2beba4d52d907213b84b0
MD5 8b2df8170998ae879e607158cfffce97
BLAKE2b-256 1992c2f68b18ef0f575b681994e6e3884739269639c848d25a583745723e10b0

See more details on using hashes here.

File details

Details for the file sora_sdk-2024.4.0.dev25-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev25-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 69780e8d406264880d8bcdc7a69a419a82a0ea0487902c754438266c3e8a137e
MD5 2ec690c9e42184d9114f8c7980d95b27
BLAKE2b-256 02f99063d68ed5e2f956c75a9e2f7359e32b82436eafd050f40138119beeb214

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page