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 などが利用できる
  • 音声認識などの入力に受信した音声を利用できる
  • 物体検出などの入力に受信した映像を利用できる
  • rye add sora_sdkpip install sora_sdk でインストール可能
  • NVIDIA Jetson JetPack SDK に対応

利用イメージ

  • データチャンネルを利用して Python において映像、音声を解析した結果を Sora 経由で配信する
  • Text to Speech の音声を Sora 経由で配信する
  • 映像入力に対して Pillow などで加工した映像を Sora を経由で配信する
  • A チャンネルの参加者からの映像と音声を B チャンネルに対して加工した上で Sora 経由で配信する

ドキュメント

Sora Python SDK

サンプル集

examples を参照してください。

sora_sdk パッケージの追加

pip

pip install sora_sdk

Rye

Rye

rye add sora_sdk
rye sync

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.

このリポジトリに含まれる shiguremaru.png ファイルのライセンスは CC BY-NC-ND 4.0 です。

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

  • Download URL: sora_sdk-2024.4.0.dev0.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.dev0.tar.gz
Algorithm Hash digest
SHA256 c5a6fd63f285b20687c71375cb697483d5c1a3b37e7346b4e7b4ca60699267ca
MD5 8af9e56055aac50a242a129a6361be42
BLAKE2b-256 4aae52fd40c4701e013f04ea29785f19635dce68d6cd51b73061453c5936b05b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f38494755cd07548cdd0d129cddd1079be8ab493da1f2d00ea2d34f147ec1332
MD5 ce609daf6ee9dbb5164eb1db3be6ee2c
BLAKE2b-256 34cb5a86210b985a4e6261d80e10bbacd511f9fc82bef8d92dfc163e67098064

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b31c4e9983d7f041c037ed8cbb2274e3ae0a402eb0e1d3cba95a38b5fcb8c64d
MD5 5c87f7b70b7a062f08b1d2d4a99e3eb0
BLAKE2b-256 4d3c9fd640d1521777af14077293c532b6e8e145ea8255b8a43bfb53408ba488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 537512b958c4529e761c0ec9cfabc5da7ecd10d83af324f1e7174b5ac2b4f219
MD5 be4c322178d67a4378fec6a1007d21a0
BLAKE2b-256 f7477fe36243bf91c70df4ebf0f90a2de1cdebe76e1de1e14d3d827e96d2242a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f7026ca421b89ce1f13caabbc4fccb7950ea8ed644835f0256aaf354eb96492c
MD5 b3ea209b7eb8df611d19c1eae4c01285
BLAKE2b-256 40f82a6ea45e6d55fcaa1eeaf93df2bde397ccd0fbd8cef6f2e8fe43f665b7f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d258e25987170442035c197949512cd9e853389b29e3815ad5ca753a6050ceec
MD5 7d566951de25997ec27565af6a3157c6
BLAKE2b-256 fa051ce537589b5e60465a1d4e9979a46b0b633bc8045ea8153e695d2b22999a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce46b333a8a17c6bcd1c265c79dea5df807d6b6b69aa14e20d1fbb2195ecb6a6
MD5 457427ad45d3a3716c549436353d44fe
BLAKE2b-256 3ee9e05d066c7c8f7f8b21e55435721ab1489e84a7eaa3ad825c67765a56ed19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0695352279c3e548fc29a710e6544fba3255f8e67744da9293ebf44cf611a7bf
MD5 8298d058b111368321eba6aeeaa34233
BLAKE2b-256 15ddcfd02bb98f32229827121c924fc0bb4df9f0848ce5413b7840d57688edaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 696ab8f6e2e42ec5ec7153047deb1ef9eae0916998bd2863813ecc05512919b9
MD5 674813cbe6b7546fa88c1767ae45d45b
BLAKE2b-256 46bb0b4979c2a6c7f95c65083fd552595dcd0131364894dc59e90400a14cfe91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d811698ddd105f58a26a297a4585e1592bd24850095d1ba61ce86b691ee72007
MD5 e496324c487535748e720e8d07384e74
BLAKE2b-256 70e7012c97798ef161e17a9a7a57977e0d0c3e0420f162f9f2e61303e2f43665

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30a8d0caedc8ad78dc361b035fb5f295381a06c4834d8ef29c92371357c1c90a
MD5 e2ea4f05584c9669ead6173d0f15eebc
BLAKE2b-256 7d59af30c7ff7d2af7774cf3621940d48336585912491e6cf88310e3cc2cdb2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b4bd407e480febff52cbe96d36f5725775988ad33d4610ebbe1e6b8631ba3530
MD5 e4fdbe9c1c078deddc103a81b5e5932d
BLAKE2b-256 bf3d59c877728c51f5f5aee4c38f237e8016b00e004b83abb4846879e6437de1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e7e08188d520cbbe681977d28fdeec0b77fedd2f3fcf77c9848b90454740fbca
MD5 75d25441be96f39548418009a3ce4e3b
BLAKE2b-256 1dfafafa3827389eeee27dd03854ce25a8d20873e1d6fbd94d0f80506aaebfdc

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