

Also, I encourage you to bookmark that page so you can take a look from time to time to check on updates.īelow you can find the best software to use for streaming Destiny 2 on Twitch with a short but detailed description of what you should know about the particular software. Twitch accounts are entirely free, and the registration process is straightforward.īefore creating an account, I recommend you look at the community guidelines to understand what you can and can’t do on the platform. To access Twitch’s streaming/broadcasting features, you’ll first need to have a Twitch account. 1 – Create a Twitch account to live stream Destiny 2. If you have no idea what you’ll need or how to set up everything to begin streaming Destiny 2 on Twitch, no worries at all I got you covered! In this guide, you will find everything you’ll ever need to know to start streaming Destiny 2 on Twitch. If you are serious about live streaming Destiny 2, then Twitch is one of the best places to look at and start streaming. It’s one of the best platforms to stream Destiny 2 and almost any game you can think of since there will always be somebody looking for the gameplay you have to offer.

If I hold down whatever activates ctrl+F1 too long, it will be registered as just F1 and activate the wrong hotkey.Twitch is the biggest streaming platform with more than a 140million unique monthly visitors and more than 9million active monthly streamers. ie, I have one hotkey for ctrl+F1 and another hotkey for just F1. This is how I actually had to code it in AutoHotKey:Īgain, I hope this helps someone that finds this while Google searching this issue like I did.Įdit: One problem I've discovered is that if you hold down your activation key too long, it may not register the Ctrl. This is how I would have expected to code this in AutoHotKey: I had a hotkey set up in Streamlabs to change to a certain scene when I pressed CTRL+F1 (The F1 key, not "F" and "1"). To fix this, I had autohotkey simulation holding the keys down for. Second, just sending a key seems to be too fast for Streamlabs to recognize, which is why nothing happens in streamlabs. First, AutoHotKey uses the ^ key when listening for the CTRL key, but you can't use that when sending that key. I figured out a solution so I figured I'd post it in case anyone else has a similar issue in the future and stumbles upon this post. I was having a ton of issues today and I found a few posts across the internet with no solution of people having an issue with streamlabs no registering hotkey commands.
