Categories
Tutorials

BlueSky Custom Domain Handle

If you want to use your own domain as your handle on BlueSky (bsky.app), it’s quite easy. There are already plenty of tutorials out there if you want to do it through the DNS Panel, but what if you don’t want to mess with DNS settings and would rather just upload a simple file to your site?

This tutorial is for exactly that.

1. Click into “Settings”.
2. Click into “Account.”

3. Click into “Handle”.

4. Click “I have my own domain”.

5. Click “No DNS Panel”.
6. Enter your web domain in the box.
7. Copy your unique code.

    8. Open up Notepad app.
    9. Paste your own unique code.

    10. In the Notepad App click File -> Save as
    11. Change the Save as type to “All files (*.*)”
    12. Type the name in as: atproto-did.
    include the ending period, but no file extension.
    13. Click Save (and remember where you saved it)

    14. Load up your favorite FTP program, I’m using Core FTP LE
    15. Find the atproto-did file in your system
    16. Go to <yourDomain>/.well-known/
    17. Copy the file from your computer to the .well-known directory on your domain. If it has a file extension, you’ve done it wrong, but can actually rename it through the FTP client to erase the extension.

    18. Go back to your web browser and Click “Verify Text File”

    19. Confirm that the domain was verified.
    20. Click “Update to <yourDomain>”

    And there you have it. You will now have a custom handle that works a lot like a verification check on other platforms.

    Categories
    Tutorials

    StreamElements Audio Ducking in OBS

    Don’t you hate it when you’re streaming and you’ve got your music going and then an alert plays and suddenly your stream sounds like a chaotic mess? So maybe you reach for the mute button on your desktop audio and right at that moment an opponent appears and it’s too late.

    Can’t OBS handle the audio itself?

    Well, yes, in this tutorial we’re going to learn how to do it. We’ll have a StreamElements Alert temporarily lower the desktop audio which is a process called ducking.

    For the really quick version:

    • Make sure OBS.Live is installed. If you can see “StreamElements” in the menu on the top, then you’ve got it.
    • Make sure the StreamElements Source is in your scene.
    • Within properties on that StreamElements Source, make sure that “Control audio via OBS” is checked.
    • In the Audio Mixer, you should now see your StreamElements Source appear.
    • Now go to “Filters” on your Desktop Audio (or whatever audio you want to duck).
    • Add a Compressor Filter and give it a good name.
    • Settings I like – Ratio: 2.50:1, Threshold: -50dB, Attack: 1ms, Release: 1000ms, Output Gain: 0dB, Sidechain/Ducking Source: <your StreamElements source>
    • Then give it a quick test, maybe mess with Ratio a bit to get the ducked audio just right for your stream and you’re done.

    This was my first video tutorial in the tech area. Please let me know how I could improve it.