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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

  • Download URL: sora_sdk-2024.4.0.dev8.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.dev8.tar.gz
Algorithm Hash digest
SHA256 97e4cb41e740e7be6d85fe67b87e9083ea90af806584fdb72be1c7684da50c09
MD5 44fd1f6052e6d2d9166fa2ba26902cf5
BLAKE2b-256 e632de11488b2a7596cc8c46e0a1952d676c26d00069025dd2968f6b738e83cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7e7be03870a571c440ec12b08af3ca8ef75493c0105e559223ef73e356b31e38
MD5 88689afddc8d4ed26db55bda1d3610a3
BLAKE2b-256 88aa74b7656f3a78f0dd17ee5fa89f9df2df7ebdc25320832df377fd98b890a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa1a85cdb641f62e1e3173a15ed5e8c8611775f90deacfdfaa2c20bbb2bc6560
MD5 632859afc51a66115816b0bbc52b4fa6
BLAKE2b-256 4e91509020d6d9766691e5328370e3f92db2d9bd3b1f2ba14815e9eb59514105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26a8f005ce4b08f7991bcdf520029c4d7e397e39e179253ff49c97142140b774
MD5 ace1faec9b245f5873fd085b977c8139
BLAKE2b-256 e2bbffc53d19edddc574f6f4ba1d5fc4e1839053fa6d85e4071e0e75ffd66884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a7365b8a28196c949cf7933a5ca1d9a702757f8a5301632a93f49877b099d87e
MD5 e4c79c9c457535121af2bcee5d0f20df
BLAKE2b-256 d1b2d33c82b145b474db8581d57fb7536c39a690eeaa32a35e568652614a37ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c5d2291bc995e43fe6dec6ba7475a512b9b9e056dcfee3466823aba43e5370f0
MD5 b8c8757172ad281a29008efa6d5bbcf8
BLAKE2b-256 67f9092e51731f583e033803894f02a6e947ec7cd0f3311bf3b98c842b520e5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 42b3a6cb262c871c422b578a60158b8608763d57f63f8348ba837b167883facd
MD5 b4d358a9ea5f3a1d0267c622cd96c775
BLAKE2b-256 0c68f1ad491ea159835c79a57519df7c10528696b8c51f4b04dd21bda756500d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cff847b85f7e52ad873f6b2d0ae95d5d0e3114bec5526b52d4d364b1a1d9bc67
MD5 1bcccd7b6642149597fc3098ad324ba5
BLAKE2b-256 381746dd931c3648f6505d7026296092eff1644fb30e8eb9d0dfc1402ef1461b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f36b74790dc5c3e9e8b76f31c9a0b2d0b6660ecc9f2f29e2200096d200cb95e5
MD5 9590f74aba74e4771d540d2137aa30ca
BLAKE2b-256 11a63858cd899ee55d1383434dafc1d3727183bd9889297e580ce1a9949bdeef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9993aded522e93996fafb26f031d6b4dc087261e92dbefbdef214ec3cc2179c9
MD5 21dde7b43657c8d57ea63f1539421aed
BLAKE2b-256 070a4f7f4dcec77aa6409938565e1cf80bbd87a3be8860f76ca5b58f90858d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 09444b99936d2b0e7436038fbc15850c3d97bff3f68ecfd6730b442c69f4033a
MD5 54ac479949949fc73fa8cba88348503d
BLAKE2b-256 b8448f2e798f5042c7952d3f18e0a845d6fa6aeb62be39219612e11b1c5cfeb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 347cc58127fed9965545cedb5af1e091712c9bf17b7c9bc61073d9878d5921c2
MD5 7af237d77dfe408108ab5ea0f092fc0f
BLAKE2b-256 40d0b147f7b805d5b1e1ab1bbabf00248a1f27b87b7edea35b1aa35077523af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 67dd02ae22de77681e2a635e2d66fc0dd1b500f4195ead6395b57bb7af58e3d1
MD5 e3a17c21ddcf69d3b4de18adf607e476
BLAKE2b-256 f71022b53cf8802ef7064f8ea9d2c12ac0335937d904229f33fe8e47305e82e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev8-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 70658a27eea1d739b43bb28b8f41da93c6909fdce519307c8aef637977932b32
MD5 4d8c84b0a3301cd677aa0e2c93badd51
BLAKE2b-256 c41717fd25923e7036df3a912988069e76885e4c8662b29bc5697f158429acf1

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