Skip to content

Releases: AgustinSRG/rtmp-server

Version 1.3.1

22 Mar 11:21
5e660ff

Choose a tag to compare

Upgraded dependencies:

  • github.com/golang-jwt/jwt/v5 -> v5.2.2
  • github.com/redis/go-redis/v9 -> v9.7.3

Version 1.3.0

24 Jan 20:58
e19be3c

Choose a tag to compare

Changelog:

  • Added integration with tcp-video-streaming's control server.
  • Fixed environment variable initialization issue for LOG_DEBUG and LOG_REQUESTS.

Version 1.2.3

07 Dec 19:20
aab10a5

Choose a tag to compare

Minor patch version.

Changelog:

  • Upgraded go-redis dependency to latest version: v9.7.0.
  • Moved SSL certificate and key reloading logic to library: go-tls-certificate-loader. This also removes an issue that causes a panic if the certificate file exists, but not the private key file.

Version 1.2.2

16 Oct 20:40
11752eb

Choose a tag to compare

No source code changes.

This release adds a GitHub actions workflow to publish multi-platform images to Docker Hub.

The workflow will build the images for the following platforms:

  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64

Version 1.2.1

21 Sep 12:03
9e71ddf

Choose a tag to compare

  • Upgraded go version to 1.22
  • Upgraded go-redis to v9.6.1
  • Reduced Docker image size

Version 1.2.0

03 Jun 07:12
2d20aa6

Choose a tag to compare

  • Added option SSL_CHECK_RELOAD_SECONDS, to reload SSL key and certificate without restarting the server.

Version 1.1.0

21 May 09:30
7a38f27

Choose a tag to compare

  • Added new option: RTMP_HOST in order to add it into the JWT for the callback handler.
  • Added support for .env files.

Version 1.0.3

24 Oct 19:50
e06cc70

Choose a tag to compare

Upgrade dependencies:

  • Removed go.d.plugin (use the core net package instead)
  • go-redis to v9.2.1

Version 1.0.2

16 Sep 09:32
d29e95d

Choose a tag to compare

  • Upgraded dependencies (go-redis and go.d.plugin)

Version 1.0.1

03 Aug 13:56
38ba62d

Choose a tag to compare

Updated dependencies
Minor code lint fixes