From 287a5ccc956373f1e02e342e90e9bec00b0c3e22 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Thu, 21 Sep 2023 12:30:59 +0900 Subject: [PATCH 1/3] =?UTF-8?q?C++=20SDK=20=E3=82=92=202023.13.1=20?= =?UTF-8?q?=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 --- CHANGES.md | 4 ++-- VERSION | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1d1edea2..b1214ac5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,8 +19,8 @@ - @tnoho - [ADD] AudioStreamSink が返す音声フレームとして pickel が可能な AudioFrame を追加 - @tnoho -- [UPDATE] Sora C++ SDK のバージョンを 2023.10.0 に上げる - - @voluntas +- [UPDATE] Sora C++ SDK のバージョンを 2023.13.1 に上げる + - @voluntas @miosakuma ## 2023.3.1 diff --git a/VERSION b/VERSION index 9637ddb2..cb55efe1 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ -SORA_CPP_SDK_VERSION=2023.10.0 -WEBRTC_BUILD_VERSION=m115.5790.7.0 +SORA_CPP_SDK_VERSION=2023.13.1 +WEBRTC_BUILD_VERSION=m116.5845.6.1 BOOST_VERSION=1.82.0 LYRA_VERSION=1.3.0 CMAKE_VERSION=3.26.4 From a90c0f3e9eb69d19e491d2fdba3d759a9b7f5e8d Mon Sep 17 00:00:00 2001 From: miosakuma Date: Thu, 21 Sep 2023 14:40:43 +0900 Subject: [PATCH 2/3] =?UTF-8?q?cricket::Codec=20=E3=81=AF=20protected=20?= =?UTF-8?q?=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sora_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sora_factory.cpp b/src/sora_factory.cpp index 0a64829c..a9708b08 100644 --- a/src/sora_factory.cpp +++ b/src/sora_factory.cpp @@ -66,7 +66,7 @@ SoraFactory::SoraFactory(std::optional use_hardware_encoder, [openh264 = openh264]( auto format) -> std::unique_ptr { return webrtc::DynamicH264Encoder::Create( - cricket::VideoCodec(format), *openh264); + cricket::CreateVideoCodec(format), *openh264); })); media_dependencies.video_encoder_factory = absl::make_unique( From 7d16f93b3eb9aee4c13119cef89809597bd76b65 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Thu, 21 Sep 2023 15:18:18 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b1214ac5..e72a16f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,6 +20,7 @@ - [ADD] AudioStreamSink が返す音声フレームとして pickel が可能な AudioFrame を追加 - @tnoho - [UPDATE] Sora C++ SDK のバージョンを 2023.13.1 に上げる + - WebRTC m116 で cricket::Codec は protected になったので cricket::CreateVideoCodec に修正する - @voluntas @miosakuma ## 2023.3.1