You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am compiling OBS-Studio-WebRTC m104-v28.0.1. I execute this PowerShell script "CI/build-windows.ps1" and it throws an error on dependencies installation for Install-libwebrtc. The error screenshot is attached with it.
I have tried with version string 28.0.1 and m104. Both don't work.
cmdlet Install-libwebrtc at command pipeline position 1
Supply values for the following parameters:
Version: 28.0.1
[OBS-Studio] Setup for dependency libwebrtc v28.0.1
+ Unpack...
Install-libwebrtc : The term '..\s\libWebRTC-28.0.1-x64-Mt-Release-H264-OpenSSL_1_1_1n.exe' is not recognized as the name
of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
+ Install-libwebrtc
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (..\s\libWebRTC-...nSSL_1_1_1n.exe:String) [Install-libwebrtc], CommandNotFou
ndException
+ FullyQualifiedErrorId : CommandNotFoundException,Install-libwebrtc
The text was updated successfully, but these errors were encountered:
I am compiling OBS-Studio-WebRTC m104-v28.0.1. I execute this PowerShell script "CI/build-windows.ps1" and it throws an error on dependencies installation for Install-libwebrtc. The error screenshot is attached with it.
I have tried with version string 28.0.1 and m104. Both don't work.
The text was updated successfully, but these errors were encountered: