From b6110e66b342028f9a00b29f47d508fbea24d2a8 Mon Sep 17 00:00:00 2001 From: Harlan Date: Sun, 28 May 2023 14:52:02 +0800 Subject: [PATCH] new release: xiu v0.6.1 xflv v0.2.1 rtmp v0.3.1 httpflv v0.2.1 hls v0.2.1 --- application/xiu/Cargo.toml | 14 +++++++------- application/xiu/README.md | 6 ++++++ application/xiu/src/main.rs | 2 +- library/container/flv/Cargo.toml | 2 +- library/container/flv/README.md | 3 +++ protocol/hls/Cargo.toml | 8 ++++---- protocol/hls/README.md | 3 +++ protocol/httpflv/Cargo.toml | 8 ++++---- protocol/httpflv/README.md | 3 +++ protocol/rtmp/Cargo.toml | 4 ++-- protocol/rtmp/README.md | 5 +++++ 11 files changed, 39 insertions(+), 19 deletions(-) diff --git a/application/xiu/Cargo.toml b/application/xiu/Cargo.toml index acf2086b..af2a81f9 100644 --- a/application/xiu/Cargo.toml +++ b/application/xiu/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xiu" description = "A powerful live server by Rust ." -version = "0.6.0" +version = "0.6.1" authors = ["HarlanC Result<()> { let mut cmd = Command::new("XIU") .bin_name("xiu") - .version("0.4.0") + .version("0.6.1") .author("HarlanC ") .about("A secure and easy to use live media server, hope you love it!!!") .arg( diff --git a/library/container/flv/Cargo.toml b/library/container/flv/Cargo.toml index f175fa20..7ff96de4 100644 --- a/library/container/flv/Cargo.toml +++ b/library/container/flv/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xflv" description = "flv library." -version = "0.2.0" +version = "0.2.1" authors = ["HarlanC anyhow::Result<()> { - Support notify stream status. - Add HTTP API to kickoff clients. - Fix some client session bugs. +## v0.3.1 +- Fix error that cannot receive rtmp stream pushed from GStreamer. +- Reference xflv new version v0.2.1. +- Fix RTMP examples in README. +