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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

File metadata

  • Download URL: sora_sdk-2024.4.0.dev10.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.dev10.tar.gz
Algorithm Hash digest
SHA256 cf3f52cb1b070e20696c9408c32d9fd8c37707ac2054f9c2aaf882aadc2064b1
MD5 3d29d3e2e8d0f0663c3ec0c9615d5ee4
BLAKE2b-256 56f370a207f696da57c6eece79e70c38846ea4360b0aaa2d3c1d1b707c9c16dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 de3142febc39632ea463efe3fe022efb2139f3b9ba482698015d8aeef47ebbdd
MD5 db13ab0f1e47d14cdd69b8a054d86450
BLAKE2b-256 2d37fd9bea98c752f02a9f4b51cd9127e03f38d2f8405322d6cd3792f1df2b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 631dbc91ce3b2d804514bed6c8b699b48a978e74a61886edbf04b41546c99ef1
MD5 7f283176683046072c0c672fa23f9a41
BLAKE2b-256 5c43b579447209b2824f77bc5428eee03df991c9bddf8f0b93debc2ac0d339ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0416cc008688280d66dcb02eef727dd1cb545c77079c5849e32205ab8d8ed1b7
MD5 5d51bc529989e70374efc4ffdc6935a1
BLAKE2b-256 e2c433661936749ba2571c544aed773b72f74393621c08a6f646d94806e803b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d2f850189a084b6efdcd99a41e9fc9895c097b4a997668112ea0be9516ea4c50
MD5 15d17cabcfa697c65abea221b79df3f9
BLAKE2b-256 53bc2312f45424eeb5e1a2e41d64993a0daf8ee56b197c789800a22016982371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8803f22da9450a3e59fd4efe42a7604d3aba41a205da12af730e764dcc9316ba
MD5 212aa9d8ca0ac62126f959883e58ebc0
BLAKE2b-256 1bcaf852d20e6856c68abd1f232725f65df7d27459f2f6357bc71e3608eaa6a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9aba062d5aceee1bf29bb61284eb49a7e5ac360e9fcab73f8d531bd66106d43a
MD5 7cddff888b8626c4fbea0485ba609571
BLAKE2b-256 7f19cf06fc59d789bd0ad292793ece951d5ea4d5c31eb737ee5008f3e9816d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0e93666c7abede4c3bbe44ee8bcc8f87f333fa907e19b6080eb631f8d61e405
MD5 76da81b7ae4e2b8654ffc208330ec260
BLAKE2b-256 a4dc1e7c618812dd1c3333cec137cabf1543a9438a86d4f1ddc0dcc4fad7f85e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f5d001b3045d8ea9d651c853f3ade3a7e48be5a975d8a234a1c4cf5fdd46a7b2
MD5 aba5c2a4c968bccd7c683f115153813c
BLAKE2b-256 e13d575104c3d96b94e773e70fc379fed17d5f7716aa1adea1a4eecbeb4c96d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be725b01d754e735e79e42c2e9576097344c6ea28e23c151acfdfef0183f1834
MD5 6574b7619537247ab500c5cd08078120
BLAKE2b-256 a6eb6e31cf53d2cf6ea6c4c5d16580d1e783a8a6500e3dfbaa56a124a27e2c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ddcc7128517c60cd3bbba11e0cbf494206297898671b5cc08c9e2215a7dc8fd8
MD5 c8435271116691b5c9b599f3e381d824
BLAKE2b-256 103365ccb9033b295438303bca220b38b79815e3a65519919c6d96beb18375c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d69c85f85af0368be7ddeae4a4e4255cf8aa546c47b5f9476f17123ec4b737c
MD5 5f32e159f2d42cd60d0b2015a21056f4
BLAKE2b-256 68a8948d96ece17199a8c227bb6728fb8a954867cab5a2206259cb109d9fe72e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7f7082f6fc3f5a6b1e33d3e0e3f101da4e997703da49802ca3eace608e52a7d3
MD5 577aa84e3794b6738ee375ba85690939
BLAKE2b-256 adae553c3d3e549f4aa1a14a1409044b0ee45f00b95fa729373cb2d713673579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sora_sdk-2024.4.0.dev10-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a0abb7f253c924bcc28138a283741d6ef67fcf771798716adafd278561546b40
MD5 193b808d23a9835cb8bc8a7d1934b1b4
BLAKE2b-256 ddeb516cea8e7898282a6f9d6c95c2fdd0c2c053f679e931c69b9b86bb557b75

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