-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scene switch to Previous? #171
Comments
so in the config you have these options: "switchToStartingSceneOnStreamStart": false,
"switchFromStartingSceneToLiveScene": false Let's take a look at this first one: "starting": "STARTING", And the second one: "normal": "LIVE", That make sense? |
Yes, this ist ok, but when my "mobile" stream get's down and reconnected, first they switch to [previous] and then to [normal], but its the same scene? where can i change the [previous] scene? 07T05:26:47.551463Z INFO noalbs::chat::chat_handler: executed command: Start |
Hi, the previous scene is automatically set to the last used switchable scene. You can't manually set it |
Where can i config the previous scene for switch on start? It's always the same scene like "normal"
The text was updated successfully, but these errors were encountered: