Skip to content

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

NOALBS v2.5.5

11 May 02:30
328a4f2

Choose a tag to compare

New

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

NOALBS v2.5.4

02 Apr 19:56
e1f2821

Choose a tag to compare

New

  • Added Polish language thanks to palczuu.

NOALBS v2.5.3

16 Feb 02:11
901afd3

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.

NOALBS v2.5.2

04 Feb 22:59
8f0617f

Choose a tag to compare

New

  • Add option to enable/disable public/mod commands from chat. (#88)
    (This was not yet implemented in v2. Should work exactly the same as in v1.)
  • Add Swedish language thanks to @Ungutvecklare. (#92)

Bugfixes

  • Add missing fields when converting to v2 config. (#89)
    Some fields from the v1 config were not being used when converting to a v2 config causing the default value to be used.
  • Fix parsing NGINX application without live element. (#89)

NOALBS v2.5.1

28 Jan 06:27
89d970e

Choose a tag to compare

New

  • Add option to enable/disable public/mod commands from chat. (#88)
    (This was not yet implemented in v2. Should work exactly the same as in v1.)

Bugfixes

  • Add missing fields when converting to v2 config. (#89)
    Some fields from the v1 config were not being used when converting to a v2 config causing the default value to be used.
  • Fix parsing NGINX application without live element. (#89)

NOALBS v2.5.0

24 Jan 08:52
23707a6

Choose a tag to compare

New

  • Add option to enable/disable public/mod commands from chat. (#88)
    (This was not yet implemented in v2. Should work exactly the same as in v1.)

NOALBS v2.4.2

21 Dec 00:32
ca1c02b

Choose a tag to compare

New

  • NOALBS will now automatically try to convert an old config to the new format.
    When upgrading to NOALBS v2 you'll just have to add the config from v1 in the same directory.
  • Show a message when a new version is available.

Bugfixes

  • Actually generate .env file and save config from v1.

NOALBS v2.4.1

19 Dec 07:46
0029648

Choose a tag to compare

New

  • NOALBS will now automatically try to convert an old config to the new format.
    When upgrading to NOALBS v2 you'll just have to add the config from v1 in the same directory.
  • Show a message when a new version is available.

NOALBS v2.4.0

18 Dec 21:25
2673e7b

Choose a tag to compare

New

  • NOALBS will now automatically try to convert an old config to the new format.
    When upgrading to NOALBS v2 you'll just have to add the config from v1 in the same directory.

NOALBS v2.3.0

16 Dec 01:58
591002e

Choose a tag to compare

New

  • Add support for other languages in chat response.
    The ability to have a chat response in a different language wasn't implemented yet for v2, it now works just as v1.
    You can change the language straight from chat by using the command
    !noalbs lang [file name from locale] for example !noalbs lang zh_tw.

Bugfixes

  • Only use fix command on RTMP and SRT sources.