Releases: e04/go-irl
Releases · e04/go-irl
v2.3.2
v2.3.1
v2.2.0
Release Notes - v2.2.0
New Features
- Added
-srt-hostflag for server mode: A new command-line option-srt-hosthas been introduced to specify the SRT output host address in server mode. This allows the server to send SRT streams to clients on different machines by specifying their IP address (e.g.,-srt-host=192.168.1.200). Default value is127.0.0.1.
Changes
- Renamed
-srtPortflag to-srt-port: The SRT port flag has been renamed from-srtPortto-srt-portfor consistency with other flag naming conventions (kebab-case).