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 統計情報の取得が可能
  • 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
uv sync

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 やメールなどでお気軽にお問い合わせください

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

詳細は 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.dev14.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

  • Download URL: sora_sdk-2024.4.0.dev14.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.dev14.tar.gz
Algorithm Hash digest
SHA256 a802096a97791dcc1f82a5d0bfea4403c0bb64cc8b130db6b8f345dec334a642
MD5 b1778b17b30ccce8058346fd358830af
BLAKE2b-256 25fef9756237d55f8f4e891b9231a577cad0f51bf2a32bfbba730160edacbd9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6d477139de3fb5612b552d3980b74a738da92e8509a998b416c4d60ae2eb2ec6
MD5 190ecfe4655ab1b2c71c17460860a13c
BLAKE2b-256 e5bd8ee221e845ced732d5321ac53c9ae563fd9797e770bae5af46fadd7462d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4182cb6d719d60cb76e53c476dece083cbd7f8b6fe26980222b2700a20a5c669
MD5 a955c25a768646c62a9d2504d44351ef
BLAKE2b-256 bc32aefe85bf9d5a32ea31cff4b17cfd2f15361e7378a06c6fe7efca54e62cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed5f88f0cc503ad08ae56d84ff886939a8b2fbeaf64a9716454ce0df154ad6bf
MD5 ba999f1fc77a985c1203d796b4bb1a6c
BLAKE2b-256 0e8dd38149ddcf1a041cc486ff2bea7b402e8c31517622cf4bb24359be2b0851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f195a910c019c3159ac93b77736c9dd8ddf44d91de00896901b709f49c1b5162
MD5 170e1ee5c8a9886c5f2702534823b40b
BLAKE2b-256 36cf844e3c67fbecbc6ff6e01b5815921cc96fc35b00a8f145cba811fabba1be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 913e2e26d41858de8770c795e1c03b1e0b96512bf1cc765dbf34d6e47cf5858e
MD5 f5b43c02941a9fa5363fb3bfd0caf0b1
BLAKE2b-256 33e533525addae65e5a034a9363760ff6781777ce57ed810ee9c287cd9ddfab0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c8841037aa78d20b550e7cae293111bbf32827fa3bccee31878fdcfed0ce638
MD5 e4a7593dfe5088a27cf68b05d983b18c
BLAKE2b-256 17e9046546e57f75a8266e3f620399f9dd8f72371fb1eef322387bafc3181642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 481e9cd6024297ec0aad04ddea806480cd4442eccc3b33da71ca319644e0dcf2
MD5 ce9b34f70d79ef5717f53feada6866fb
BLAKE2b-256 4e6a08b99fa64ec3974565c4de8874754d8343491bd109d1aff108785349d5d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 98009250627bcf6e47868b32b4158ae74344bd4c8467309405a027d9024d1d6d
MD5 2ea5939b8f1723c09bce764db7ba0771
BLAKE2b-256 51846ff8628ebc1f85d90fd922d3c59bd5b44a59454e616284d57545ceae2740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 278bbf8d711fd93ffa15dcf6ebcf02bff2dd9d8f58de74fdfd9a003638f36793
MD5 3118a57625fd256f4e6cfc7750ce8b22
BLAKE2b-256 f6ae0468bdecb24a11d8eb5ff27eb986fa8f182466230751d616f8ad200812be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7b1fdc905a8e5a12801502dc1d8461ea7a775b7048f5b9484be4b6980e475a87
MD5 ace1f942a1f028a8794c142691b89f4c
BLAKE2b-256 b64f5e0eec00d66cbabb8d27a2872662726de1b582699348b2a8cdbc10c30593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 323fa5a37597e9b4f865b16cd5191582790edac454462fbf33bd106c3f475b40
MD5 144397f511bae870703cd1ccb7adcc79
BLAKE2b-256 46f58fe68e63d851cfd3747b64d0c3fbab42d53bdbdfaa416025427107296e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 63b1eee2e9da102bc6e2ca2a7ef95e61f32f7fe70494e09a67079f0d4b2257d2
MD5 c6f7cf7d8b7e6969d784b8e393ee4d6f
BLAKE2b-256 cabfe8967c5a909a6e1ccc48d9116110448bf345b99bf6264d8ac0b3cbbeca12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev14-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5aaa284de6eb25b70fb4c217a93d9a5799980f85c1274e6dff814c99d6da3690
MD5 f35682e298ea68be01d61bc4bde3ca74
BLAKE2b-256 a2b31af21ff4799c2e58556ba5c7b9baa2a99ceec353e8a6ffcaa112c1a5e855

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