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

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 やメールなどでお気軽にお問い合わせください

優先実装が可能な機能一覧

詳細は 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.dev13.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

  • Download URL: sora_sdk-2024.4.0.dev13.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.dev13.tar.gz
Algorithm Hash digest
SHA256 934fe4b4eda756b88da4db04e4f280338bd134049718050aea4f0688b36c1158
MD5 ad6f3229a87a5ccbc9368d80587ab7c5
BLAKE2b-256 e989b8e3d9e3d9fba0e37e0f18fa771e4b693967009de07dca5422a6eff9a4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 39605a74ed718e1388fd3c95021102a1826938096ff9b97ee1bc2f0fd3f6c7fe
MD5 783829ca10108fdb3c0ae17165962981
BLAKE2b-256 5ec070d5aab234387c5ac5ecd0bad7c013bd64770533a2ac4d4ad3acab8d5dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3df30d978c753ea52c51bcf9908d36b56f16e327c7ecd3b7a0579bd5911a59c2
MD5 68be62eaa8b80b1dc07e3342bbb4c197
BLAKE2b-256 2a5946aa253cd04feb9c1cc3d28b7f98ddf4f03aa019d3bb7291b86412c48bff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0c99b6b02be318bf43b79f385cdcb5975f3bcd92a01c9dde5433eabae4551d8
MD5 4a52af92912b1d9a970e92323121edf6
BLAKE2b-256 8566c5559d16dbfb95c53e2867c3dc9ef9228b0dbd58c99938a4b4039c5f7745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 13586dd45497aaafd9fad9c28f1f24b28bb12a6835785cf593e8aef68fb21c32
MD5 3dae139a0da4f47633b549c3c61fad66
BLAKE2b-256 2cbc31bc9b4140ca5e32eeae8addaba18e3c15456182a57c3446c3e2c9c22d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e4f36437fd173e8e4d4168e2f21b44f0536048eff7f2c93ef6907e4480506416
MD5 fbc2d017071992597d98a3c935aa0962
BLAKE2b-256 b7206026fcc213e192040a7b15a66f5e7c293836ce1a0efe3886556da926ae04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 54b9ccd18ace040a0eaf8a1530bec1a9503bf2e107fcc7a6756e9fc70cfda743
MD5 5f51e435645991fae3b85600a733bce7
BLAKE2b-256 40f567c94f95c126b47fd6dfc9242dd07d74ed55aad434d49abe28ded452530d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57b5438dc3f169d260ffc90efaa6534986e009481a72fbb132dc7a615b5f8866
MD5 191df897bb6b6cb8c157679870f7a183
BLAKE2b-256 1cbcf5f132e939abb8f10f6b310138558d2e350fa640c3b51e6ce592b5c48d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a128baf58c713394c87e4e9cf33346d4872231324bae4fb43c942616fc0503a9
MD5 364d82e4a1e01377e6d4698c9ab19998
BLAKE2b-256 ecd3b68f0148944c4ae1542f31018a3a3376a40e3d5c89a0057e9af0072867e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a97afdde0a27ff89628ade44a1076723313e82b416608f7ce4bae3fa244eda64
MD5 716e1f339767d57669bd0adbc051e7fc
BLAKE2b-256 1bfd3ab5e54b84f9b0b67307dc19e3265ebc63ee2d4b1d5b8b9696259252b442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5266970bdeb7c045fd399995156945d0f877c861f2a31326edb8b18e9704931d
MD5 1c7708855881ee0800d3ecb004077d8b
BLAKE2b-256 8ca5a8938e9a79e4da2afe617b8c7fec25a9bf05f59a1c359a4a547635c6fb6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af396eaf68f848643ac22b1a2e18a2fd0d59f8841918a13172a3227b74eece71
MD5 351a90c991933cadf8eb13dc53c3261a
BLAKE2b-256 ea0e1fb6be15d3dfc4b011c96eff26400028a5d229618a581841f635dfcdc71a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6c65aa4d5cbdbe71f599c696a805ce198cfe2fbec7d3c2265725953af147a635
MD5 47d9f74ede6d8cc35638ab1a2379d746
BLAKE2b-256 41e3dec5c46c47b6aa2daea6c98a8f6af486b97caa19d50f2cb3685fae7ce22e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev13-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5623ef82f4735e1a17bbf4cdd8faf1557fbcb4ba26951e1d986603432d50d217
MD5 067ee7c0a5488f1e5e92cf1ec00960e1
BLAKE2b-256 f252660f1ad94f9544f385c5824243bd1ff6e2a433f87609847158c4c4305ab0

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