Skip to content

Commit

Permalink
27.2.3-m99-2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ludocosmo committed Mar 21, 2022
1 parent 3f28eac commit 174f59d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CI/install-dependencies-win.cmd
Original file line number Diff line number Diff line change
@@ -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 -)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion patches/patch-websocketpp.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 174f59d

Please sign in to comment.