I Found out how to create automate scene switching in Streamlabs OBS for Mac! Apple Devices

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 13

  • @JustinHennessy
    @JustinHennessy 9 місяців тому +1

    Hey, just wanted to thank you for this. Content is never useless, and someone gains value from it somewhere. :) I didn't like the mac scripting approach so I changed it to python but it worked perfectly, you are a legend. :)

    • @DanieleBuatti
      @DanieleBuatti  9 місяців тому +1

      That’s awesome! Thank you for your kind words. My coding knowledge is near 0 but would be curious as to what you created!

    • @JustinHennessy
      @JustinHennessy 9 місяців тому +1

      @@DanieleBuattiI’ll make it public and send you the link. 😊

    • @ehcropydoc
      @ehcropydoc 7 місяців тому +1

      @@JustinHennessyhey man! Care to send me the link to the Python script and possible tutorial? We’d much rather run an app also.

  • @HarounBenHmida-e7c
    @HarounBenHmida-e7c Рік тому +1

    Super useful thank you !!!

  • @ssblind73
    @ssblind73 3 роки тому +1

    Perfect solution, appreciate it! I went ahead and tweaked the script so that it only presses the F keys as the hotkeys within Streamlabs so it doesn't cause any conflicts with other programs while using it. I use Logic and have the F keys set for shortcuts that it was also triggering at the same time - so this fixes that:
    repeat

    tell application "Streamlabs OBS" to activate

    tell application "System Events" to tell process "Streamlabs"

    delay 10

    key code 122

    delay 10

    key code 120

    delay 10

    key code 99

    end tell
    end repeat

    • @DanieleBuatti
      @DanieleBuatti  3 роки тому

      You’re amazing and this is exactly why I posted this video - for improvements :)

  • @budha_lilino
    @budha_lilino 3 роки тому +1

    Thank you for the video. It worked perfectly!

  • @theminiaturestavern
    @theminiaturestavern 7 місяців тому

    Just found this video. Any updates? My wife and I have been racking our brains on how to figure this out.

  • @PeterGregg
    @PeterGregg Рік тому +2

    This no longer works this way

    • @DanieleBuatti
      @DanieleBuatti  Рік тому

      Good to know! I’ll need to do an updated video

    • @Juzere
      @Juzere Рік тому

      Hi bro, did you figure anything out? @@DanieleBuatti