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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

sora_sdk-2024.4.0.dev6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

  • Download URL: sora_sdk-2024.4.0.dev6.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.dev6.tar.gz
Algorithm Hash digest
SHA256 2455d2183d199a72fd92297cc40420a1ace5853db5549a68559a898ff2b653b8
MD5 4f1e9203d60eb4c61b376f40f32a0842
BLAKE2b-256 82d212d5cb0a499ceed473b26efcb625d161d01cc9f62972dcfbdb31f1df9f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 560011eab71b2a691e7980f5cd53c0cbf5eca5a0c17baaa84e247049297d39a0
MD5 5a8c6f8da8b0d6de13781dd1b59144f2
BLAKE2b-256 11b2d9fcb1e4dbaf1614b102b249b9bdb166f259a9c9889ecc2579a12b3fa599

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fbb6d8e51f278918fa4bebd49545ae905fc271eda00a5fa5fe4122f2ac48da1
MD5 07577b19daa5d82a0e641b2c44d70fd5
BLAKE2b-256 4d038343a8f37e04b7ff4afa51c28e78b4529d2c981b551e0d4f9301001c0d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 89641a0c977d2a194145dace964fd6869736667e7bd396920f087395ec99a4b7
MD5 bee8c56611bcaa78347eedc2d9c210cd
BLAKE2b-256 caeefdb787cb7763320392bbc4a8c9b4e48200d19691fbdd7990d76adc5721ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 53835e3a8f963f5005fe7bb4e2793530fb724cf20cb63b9a0690c2d340511825
MD5 cbd371cc82a57bd459cb9ac4cb18b874
BLAKE2b-256 68d6b300bc322ba0ee6691a0be2d831bc71b6dc9b6947c2592a543f47aeb1436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cea4d3f5042706337f0b6175f24634296fd055b6cbafc7f4e164b5f584542bf3
MD5 848fc1072ef27445d286e046fc1523f8
BLAKE2b-256 078e417395f9c7514c4139fc1947baa1445c653d3fb458bdd15804a25f3eb307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7d2087ee3df1034a70b76eff570857da87ef7336b5d82bd1e0a3a1c95320087
MD5 2eb8b147f76baf99096012751406ea0e
BLAKE2b-256 cbd4d86387e7ff48a956679710416ff1a45f92886f80c33f7235fbd8e46dfb37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c2ce7619625d4e098593205daf7dcfa9b429600ae320249fb754a473058ede11
MD5 cfa740aa03351a690f2c6409f8d91199
BLAKE2b-256 1054489379b991eb059151d17911e0c619ea9e577c03ff5874f0f59f63585ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 98efcda6d78312b232170112c35fcaadb1371139a2764a4eefda3858a543bdce
MD5 360fc7dd2a953e9a21501c7807f53f10
BLAKE2b-256 54321afe99af18b526e960cb8717afbe03a57b8ff127c640b229df2923e151b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 28d1afa406ce5aad4abca9df61f1094eacc4e82f9f9205e884690290895789de
MD5 7bd38d27654b338ee34f0e7fca735d85
BLAKE2b-256 7746661d5ca95e48caae23413f9666cc3bb2d04c1f93f1ca0cac41078d5e82ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03d1d820a9c4d97587fce48a671a5b21aa569c6124a1df0db3445c8c963fb3ee
MD5 dc07b0214d4ad29b39175a0b1044dcd8
BLAKE2b-256 a368757c14544ea7c4f3c1b8d1956204167c15191404c1796ce03bccd762c89a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e5065a016ffa17c0d7807ab7c97dd262f7d5b3ce1f7f6c68737dc844095e4d46
MD5 8a854912da8f504316e1a5eb51f408c3
BLAKE2b-256 072e507a00a430d4e10ec49a8b5e22e61fa9e74cc7e446aef0ac5a321f52ae96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev6-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1e0f658cf8efd3250a5aad088a5cb6dd13ae51997373323140d01466c9d0ec01
MD5 579e6cb77f1fd4b95ccee78b7677f0f3
BLAKE2b-256 e435cdf6d81d0b74dc9dc14da391f75ea715e20686ba017c709d77342b7d639c

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