Skip to content

shiguredo/sora-cpp-sdk

Repository files navigation

Sora C++ SDK

GitHub tag (latest SemVer) License

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 C++ SDK について

様々なプラットフォームに対応した WebRTC SFU Sora 向けの C++ SDK です。

特徴

  • 各プラットフォームで利用可能な HWA への対応
    • NVIDIA Video Codec SDK (NVENC / NVDEC)
      • VP9 / H.264
    • NVIDIA Jetson Video HWA
      • VP9 / AV1 / H.264
    • Apple macOS / iOS Video Toolbox
      • H.264 / H.265
    • Google Android HWA
      • VP8 / VP9 / H.264 / H.265
    • Intel VPL (Intel Media SDK の後継)
      • VP9 / H.264 / H.265
      • H.265 は Windows と Ubuntu 22.04 のみ

ライブラリのバイナリ提供について

以下からダウンロードが可能です。

hololens2 は無視してください

https://github.com/shiguredo/sora-cpp-sdk/releases

サンプル集

examplesを参照してください。

対応 Sora

  • WebRTC SFU Sora 2023.2.0 以降

動作環境

  • Windows 10.1809 x86_64 以降
  • macOS 13.5 arm64 以降
  • Ubuntu 20.04 ARMv8 Jetson (JetPack 5.1.1 以降)
    • Jetson AGX Orin
    • Jetson AGX Xavier
    • Jetson Xavier NX
  • Ubuntu 20.04 x86_64
  • Ubuntu 22.04 x86_64
  • Android 7 arm64 以降
  • iOS 13 arm64 以降

FAQ

faq.md をお読みください。

優先実装

優先実装とは Sora のライセンスを契約頂いているお客様限定で Sora C++ SDK の実装予定機能を有償にて前倒しで実装することです。

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

詳細は Discord やメールなどでお気軽にお問い合わせください

  • Ubuntu 24.04 x86_64
  • Ubuntu 22.04 arm64 対応
    • NVIDIA Jetson JetPack 6 対応
  • AMD 系 HWA 対応
  • Windows arm64 対応

サポートについて

Discord

  • サポートしません
  • アドバイスします
  • フィードバック歓迎します

最新の状況などは Discord で共有しています。質問や相談も Discord でのみ受け付けています。

https://discord.gg/shiguredo

バグ報告

Discord へお願いします。

ライセンス

Apache License 2.0

Copyright 2021-2024, Wandbox LLC (Original Author)
Copyright 2021-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."