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

システム条件

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

対応プラットフォーム

  • Windows 11 x86_64
  • Windows Server 2022 x86_64
  • macOS Ventura 14 arm64
  • macOS Sonoma 13 arm64
  • Ubuntu 24.04 LTS x86_64
  • 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.dev5.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

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

File hashes

Hashes for sora_sdk-2024.4.0.dev5.tar.gz
Algorithm Hash digest
SHA256 6315c36f8ce2a409bd0ea8e15f514cca1b741f38d7e16d5a3f06d0c8a2803cbc
MD5 e0dec004a83c0ea04149dc724411f80a
BLAKE2b-256 317606b4474889a4f268916e0b9c93e640e5dcf2f7adca356e8d977e5ce1a912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8a259e0c389cdd252fa4c02e826edd60221ee7638a3f9e74a1aee7a1f2822612
MD5 5aef186902c0734da4b2a4c5f0bb2d9d
BLAKE2b-256 12638e14f1c8f49a2aa199645532338373e639d0c61440b76d8afafcd41b3c38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6fe62b36d0b37a63753465e6e8c0e892db6656884b043d9866a715acf53ec95
MD5 3abe7cc13448bb40b722e7c22c2faa01
BLAKE2b-256 fa955f996f897bf423c0df334c6e0ba6f061dde6b047f77ac630551c45860163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0373ebd492d1491c525474fb4eab8b5741d24c45b32dff34b3e5ff0895acbd85
MD5 fb75ee626dc5e6cb5253a4850daf0bd6
BLAKE2b-256 ce7d5cfaeaae288c40cd509d74e7bdfa458dfb184c38947b80bb0bade6018d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e0b6e2721be35d25e369b1af0465f49f52eb6e8f2cf6d19fddcb05a5906fcb31
MD5 8a438285b617e462bc27d9c5c562483e
BLAKE2b-256 4ea27416007fe5bfc51a35e05991f128063a66d0dd312c3958ea84532ec8715d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2375f3307e6496bc8682c923f64106ca86d57f3a9e6fcc6c20066b068d94aa81
MD5 52245b68c42e5cd48fd5038158f877a7
BLAKE2b-256 67cdda5a3244cb64f13798327a4a4b50f2a1224696951c6c8aef83029f81b4cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30a979e8094b8a6149032dee708680716d0d884ba2050ec19a9db2667b4b6b7c
MD5 3dac96cc7727cd9cdcf462fbb4a624e4
BLAKE2b-256 e54792bfd6edecae4c03255cf57a4c889182ae1f278d0c02d1d21c1377787dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3cee0b06138bda74335c72e30e2d50cb05643a4e4b8a203f65ba6eeaa81478ba
MD5 813068dd845aba8c3da829ad8a11254f
BLAKE2b-256 dac6e0453ee0e8fc749789c7b84badf27f29d36c9bbc6867cb7980ff9f90afda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c5bbecbb2d403338f4444e6c55ca3c5c9f6b685c77f52ced0f33bdde80344bf7
MD5 6bb3d152adc7bd89df9b3d94edf40105
BLAKE2b-256 82dfeb6eef44d6fefa72e5d4995996ec95637e8d1a8d6a143a2cca43668ef90d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eafb1a9b348174e2727888bb414a3563495b164faa527abd55d63d967ea68054
MD5 d3d88e2c98d482e3ba5a7f7397d0e882
BLAKE2b-256 8a8c478a0c2905b3bcc9aeb77fc6e6b1df9917dd79078d9128b833c24764da12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c90a03e8bc09ec1ef7c8c8a3a6b666e27d7f043a79face8792f673f8e1fda7ec
MD5 6cd95bf2d03396c2f356024b765eea33
BLAKE2b-256 7f7b0917373d8001c8263f1d8b2015e32f75c3d541d23680278b19b0f0d9c9bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c7c6f1fc83276401bd7df74af58f936e561d20a4e48903f8e89a77cdbf9ee5e4
MD5 a4d9eb34016aea1b848b66f9d0b89b17
BLAKE2b-256 752e54c2aca33d0586ebe85929cd1962dcf8929db4d3c6d3f837136ce62f4461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev5-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 19503b7356c796b0a988c8fd619a1f8ec1cd1f61e3d2f70409f14a897338cab2
MD5 dc3485703ed579055bee297331e30875
BLAKE2b-256 d2077351ae44cab96c7dc7acf3e33c10c57de3ae60cc1807494a42e88691ad89

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