Skip to content

Commit

Permalink
C++ SDK のバージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 28, 2025
1 parent 82bbaa0 commit 401e78c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
- [UPDATE] CMakeLists の依存から libva と libdrm を削除する
- @zztkm
- [UPDATE] CI の Ubuntu で libba と libdrm をインストールしないようにする
- [UPDATE] Sora C++ SDK を `2025.1.0-canary` に上げる
- [UPDATE] Sora C++ SDK を `2025.1.0` に上げる
- それに伴って以下のライブラリのバージョンも上げる
- libwebrtc のバージョンを `m132.6834.4.0` に上げる
- libwebrtc のバージョンを `m132.6834.5.2` に上げる
- Boost のバージョンを `1.87.0` に上げる
- CMake のバージョンを `3.30.5` に上げる
- OpenH264 のバージョンを `2.5.0` に上げる
Expand Down
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,30 @@

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 before use.
Please read <https://github.com/shiguredo/oss> before use.

## 時雨堂のオープンソースソフトウェアについて

利用前に https://github.com/shiguredo/oss をお読みください。
利用前に <https://github.com/shiguredo/oss> をお読みください。

## WebRTC Load Testing Tool Zakuro について

WebRTC Load Testing Tool Zakuro は libwebrtc を利用した WebRTC SFU Sora 向けの WebRTC 負荷試験ツールです。
WebRTC Load Testing Tool Zakuro は [libwebrtc](https://webrtc.googlesource.com/src.git/) を利用した [WebRTC SFU Sora](https://sora.shiguredo.jp/) 向けの WebRTC 負荷試験ツールです。

## 特徴

- 最新の WebRTC SFU Sora に対応
- YAML による設定ファイルへ対応
- YAML によるシナリオファイルへ対応
- 動的インスタンス作成へ対応
- クラスター機能への対応
- 複数シグナリング URL を指定できる
- フェイク音声/映像に対応
- データチャネルメッセージング機能へ対応
- クライアント証明書へ対応
- リアルタイムメッセージング機能へ対応
- シグナリングのクライアント証明書 (mTLS) へ対応
- 最新の libwebrtc へ対応
- OpenH264 対応
- Sora C++ SDK ベース
- 期間繰り返し
- [OpenH264](https://www.openh264.org/) を利用した H.264 コーデックに対応
- [Sora C++ SDK](https://github.com/shiguredo/sora-cpp-sdk) ベース
- 期間繰り返し対応
- 30 秒負荷かけて切断を繰り返すなど

## 使ってみる
Expand Down Expand Up @@ -150,8 +151,8 @@ Options:
Apache License 2.0

```
Copyright 2020-2024, Wandbox LLC (Original Author)
Copyright 2020-2024, Shiguredo Inc.
Copyright 2020-2025, Wandbox LLC (Original Author)
Copyright 2020-2025, Shiguredo Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -168,9 +169,9 @@ limitations under the License.

## OpenH264

https://www.openh264.org/BINARY_LICENSE.txt
<https://www.openh264.org/BINARY_LICENSE.txt>

```
```text
"OpenH264 Video Codec provided by Cisco Systems, Inc."
```

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ZAKURO_VERSION=2024.2.0-canary.4
SORA_CPP_SDK_VERSION=2025.1.0-canary.2
WEBRTC_BUILD_VERSION=m132.6834.4.0
SORA_CPP_SDK_VERSION=2025.1.0
WEBRTC_BUILD_VERSION=m132.6834.5.2
BOOST_VERSION=1.87.0
CLI11_VERSION=v2.4.2
CMAKE_VERSION=3.30.5
Expand Down

0 comments on commit 401e78c

Please sign in to comment.