Skip to content

Releases: harlanc/xiu

v0.6.0

24 Apr 00:25
e0a7ee0
Compare
Choose a tag to compare
  • Support notifying stream status.
  • Support using HTTP API to kickoff clients.
  • Add a http-server demo for testing http notify.
  • Add a pull/push RTMP stream demo: pprtmp.
  • Fix some RTMP library bugs.

v0.5.0

12 Mar 02:13
Compare
Choose a tag to compare
  • Support configuration of RTMP GOP number.
  • Support querying RTMP stream information using HTTP api.

v0.4.0

12 Feb 04:10
Compare
Choose a tag to compare
  • 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

11 Feb 01:07
Compare
Choose a tag to compare
  • 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

21 Jan 00:40
02003b9
Compare
Choose a tag to compare
  • Fix error #30 , clean up the remaining PPS data.
  • Fix the error handling chain.

v0.0.11

28 Aug 00:11
Compare
Choose a tag to compare
  • Fix error that the RTMP crate processes the incomplete handshake data. #23

v0.0.10

31 Jan 10:25
Compare
Choose a tag to compare
  • Fix the panic error on Windows platform. #17

v0.0.9

24 Dec 14:59
Compare
Choose a tag to compare
  • Fix the problem of high CPU usage.[#16 ]
  • Improve: clear the m3u8 and TS files when the RTMP stream is Interrupted.

v0.0.8

04 Dec 10:19
Compare
Choose a tag to compare

This release includes the following changes:

  • fix errors that the HLS files cannot be generated successfully.[#15]

此次发布包括如下改动:

  • 修复HLS文件不能正确被生成的错误。[#15]

v0.0.5

05 Sep 00:11
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

This release includes the following changes:

  • Support cache GOP.
  • Bug fix.

此次发布包括如下改动:

  • 支持缓存GOP。
  • Bugs 修复。