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.dev19.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

sora_sdk-2024.4.0.dev19-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.dev19-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.dev19-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.dev19-cp312-cp312-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.12 Windows x86-64

sora_sdk-2024.4.0.dev19-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.dev19-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.dev19-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.dev19-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.dev19-cp311-cp311-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.11 Windows x86-64

sora_sdk-2024.4.0.dev19-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.dev19-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.dev19-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.dev19-cp310-cp310-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.10 Windows x86-64

sora_sdk-2024.4.0.dev19-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.dev19-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.dev19-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.dev19.tar.gz.

File metadata

  • Download URL: sora_sdk-2024.4.0.dev19.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.dev19.tar.gz
Algorithm Hash digest
SHA256 ebb547a0d0b21a8e074bc10c3e76b36a9d44ffa143942f8464f168484bbda3d4
MD5 3b7dfffd2b1b6385f9df1b6d96b9fbf1
BLAKE2b-256 769f1ed121424048764e8dc95f9edb0e1a8a1a249ea13e26c7ca58b52e64c263

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9b6290f7f64e6e046614ef50e4ba39395d8700b2fe3200b41cfe11ccc0f75037
MD5 f9b6a32e3b5578bcba2d30cdad73e056
BLAKE2b-256 179c487d3e1fddd9fb853869a36198d97b4a5276f5a4e543788bd13e4e871116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6aebcdac5d388f3028e35a6867f3f67767a945740db7b37f15c7e0ff23748b21
MD5 3c9a6e3fb3143bd1e763c8c20f073318
BLAKE2b-256 3354c5f8312b4e5904523468fe3e73029532f9bf5f1537f82aafc32edd469a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2bb2cf7292a6895149515e7f290572361697d8b26f4e1beb9284cfef82bd1f5f
MD5 20d7791844bcf4206353064cac37407b
BLAKE2b-256 43bc8eb41a0dcc5c74a490eb5551ee5c8c223058a0d4b622e9ec91f612132bd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1482d8b9d4c7d17645ce3ba3e923bbcd40a072f0f16f40d789d16a3c91203b5b
MD5 4cba4abfe44d6034cf0a835e110e9719
BLAKE2b-256 43926d6d095bbb3c486e0d7938ea51438c3266bae0c26b462c0abdfd37a62785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7d9be52a91a03add3a170835d7e6579e400466ff8e41633ce60ba6010e00a715
MD5 2394949033f062ce12a3141da329db19
BLAKE2b-256 dd00c1c0994240c45ecf340ad7dc48d6cfcb46de477b5017b1929a93857b6499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea6c34649a362b5797938016c7b3826bb57d078ac14738ed80dd6ebe733fa1ce
MD5 2cf502f8f23885822beca7a96cbcca07
BLAKE2b-256 a055a3a243ac49051d428300e3e676584fd6ea34cfbf25c2a97330098995c7dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d442d36597468dedaf573b802df089acea5d004dd57f5c44dbc92ba972883b0
MD5 992945a11cbedd48d7fe451c5a54f8cb
BLAKE2b-256 628fb7e3b0c482db9279c3e4f7a8c90a851d651d0e9cf91efcade50ddcf43125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6cd79ecf0e61d0626a9fa4fa2e4f06dadef148eba4bc4a273627f2ea1886f9ba
MD5 32aacc6dd2e806386ad8f54b01ccea6a
BLAKE2b-256 0a5d65e41f71b90f6caf4fc79af57b2bd237a2a44b50b2b1bc382870460b52b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2752fcf42496c10a05a749dcb09463e406c5cc432f1545c6f002e74240b6f0fd
MD5 691ddd1095a64c17c39495cc6a425363
BLAKE2b-256 52a05fcba29ab57164dc3cda363abb406248861e9afb90d45d900bab90219e61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 66fb4d38fa23adbbfd904dca3bf1ed39bbc0c60a28c9abb6beebfcb7b98987bb
MD5 d51a40ed9082d1b0cb108485d427c30f
BLAKE2b-256 720eab09bba9279a4be36980c80637aeedd1dc9ee00b54c55043f757356bfdde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ca288b1b2f1a7aaaf8224f1edb476bbdefac2dd506a738cbe1b0d4f0767e431
MD5 2837421f0f0f550344856f8d1970966d
BLAKE2b-256 01a7edfcc8daef0cc485debacece77eeb6252d21dee7e42794c2e2630b2a7fa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fd412032e06083d3f4684b93500d0a14a5d5449df9c711f3d595f448b556e17a
MD5 fd60a62b2f9799ef640624b54e2581f8
BLAKE2b-256 80940c4b401015c85d1ea0099381b24facae7a31ccac232386cf214e0a2c7092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 408e8dadf383efdf1f1b4f8244766a628fa664a85e0eb586e91b439d5f4c2949
MD5 ca0778dfea1068bf2034b5a538588e3a
BLAKE2b-256 b526937ef4b4f320c455ffd954beef85d491c4c0e27a807da6cfbf3a40e420ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9c3187cb8ad2e1ffab5c17791515b245d052772c8a71ef58e34d305491dee907
MD5 957d4bdef247f2251b37b392545ae382
BLAKE2b-256 68cfdaad68bcd47c521276262784eafc859fa981e7692f0f3fc85115af322d87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9af008953daa71bece902cd7f5e4164c353020632068e1939e2cbc40887bcc80
MD5 4919cffb1e223c31eec399267da17bc1
BLAKE2b-256 1d7a0254edb858e2c6e32ea92bad90a4d6098923857e1f380f260b6aaf78d633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6128aa42edc7de05373dfc0fabd8f2b4e33312e47924b18618ca4bc3966e69e2
MD5 8bd766e42da920a1eae2a976c93f439e
BLAKE2b-256 4af539b562a2eacf2176a35fa4425ffecdece9f08aa851784fd6d50d36c59a44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev19-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e8470020a929283e83bb300208f547b9515cd82a636d5635780fddc99882c947
MD5 706608ad8fd8cd53b9e38948a360d0e9
BLAKE2b-256 ed65d1b38b7a9be2f7f55ddcd2dc73816008df57e6e894d72d72a015cfcc8d4f

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