-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update changelogs and project files for new release
- Loading branch information
Showing
28 changed files
with
99 additions
and
50 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ async fn main() -> Result<()> { | |
|
||
let mut cmd = Command::new("XIU") | ||
.bin_name("xiu") | ||
.version("0.9.0") | ||
.version("0.12.7") | ||
.author("HarlanC <[email protected]>") | ||
.about("A secure and easy to use live media server, hope you love it!!!") | ||
.arg( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "xflv" | ||
description = "flv library." | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
authors = ["HarlanC <[email protected]"] | ||
repository = "https://github.com/harlanc/xiu" | ||
license = "MIT" | ||
|
@@ -18,6 +18,6 @@ serde = { version = "1.0", features = ["derive", "rc"] } | |
log = "0.4" | ||
indexmap = "1.9.3" | ||
|
||
bytesio = "0.3.2" | ||
h264-decoder = "0.2.2" | ||
bytesio = "0.3.3" | ||
h264-decoder = "0.2.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "h264-decoder" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
edition = "2021" | ||
authors = ["HarlanC <[email protected]>"] | ||
description = "a h264 decoder" | ||
|
@@ -15,5 +15,5 @@ bytes = "1.0.0" | |
log = "0.4" | ||
failure = "0.1.8" | ||
|
||
bytesio = "0.3.2" | ||
bytesio = "0.3.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "hls" | ||
description = "hls library." | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
authors = ["HarlanC <[email protected]"] | ||
repository = "https://github.com/harlanc/xiu" | ||
license = "MIT" | ||
|
@@ -18,9 +18,9 @@ log = "0.4" | |
axum = { version = "0.7.4" } | ||
tokio-util = { version = "0.6.5", features = ["codec"] } | ||
|
||
streamhub = "0.2.2" | ||
xflv = "0.4.2" | ||
xmpegts = "0.2.2" | ||
streamhub = "0.2.3" | ||
xflv = "0.4.3" | ||
xmpegts = "0.2.3" | ||
commonlib = "0.1.1" | ||
|
||
[dependencies.tokio] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "httpflv" | ||
description = "httpflv library." | ||
version = "0.4.3" | ||
version = "0.4.4" | ||
authors = ["HarlanC <[email protected]"] | ||
repository = "https://github.com/harlanc/xiu" | ||
license = "MIT" | ||
|
@@ -19,8 +19,8 @@ axum = { version = "0.7.4" } | |
futures = "0.3" | ||
chrono = "0.4" | ||
|
||
streamhub = "0.2.2" | ||
xflv = "0.4.2" | ||
streamhub = "0.2.3" | ||
xflv = "0.4.3" | ||
commonlib = "0.1.1" | ||
|
||
[dependencies.tokio] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "xmpegts" | ||
description = "mpegts library." | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
authors = ["HarlanC <[email protected]"] | ||
repository = "https://github.com/harlanc/xiu" | ||
license = "MIT" | ||
|
@@ -15,4 +15,4 @@ byteorder = "1.4.2" | |
bytes = "1.0.0" | ||
failure = "0.1.8" | ||
|
||
bytesio = "0.3.2" | ||
bytesio = "0.3.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pprtmp" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
edition = "2021" | ||
description = "A pull push RTMP app" | ||
authors = ["HarlanC <[email protected]"] | ||
|
@@ -16,8 +16,8 @@ log = "0.4.0" | |
env_logger = "0.10.0" | ||
clap = "4.1.4" | ||
|
||
rtmp = "0.6.3" | ||
streamhub = "0.2.2" | ||
rtmp = "0.6.4" | ||
streamhub = "0.2.3" | ||
|
||
[dependencies.tokio] | ||
version = "1.26.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "rtmp" | ||
description = "rtmp library." | ||
version = "0.6.3" | ||
version = "0.6.4" | ||
authors = ["HarlanC <[email protected]"] | ||
repository = "https://github.com/harlanc/xiu" | ||
license = "MIT" | ||
|
@@ -30,10 +30,10 @@ serde_json = { version = "1", default-features = false, features = [ | |
] } | ||
serde = { version = "1.0", features = ["derive", "rc"] } | ||
|
||
streamhub = "0.2.2" | ||
xflv = "0.4.2" | ||
bytesio = "0.3.2" | ||
h264-decoder = "0.2.2" | ||
streamhub = "0.2.3" | ||
xflv = "0.4.3" | ||
bytesio = "0.3.3" | ||
h264-decoder = "0.2.3" | ||
commonlib = "0.1.1" | ||
|
||
[dependencies.tokio] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xrtsp" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
description = "A rtsp library." | ||
edition = "2021" | ||
authors = ["HarlanC <[email protected]>"] | ||
|
@@ -29,6 +29,6 @@ serde_json = { version = "1", default-features = false, features = [ | |
"std", | ||
] } | ||
|
||
bytesio = "0.3.2" | ||
streamhub = "0.2.2" | ||
bytesio = "0.3.3" | ||
streamhub = "0.2.3" | ||
commonlib = "0.1.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "streamhub" | ||
description = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
edition = "2021" | ||
authors = ["HarlanC <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -27,8 +27,8 @@ serde_json = { version = "1", default-features = false, features = [ | |
] } | ||
serde = { version = "1.0", features = ["derive", "rc"] } | ||
|
||
xflv = "0.4.2" | ||
bytesio = "0.3.2" | ||
xflv = "0.4.3" | ||
bytesio = "0.3.3" | ||
|
||
[dependencies.tokio] | ||
version = "1.4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xwebrtc" | ||
version = "0.3.3" | ||
version = "0.3.4" | ||
description = "A whip/whep library." | ||
edition = "2021" | ||
authors = ["HarlanC <[email protected]>"] | ||
|
@@ -22,7 +22,7 @@ async-trait = "0.1.70" | |
fdk-aac = "0.6.0" | ||
audiopus = "0.3.0-rc.0" | ||
|
||
bytesio = "0.3.2" | ||
streamhub = "0.2.2" | ||
xflv = "0.4.2" | ||
bytesio = "0.3.3" | ||
streamhub = "0.2.3" | ||
xflv = "0.4.3" | ||
commonlib = "0.1.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "xiu" | ||
description = "A powerful live server by Rust ." | ||
version = "0.12.6" | ||
version = "0.12.7" | ||
authors = ["HarlanC <[email protected]"] | ||
repository = "https://github.com/harlanc/xiu" | ||
license = "MIT" | ||
|
@@ -27,12 +27,12 @@ axum = "0.6.10" | |
tokio-metrics = { version = "0.2.0", default-features = false } | ||
|
||
env_logger_extend = "0.1.3" | ||
streamhub = "0.2.2" | ||
rtmp = "0.6.3" | ||
xrtsp = "0.2.2" | ||
httpflv = "0.4.3" | ||
hls = "0.5.3" | ||
xwebrtc = "0.3.3" | ||
streamhub = "0.2.3" | ||
rtmp = "0.6.4" | ||
xrtsp = "0.2.3" | ||
httpflv = "0.4.4" | ||
hls = "0.5.4" | ||
xwebrtc = "0.3.4" | ||
commonlib = "0.1.1" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bytesio" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
authors = ["HarlanC <[email protected]>"] | ||
edition = "2018" | ||
description = "a network io library using tokio." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.