Releases: NOALBS/nginx-obs-automatic-low-bitrate-switching
Releases · NOALBS/nginx-obs-automatic-low-bitrate-switching
NOALBS v2.8.0
New
- Added command to change profile and scene collection.
Changes
- Updated zh_tw by @Onijima. (#131)
- Updated fr by @VictorJaunts. (#132)
NOALBS v2.7.3
New
- Added Dutch language option thanks to @Chasin1. (#126)
- Added command to toggle OBS source items.
- Announce the raided channel when auto stopping.
(can be disabled by settingannounceRaidOnAutoStop
to false)
Changes
- Raids are now detected from the PubSub since host mode has been removed.
- Also show usernames on OBS logs. (#121)
Bugfixes
- Fix crash when loading file that doesn't have an extension. (#118)
NOALBS v2.7.2
Changes
- Added log message when switcher resumes after waiting.
- Reuse HTTP client.
Bugfixes
- Fixed possible deadlock when using dependsOn.
- Show the actual error when BELABOX stats page is unreachable.
NOALBS v2.7.1
New
- Added Norwegian Bokmål language option thanks to @datagutt. (#114)
- Added French language option thanks to @thib3113. (#115)
Changes
- Updated nginx.conf by @DigibitDK. (#113)
- Serverinfo command now also shows the current scene name.
- Show the reason why the handshake to OBS WebSocket v5 failed.
Bugfixes
- Fixed panic in fix command caused by group source.
- Fixed refresh command to use the current scene.
- Serverinfo command now works with OBS WebSocket v5.
Thanks @DigibitDK !
NOALBS v2.7.0
New
- Added support for OBS-WebSocket 5.
Changes
Notes
- If you want to continue using OBS-Websocket 4, change the server type in the config to
ObsOld
. - NOALBS now has a Discord Server.
NOALBS v2.6.1
NOALBS v2.6.0
New
- Added refresh scene back.
- Added ability to switch based on OBS media/VLC source.
- Added option to disable stream servers.
- Added offline timeout feature.
- Added server info command.
- Added RTT based offline trigger.
- Added Italian language thanks to chefmauriziol and @FkManu.
- Added Brazilian Portuguese language thanks to @viniciosyals. (#102)
Changes
- Updated Spanish language by @edinsof. (#100)
- Improved error message when config file not found. (#81)
- Added warning message when .env file not found. (Thanks @rationalsa)
- Renamed .env.example to .env.
Bugfixes
- Fixed fuzzy matching in switch scene command.
- Fixed fix command to not get stuck on a black screen. (Thanks for helping @DigibitDK)
- Fixed RTT trigger command to show correct symbol.
Thanks to @b3ck as always.
NOALBS v2.5.5
NOALBS v2.5.4
New
- Added Polish language thanks to palczuu.
NOALBS v2.5.3
Bugfixes
- Mark idle status on NGINX RTMP as offline (thanks @rationalsa)
Whenidle_streams off;
wasn't being used, it would keep switching to the previous scene due to the stats reporting a bitrate of 0 kbps when the stream went offline.