Skip to content

Releases: NOALBS/nginx-obs-automatic-low-bitrate-switching

NOALBS v2.8.0

23 Jun 03:19
ad45666
Compare
Choose a tag to compare

New

  • Added command to change profile and scene collection.

Changes

NOALBS v2.7.3

30 Nov 02:04
3724b7f
Compare
Choose a tag to compare

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 setting announceRaidOnAutoStop 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

06 Sep 21:24
ba68b5f
Compare
Choose a tag to compare

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

25 Aug 11:03
c932cf2
Compare
Choose a tag to compare

New

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

23 Jul 05:43
0cb917d
Compare
Choose a tag to compare

New

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

16 Jun 02:04
90e1a8e
Compare
Choose a tag to compare

New

  • Added option to also start recording when streaming recordWhileStreaming.

Changes

  • PT-BR fixing some sentences by @viniciosyals. (#104)

Bugfixes

  • Fix NGINX stats parsing when video codec missing. (#105)
  • Only show OBS based switching source status when streaming.

NOALBS v2.6.0

09 Jun 23:19
310530a
Compare
Choose a tag to compare

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

11 May 02:30
328a4f2
Compare
Choose a tag to compare

New

Full Changelog: v2.5.4...v2.5.5

NOALBS v2.5.4

02 Apr 19:56
e1f2821
Compare
Choose a tag to compare

New

  • Added Polish language thanks to palczuu.

NOALBS v2.5.3

16 Feb 02:11
901afd3
Compare
Choose a tag to compare

Bugfixes

  • Mark idle status on NGINX RTMP as offline (thanks @rationalsa)
    When idle_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.