Releases: harlanc/xiu
Releases · harlanc/xiu
v0.6.1
v0.6.0
v0.5.0
v0.4.0
- This version add supports for redirecting logs to files, including:
-
Setting custom rotate.
-
Setting log path.
Configurations: ########################## # LOG configurations # ########################## [log] level = "info" [log.file] # write log to file or not(Writing logs to file or console cannot be satisfied at the same time). enabled = true rotate = "hour" #[day,hour,minute] path = "./logs"
-
v0.3.0
-
Support for configuring xiu using the command line
Usage: xiu [OPTIONS] <--config <path>|--rtmp <port>> Options: -c, --config <path> Specify the xiu server configuration file path. -r, --rtmp <port> Specify the RTMP listening port.(e.g.:1935) -f, --httpflv <port> Specify the HTTP-FLV listening port.(e.g.:8080) -s, --hls <port> Specify the HLS listening port.(e.g.:8081) -l, --log <level> Specify the log level. [possible values: trace, debug, info, warn, error, debug] -h, --help Print help -V, --version Print version
v0.1.0: Merge pull request #32 from harlanc/dev
- Fix error #30 , clean up the remaining PPS data.
- Fix the error handling chain.