From 9cbfd52f7cd4459fc80aa4cf74c6a28e3526d9ea Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:43:15 +0900 Subject: [PATCH 1/3] =?UTF-8?q?WEBRTC=5FBUILD=5FVERSION=20=E3=82=92=20m131?= =?UTF-8?q?.6778.3.0=20=E3=81=AB=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- examples/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0f4f32d..4216554 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.26 -WEBRTC_BUILD_VERSION=m130.6723.2.0 +WEBRTC_BUILD_VERSION=m131.6778.3.0 BOOST_VERSION=1.86.0 CMAKE_VERSION=3.30.5 CUDA_VERSION=11.8.0-1 diff --git a/examples/VERSION b/examples/VERSION index 6decfc0..3d24702 100644 --- a/examples/VERSION +++ b/examples/VERSION @@ -1,5 +1,5 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.26 -WEBRTC_BUILD_VERSION=m130.6723.2.0 +WEBRTC_BUILD_VERSION=m131.6778.3.0 BOOST_VERSION=1.86.0 CMAKE_VERSION=3.30.5 SDL2_VERSION=2.30.8 From 7fa3c5afefe77dba4a5cb2acfe6f826ab90c8c8a Mon Sep 17 00:00:00 2001 From: melpon Date: Mon, 25 Nov 2024 19:59:25 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- examples/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4216554..37e9c00 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.26 -WEBRTC_BUILD_VERSION=m131.6778.3.0 +WEBRTC_BUILD_VERSION=m131.6778.3.1 BOOST_VERSION=1.86.0 CMAKE_VERSION=3.30.5 CUDA_VERSION=11.8.0-1 diff --git a/examples/VERSION b/examples/VERSION index 3d24702..c95e5b6 100644 --- a/examples/VERSION +++ b/examples/VERSION @@ -1,5 +1,5 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.26 -WEBRTC_BUILD_VERSION=m131.6778.3.0 +WEBRTC_BUILD_VERSION=m131.6778.3.1 BOOST_VERSION=1.86.0 CMAKE_VERSION=3.30.5 SDL2_VERSION=2.30.8 From bbdd354f66135a6daf58e01630e96c2d2cd9d4cf Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:04:02 +0900 Subject: [PATCH 3/3] =?UTF-8?q?CHANGES=20=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 17a1ffc..e280d1d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ - @voluntas - [UPDATE] Boost を 1.86.0 にあげる - @voluntas -- [UPDATE] libwebrtc を m130.6723.2.0 にあげる +- [UPDATE] libwebrtc を m131.6778.3.1 にあげる - H.265 Patch の修正に伴い、C++ SDK の H.265 に関する設定を変更 - examples と test に `rtc::CreateRandomString` のヘッダを追加 - `SetRtpTimestamp` を `frame.timestamp` から `frame.rtp_timestamp` に変更