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

NOALBS and Kiloview p2 with Nginx doesn't change the scene when disconnecting #120

Open
FkManu opened this issue Sep 14, 2022 · 7 comments

Comments

@FkManu
Copy link

FkManu commented Sep 14, 2022

Hi, I have a little problem with the switcher:
I connected a kiloview p2 (in bonding) to an Nginx server on a vps, it creates an always active channel with the Nginx server that constantly marks 0 bit/s. The switcher works well on drops, but when the encoder is turned off the scene change is blocked on the "live'' scene, without more switching to the "low'' scene, probably because the signal is always constantly active at 0 bit/s, I tried to raise the trigger threshold but nothing changes anyway, is it possible that it is a bug?
Usually in my classic RTMP-Nginx system when the signal is off the bot replies with '' No connection :( '' usually in my classic RTMP-Nginx system when the signal is off the bot replies with `` No connection :( '' instead with the encoder signal off it replies ''nginx: 0''

chatterino_cXdSl9Zzgp
image_2022-09-14_22-16-46

@DigibitDK
Copy link
Contributor

What Noalbs-version are you using?
As far as I can tell, your have 'idle_streams on;' in NGINX right?

@FkManu
Copy link
Author

FkManu commented Sep 14, 2022

What Noalbs-version are you using? As far as I can tell, your have 'idle_streams on;' in NGINX right?

I am currently using version 2.7.2 (the latest) and on Nginx I have 'idle_streams on;' because otherwise it gives me problems with the kilolink server to which I connected Nginx

@DigibitDK
Copy link
Contributor

Just to be clear. The issue that you experience is that it stays on your live-scene, when you disconnect your kiloview right?
But otherwise scene-switching is working fine. It will switch from live to low-bitrate on low-bitrate?

@FkManu
Copy link
Author

FkManu commented Sep 16, 2022

Just to be clear. The issue that you experience is that it stays on your live-scene, when you disconnect your kiloview right? But otherwise scene-switching is working fine. It will switch from live to low-bitrate on low-bitrate?

yes, exactly, for example if the kiloview's battery die and It disconnect, the switcher doesn't change from live scene ti brb

@715209
Copy link
Member

715209 commented Sep 18, 2022

Hi @FkManu,

You can set the offline trigger to a value greater than 0 to force it to change to the offline scene when the bitrate drops below that number.

@ibob92
Copy link

ibob92 commented Oct 19, 2022

I have the same issue, tried to change trigger and to switch to an SRT signal but the problem remains. The script reads that the stream is active at 0kb/s and OBS is stuck to the IRL scene until the signals are manually turned off by the bonding server options.

@FkManu
Copy link
Author

FkManu commented Oct 19, 2022

Hi @FkManu,

You can set the offline trigger to a value greater than 0 to force it to change to the offline scene when the bitrate drops below that number.

I tried putting 100 in the offline value it does not change because it does not seem to recognize a signal that arrives but which is exactly 0.
I also tried to do the same thing but deactivating the switch on ''low'' by inserting a value ''null'' but in any case the bot continues to detect the 0 bitrate as a positive value and does not change the scene anyway

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

4 participants