From 174f59d16fd174988d0a52013e770953222f4795 Mon Sep 17 00:00:00 2001 From: ludo Date: Mon, 21 Mar 2022 17:46:16 +0800 Subject: [PATCH] 27.2.3-m99-2.27 --- CI/install-dependencies-win.cmd | 1 + azure-pipelines.yml | 2 +- patches/patch-websocketpp.diff | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CI/install-dependencies-win.cmd b/CI/install-dependencies-win.cmd index 45a0668fe..47f6262a4 100644 --- a/CI/install-dependencies-win.cmd +++ b/CI/install-dependencies-win.cmd @@ -1,6 +1,7 @@ REM if exist dependencies2019.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2019.zip -f --retry 5 -z dependencies2019.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2019.zip -f --retry 5 -C -) if exist dependencies2019.zip (curl -u %FTP_LOGIN%:%FTP_PASSWORD% -kLO %FTP_PATH_PREFIX%/windows/dependencies2019.zip -f --retry 5 -z dependencies2019.zip) else (curl -u %FTP_LOGIN%:%FTP_PASSWORD% -kLO %FTP_PATH_PREFIX%/windows/dependencies2019.zip -f --retry 5 -C -) if exist vlc.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/vlc.zip -f --retry 5 -z vlc.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/vlc.zip -f --retry 5 -C -) +REM if exist cef_binary_%CEF_VERSION%_windows_x64.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows_x64.zip -f --retry 5 -z cef_binary_%CEF_VERSION%_windows_x64.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows_x64.zip -f --retry 5 -C -) if exist cef_binary_%CEF_VERSION%_windows_x64.zip (curl -u %FTP_LOGIN%:%FTP_PASSWORD% -kLO %FTP_PATH_PREFIX%/windows/cef_binary_%CEF_VERSION%_windows_x64.zip -f --retry 5 -z cef_binary_%CEF_VERSION%_windows_x64.zip) else (curl -u %FTP_LOGIN%:%FTP_PASSWORD% -kLO %FTP_PATH_PREFIX%/windows/cef_binary_%CEF_VERSION%_windows_x64.zip -f --retry 5 -C -) if exist libWebRTC-%LIBWEBRTC_VERSION%-x64-Release-H264-OpenSSL_1_1_1a.exe (curl -u %FTP_LOGIN%:%FTP_PASSWORD% -kLO %FTP_PATH_PREFIX%/windows/libWebRTC-%LIBWEBRTC_VERSION%-x64-Release-H264-OpenSSL_1_1_1a.exe -f --retry 5 -z libWebRTC-%LIBWEBRTC_VERSION%-x64-Release-H264-OpenSSL_1_1_1a.exe) else (curl -u %FTP_LOGIN%:%FTP_PASSWORD% -kLO %FTP_PATH_PREFIX%/windows/libWebRTC-%LIBWEBRTC_VERSION%-x64-Release-H264-OpenSSL_1_1_1a.exe -f --retry 5 -C -) if exist openssl-1.1.tgz (curl -kLO https://libwebrtc-community-builds.s3.amazonaws.com/openssl-1.1.tgz -f --retry 5 -z openssl-1.1.tgz) else (curl -kLO https://libwebrtc-community-builds.s3.amazonaws.com/openssl-1.1.tgz -f --retry 5 -C -) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6c7c961b4..0471cede4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ variables: - name: LIBWEBRTC_VERSION value: 99.0 - name: OBS_VERSION - value: 27.2.3-m99-2.26 + value: 27.2.3-m99-2.27 - name: TWITCH-CLIENTID value: $(twitch_clientid) - name: TWITCH-HASH diff --git a/patches/patch-websocketpp.diff b/patches/patch-websocketpp.diff index fc0f0bc03..a65ba1fb0 100644 --- a/patches/patch-websocketpp.diff +++ b/patches/patch-websocketpp.diff @@ -7,7 +7,7 @@ index f701ab1..77e5816 100644 /// Default user agent string -static char const user_agent[] = "WebSocket++/0.8.1"; -+static char const user_agent[] = "obs/27.2.3-m99-2.26"; ++static char const user_agent[] = "obs/27.2.3-m99-2.27"; } // namespace websocketpp