Releases: AgustinSRG/rtmp-server
Releases · AgustinSRG/rtmp-server
Version 1.3.1
Upgraded dependencies:
github.com/golang-jwt/jwt/v5->v5.2.2github.com/redis/go-redis/v9->v9.7.3
Version 1.3.0
Changelog:
- Added integration with tcp-video-streaming's control server.
- Fixed environment variable initialization issue for
LOG_DEBUGandLOG_REQUESTS.
Version 1.2.3
Minor patch version.
Changelog:
- Upgraded
go-redisdependency 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
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/amd64linux/arm/v6linux/arm/v7linux/arm64
Version 1.2.1
- Upgraded go version to
1.22 - Upgraded
go-redistov9.6.1 - Reduced Docker image size
Version 1.2.0
- Added option
SSL_CHECK_RELOAD_SECONDS, to reload SSL key and certificate without restarting the server.
Version 1.1.0
- Added new option:
RTMP_HOSTin order to add it into the JWT for the callback handler. - Added support for
.envfiles.
Version 1.0.3
Upgrade dependencies:
- Removed
go.d.plugin(use the corenetpackage instead) go-redistov9.2.1
Version 1.0.2
- Upgraded dependencies (
go-redisandgo.d.plugin)
Version 1.0.1
Updated dependencies
Minor code lint fixes