Login
You're viewing the mastodon.coffee public feed.
  • Feb 2, 2026, 2:13 PM

    Now, depending on how you're going to compile OBS from source (yes, of couse you have to), CMakePresets.json might be a good place to enter this information. I did it in the PKGBUILD for the Arch AUR package obs-studio-liberty (pictured below), the respective hash values have to be set to zero.

    #OBS #Streaming #Linux

    Screenshot showing part of a PKGBUILD file for Arch Linux. The relevant environmental variables are set as part of the options for cmake like so:

-DYOUTUBE_CLIENTID="your client ID goes here" \
-DYOUTUBE_CLIENTID_HASH=0 \
-DYOUTUBE_SECRET="your secret goes here" \
-DYOUTUBE_SECRET_HASH=0 \

(I hope this did not sound confusing or upsetting for anyone relying on a screen reader.)
    💬 0🔄 0⭐ 0