Deexgnome
New Member
Greetings,
i'm currently experimenting with a WebRTC version of obs. The version must be build from source.
While downloading the depedencys i saw this part inside the script
Which will result in Powershell in cef_binary__windows64_minimal.zip and a 404. So %CEF_VERSION% is a empty var
Can someone please tell me what the CEF Binary is and provide me an example what the link would look like to download one of them?
i'm currently experimenting with a WebRTC version of obs. The version must be build from source.
While downloading the depedencys i saw this part inside the script
Code:
if exist cef_binary_%CEF_VERSION%_windows64_minimal.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows64_minimal.zip -f --retry 5 -z cef_binary_%CEF_VERSION%_windows64_minimal.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows64_minimal.zip -f --retry 5 -C -)
Which will result in Powershell in cef_binary__windows64_minimal.zip and a 404. So %CEF_VERSION% is a empty var
Can someone please tell me what the CEF Binary is and provide me an example what the link would look like to download one of them?