Skip to content
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

Open
koerby opened this issue Aug 6, 2024 · 3 comments
Open

Scene switch to Previous? #171

koerby opened this issue Aug 6, 2024 · 3 comments

Comments

@koerby
Copy link

koerby commented Aug 6, 2024

Where can i config the previous scene for switch on start? It's always the same scene like "normal"

@b3ck
Copy link
Collaborator

b3ck commented Aug 6, 2024

so in the config you have these options:

    "switchToStartingSceneOnStreamStart": false,
    "switchFromStartingSceneToLiveScene": false

Let's take a look at this first one:
"switchToStartingSceneOnStreamStart"
This means when you start streaming in OBS via the chat command !start it will change to the scene you have here:

    "starting": "STARTING",

And the second one:
"switchFromStartingSceneToLiveScene"
This means when you start streaming from your phone to your "middleman" server (whether it be in the cloud like belabox cloud or a locally hosted one) it will change to this scene:

      "normal": "LIVE",

That make sense?

@koerby
Copy link
Author

koerby commented Aug 7, 2024

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
2024-08-07T05:27:21.756229Z INFO NOALBS:Switcher: noalbs::switcher: Switcher running
2024-08-07T05:27:22.767023Z INFO NOALBS:Switcher: noalbs::switcher: Scene switched to [Normal] Mobile_live
2024-08-07T05:27:32.848029Z INFO NOALBS:Switcher: noalbs::switcher: Scene switched to [Offline] Mobile_Offline
2024-08-07T05:27:38.928385Z INFO NOALBS:Switcher: noalbs::switcher: Scene switched to [Previous] Mobile_live
2024-08-07T05:27:49.960887Z INFO NOALBS:Switcher: noalbs::switcher: Scene switched to [Normal] Mobile_live

@715209
Copy link
Member

715209 commented Aug 7, 2024

Hi, the previous scene is automatically set to the last used switchable scene. You can't manually set it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants