Skip to content

Releases: harlanc/xiu

v0.0.4

21 Aug 06:46
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

This release fixes some bugs.

v0.0.2

18 Aug 07:24
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

This release includes the following changes:

  • Support remux RTMP stream to HTTPFLV stream.
  • Support remux RTMP stream to HLS stream.
  • Bug fix.
  • Add detailed logs.

此次发布包括如下改动:

  • 支持将RTMP协议直播流转封装为HTTPFLV协议的流。
  • 支持将RTMP协议直播流转封装为HLS协议的流。
  • Bugs 修复。
  • 添加更加详细的日志。

v0.0.1

15 May 12:10
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is a pre-release, it includes the following features:

  • A RTMP server for live stream publish and play.
  • RTMP live stream relay including static push and pull.

It includes three crate libraries:

  • RTMP protocol library.
  • A FLV tag parser library.
  • A network IO library for reading and writing networking bytes easily.

此次发布包括如下功能:

  • 支持RTMP流的发布和播放。
  • 支持RTMP流的转发,包括转推和回源。

此次发布下面三个crate库:

  • RTMP协议库。
  • FLV tag解析库。
  • 一个方便读写网络字节流的IO库。