|
楼主 |
发表于 2024-8-9 04:38:20
|
显示全部楼层
Well, I tried to import the login information from Elgato Stream Deck into HotSpot Stream Dock.
I found the registry key in Windows that stores Streamlabs login info. It's HKCU\SOFTWARE\Elgato Systems GmbH\StreamDeck\settings_account_streamlabs
The values "www.streamlabs.com11111111" and "bot.streamer.streamdeckbot.streamer.streamdeck" had an incredibly long chunk of info saved as hexadecimal data. It's not included here for security reasons, but you get the idea. I just put zeros and ones to hide my personal information. Here is the registry data:
- Windows Registry Editor Version 5.00
- [HKEY_CURRENT_USER\SOFTWARE\Elgato Systems GmbH\StreamDeck]
- "www.streamlabs.com11111111"=hex:
- "bot.streamer.streamdeckbot.streamer.streamdeck"=hex:
- [HKEY_CURRENT_USER\SOFTWARE\Elgato Systems GmbH\StreamDeck\settings_account_streamlabs]
- "size"=hex(b):01,00,00,00,00,00,00,00
- [HKEY_CURRENT_USER\SOFTWARE\Elgato Systems GmbH\StreamDeck\settings_account_streamlabs\1]
- "createTime"=hex(b):00,00,00,00,00,00,00,00
- "displayName"="USER NAME"
- "userId"="11111111"
复制代码
I tried to import that data into the existing registry key "HKCU\SOFTWARE\HotSpot\StreamDock." In doing so, I discovered that the app is probably not using this registry entry because it's empty. It seems like this software is saving data into "%appdata%\HotSpot\StreamDock\config\StreamDockConfig.ini".
So, Streamlabs is still not working, but at least I figured out where the user data is stored. |
|