OBS Stops Streaming with my Key and logs into my account automatically / Why?

OTC

New Member
While live streaming to YouTube OBS stops streaming with my key and logs into my YouTube account, then tells me I have to set up a stream making me lose my URL and start my stream over again. I don't understand why it is logging into my account when I chose stream with a stream key. In my shell:startup I do have the autoexec.bat
cd\
cd "Program Files"\obs-studio\bin\64bit\
start obs64.exe --startstreaming
exit
but that should not make a difference and I have not lost power or restarted the machine I am streaming on.
If I have described my problem adequately does anyone have any ideas?
Please help!
 

fpn

New Member
I tried your scenario on my own OBS installation. Except I did not used startup+autoexec.bat (only cd and start).
It worked for me: the streaming starts using the OBS Stream settings with Server & Stream key as defined in OBS Settings/Stream.

May be autoexec.bat is launched again for some (yet unknown) reason ?

Actually I am surprised by such a usage. It appears you want to go streaming automactically at power up ...?
Also there are some options for the command start, such as start /w
And what is the purpose for the command Exit ? is it mandatory ?

Not sure it helps a lot but tried...
 
Top