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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

  • Download URL: sora_sdk-2024.4.0.dev36.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.dev36.tar.gz
Algorithm Hash digest
SHA256 660a5dc22b803689206a9eb3758643c588eb5ab513b879951db5dcd4cca88162
MD5 0a5bfb878ec0b69cedb712f6d01a9b93
BLAKE2b-256 273c8572d908ee8916f35740e055b2e6302fa875a2e4ecf8f6868495d194c2b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d58d84b09c15635ffe29291e2f12320f2db9306bfdbc3585ee8933e60aeaf3ac
MD5 72466bbfaa5470fff1cc71560198909a
BLAKE2b-256 195e0dcbfd8cb0e78266fe0ebeabaf0047ff1ac899d1b9a986082d1d7ce85b6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1280888c6fd61d4c2aeed4912254ffa92830c72103f34134c0baae03af32ccfe
MD5 89d42cef079d07d3d9b2a2990f3aad98
BLAKE2b-256 9cfc17ac373ccbcf995d0b95ffcc21041e1b348b53d7d481cc6a1f939369d31a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e059c0ce1eda49c167d4728aeaf90ad6687cd30b05dabfcd5706172c67f6cf7f
MD5 64a6df98778e4a544551150e4848bf44
BLAKE2b-256 28043192390f4817f93a14095b72a31da3d4a93632ff175c5c6b041a281369ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 204e839b5a796497eeb7d3835ce8bdcc19993df57b932efe37510324dc3d30fb
MD5 f6cc5514230feebe362e2efe6221c6a7
BLAKE2b-256 2629cf9b8ab7686933702163f97857af7fdb367bc2c74cd9f3dbf12cdcef6c69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e3efc25ebbb8c40d60108182ee9e8bf740972b2372f28bda150b97c3f74033e8
MD5 a7bfc95fe69fbaab874e754d589ccd93
BLAKE2b-256 aa0a7605ffc9b76bde922176265caa3ab780859dc92fd80940f4b333bfc78f7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34bdc7e116f8385f1328669c7aac45d95ef2f3545ce3384ba39edefe8aea6347
MD5 520061b95063d8efc6a9eebef19b86d0
BLAKE2b-256 b395dd4f015bc2c52d91d2f0d82c245c69a0d93b42a5a902699d9fdda6105164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc373918c4699ebcc0c613486f886c8131cdfbb9270cfa235b357b07ad59b5f2
MD5 abd01d1b7ff34fac6b1d957afd0fa057
BLAKE2b-256 cab7d195b1bb42d69ec477687b9c447741ba237d61ce0f2b2f67ca7164fe1142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ebc8271a173c934c9be0654f802646f4cd8ff6d29d255e3b9791480ef79a3ab4
MD5 44cb82be44c6ab5d5fdf4acf29a244ad
BLAKE2b-256 fbb9ebddc14849902d4c48856f6e3f12b89839252d1771597cda4b13a6409a9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5008fad57ec7b550ab283c3829a3aa2ad0ca5082f20cf4e1ec33c138ba43b660
MD5 11c1fe2ed138a0c92a1983c63a4933e4
BLAKE2b-256 7a9ec2dfad568d91511bd25ce54c541b0c87f94f650fdc4754dfcb6245f284c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c7cbefb91489f4096fc1aa7a107e3eb9cc68873bd3204a062a3430593d5ca1e7
MD5 785c41cd213fc2572e5ca52099caa1bb
BLAKE2b-256 3dfeda9e02760c5df80e13b659744b041f7cdc2121d3bbddbedc8c5a72248aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d3c0ffc9f2137bad44625a24317d439a9603e8158049414b336135759c34744
MD5 94cb278cf705294b40f5808e268fac7d
BLAKE2b-256 3e76e0f52fc2138729d11e132343381429ed9bf2f62cd23cbe4e7ae70c5e6d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a646d0bfd195f359075d7abb0ad91aea41208f8463527c3473268fbd4f9e5274
MD5 81d9ab3bcdcdaf0d9328f6a2703d6a65
BLAKE2b-256 1d0c148aeae1608e9cf8649c3a152b92984064deb38901dd94a33e950d96b77f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 81e6c7e48c5aba0e72adcea439254b28c941f50a6c706a488ddead83eeb1267a
MD5 948bd2af8fcd56410a22bed5a705784b
BLAKE2b-256 b974e3fc353c45f531fc89a15a4522a77ac15a1d6ea4e5ccdc653502be917f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1dd1bd961ef19707f28af6f4bbf311da9cb7e82303d3c27df54e5b7b840cc592
MD5 711d2eeb8bbbe6295fb925b2b4893c4f
BLAKE2b-256 c26cb5314d00c2c30e12d418ecece964a34de22d80477791a42d8e60c078228a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebb464b321c1f2ec2d948def73370ab4ff5364e7924e6261506f5e8444420a59
MD5 3ec85ed2433bfc180b0b4bd6c865c033
BLAKE2b-256 0929c97efb3834fa374630cabe93a85ea6acc510afbb3d80911f386f653d3041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b8ae9d070c28fb98d7d6806bf415a1112b8d6f8c3121d7c8d9d3032dcc799aa4
MD5 48f6a44958aba2e54df552a071b139f9
BLAKE2b-256 dff8e3f6d1381a9c90dc1490611b6aedf78b15eb67dda67e0fc994dcbe94edcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev36-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 118130620c4677af165460044a6c187b10736179d15a22f13d62a11c8f06bdeb
MD5 da1a992a31e7440ef27a0173e2851e57
BLAKE2b-256 306ebfafda0c185c9051f78ca575da643f697b1a43466941085634314bedff65

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