sora-cpp-sdk icon indicating copy to clipboard operation
sora-cpp-sdk copied to clipboard

WebRTC SFU Sora C++ SDK

Results 8 sora-cpp-sdk issues
Sort by recently updated
recently updated
newest added

## 変更内容 libwebrtc を m124 に更新しました - VideoDecoderFactory から CreateVideoDecoder が削除され、 webrtc::Environment を引数にとる Create を使って初期化するようになりました - 参照: https://source.chromium.org/chromium/_/webrtc/src/+/38c1ab1e6c3e72176cc051d0174cfd0a2a639e8a - libwebrtc から `examples/unityplugin` ディレクトリが削除されたため、 test/android のビルドが通らなくなっていたので修正しました - https://source.chromium.org/chromium/_/webrtc/src/+/97df932ecc58ac9ee49192992c22995809145cbf - include していたヘッダー・ファイルを削除したところビルドが通り、...

This pull request contains a set of changes that primarily focus on adding support for the H265 video codec in various components and modifying the way WebRTC archives are downloaded...

CI が通り次第マージします。 ---- This pull request includes a small change to update the `SDL2_VERSION` in the `examples/VERSION` file. * [`examples/VERSION`](diffhunk://#diff-03c0d8fccd99f23bd7d8ebbf740a199bbf211cc71e7deffec280e236f7026a3bL5-R5): Updated `SDL2_VERSION` from `2.30.5` to `2.30.6`.

OnWsClose を自分で閉じた際にも切断時に発火するように変更します。 close_code::normal (1000) で発火させるようにしました。切断したのか切断されたのかわかった方がいいんじゃないかと思わなくもないのですが。。。

### この PR のマージタイミング Ubuntu で NVIDIA ドライバー 570 が利用可能になった段階でこの PR をマージ予定です。 2025 年 4 月 10 日時点で Ubuntu Server のドキュメントでは NVIDIA ドライバー 550 が recommend されています。 参考 : https://documentation.ubuntu.com/server/how-to/graphics/install-nvidia-drivers/index.html...

- 名前がわかりにくかった simulcast_rid は将来廃止します

RFC draft-ietf-avtcore-hevc-webrtc-06 に従って、answer 時の SDP に HEVC のプロファイル情報を含めるように実装。 主な変更: - デフォルトで Main Profile, Main Tier, Level 3.1 を設定 - ハードウェアエンコーダーごとの動的レベル取得に対応 - Intel VPL と AMD AMF のレベル値を SDP level-id に変換...