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

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • A short tutorial to help you automate scenes via Streamlabs OBS on your Mac!
    PDF Instructions: www.dropbox.co...
    Script editor file: www.dropbox.co...
    Code for Script Editor:
    repeat
    tell application "System Events"
    delay 10
    key code 122
    delay 10
    key code 120
    delay 10
    key code 99
    end tell
    end repeat
    Link to Key Code: manytricks.com...

Комментарии • 13

  • @JustinHennessy
    @JustinHennessy 4 месяца назад +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  4 месяца назад +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 4 месяца назад +1

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

    • @ehcropydoc
      @ehcropydoc 2 месяца назад +1

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

  • @user-qr5xc8ev8u
    @user-qr5xc8ev8u Год назад +1

    Super useful thank you !!!

  • @theminiaturestavern
    @theminiaturestavern 2 месяца назад

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

  • @ssblind73
    @ssblind73 2 года назад +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  2 года назад

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

  • @budha_lilino
    @budha_lilino 2 года назад +1

    Thank you for the video. It worked perfectly!

  • @PeterGregg
    @PeterGregg 11 месяцев назад +1

    This no longer works this way

    • @DanieleBuatti
      @DanieleBuatti  11 месяцев назад

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

    • @Juzere
      @Juzere 7 месяцев назад

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