Stream Information Dock URL?

TomberWolf

New Member
Hey girls and guys,

after the latest update, my Chat and Stream Informations Docks won't be saved anymore, so I have to relog to Twitch every time I start OBS.
The Chat isn't a problem but I really need the Stream Information Panel.

Could somebody tell me if there's an URL for this so I can add it as a custom dock and don't need to relog every time?

Thanks!

Best regards
Tom
 

WBE

Member
After the latest update... do you mean OBS Studio 27.2? Unfortunately that version was withdrawn and the latest stable release is now 27.1.3 again (see Downloads page). So if all was working OK with that version, please install that again.

For specific Twitch URLs you'd better look at Twitch support community, I guess...
 

TomberWolf

New Member
Why should I? Everything else is working fine. I just need the URL.
But yes, you're right, I could ask at a Twitch support community.
 

josephsmendoza

New Member
To add on to the last comment, user-specific information can be stripped from twitch urls, so in this case the user-agnostic url would be:
https://dashboard.twitch.tv/popout/stream-manager/edit-stream-info
If you're already logged in, you get redirected to your user-specific url, otherwise you are prompted to login first.
 

josephsmendoza

New Member
If you ever need to look up this information for any of the docks that obs includes with its service integrations, you can find them hardcoded in the auth-*.cpp files here. From reading the restream and twitch files, each dock seems to have it's url initialized with url = and some are built in parts with url +=. You'll have to understand that += adds on to a previously-defined variable to be able to put these urls together. As stated before, the full url for twitch docks includes the streamer name, but you can actually remove that segment to get redirected based on your login.
 
Last edited:

moonslink

New Member
To add on to the last comment, user-specific information can be stripped from twitch urls, so in this case the user-agnostic url would be:
https://dashboard.twitch.tv/popout/stream-manager/edit-stream-info
If you're already logged in, you get redirected to your user-specific url, otherwise you are prompted to login first.
Thank you! I sometimes switch to another account, so this is very helpful. I wonder if you could do the same for the YouTube dashboard/chat. cause the link is updated every time a stream ends.
 
Top