Skip to content

Commit

Permalink
xiu new release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed Feb 2, 2024
1 parent 782deb8 commit 0fa61e3
Show file tree
Hide file tree
Showing 31 changed files with 123 additions and 74 deletions.
39 changes: 19 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions application/xiu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ Open issues if you have any problems. Star and pull requests are welcomed. Your
- Support HLS record.
## v0.9.1
- Support WebRTC(whip/whep).
## v0.10.0
- Remove no used "\n" for error message.
- Support remux from WHIP to RTMP.



1 change: 1 addition & 0 deletions confs/local/rtmp.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ chrono = "0.4"
indexmap = "1.9.3"
reqwest = "0.11.14"
async-trait = "0.1.70"
hex = "0.4"
serde_json = { version = "1", default-features = false, features = [
"alloc",
"raw_value",
Expand Down
3 changes: 3 additions & 0 deletions confs/local/webrtc.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ failure = "0.1.1"
log = "0.4"
webrtc = "0.8.0"
async-trait = "0.1.70"
fdk-aac = "0.6.0"
opus = "0.3.0"

bytesio = { path = "../../library/bytesio/" }
streamhub = { path = "../../library/streamhub/" }
xflv = { path = "../../library/container/flv/" }
6 changes: 3 additions & 3 deletions confs/online/flv.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xflv"
description = "flv library."
version = "0.3.0"
version = "0.4.0"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand All @@ -16,6 +16,6 @@ bytes = "1.0.0"
failure = "0.1.1"
serde = { version = "1.0", features = ["derive", "rc"] }
log = "0.4"
bytesio = "0.3.0"
h264-decoder = "0.2.0"
bytesio = "0.3.1"
h264-decoder = "0.2.1"

4 changes: 2 additions & 2 deletions confs/online/h264.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "h264-decoder"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["HarlanC <[email protected]>"]
description = "a h264 decoder"
Expand All @@ -15,5 +15,5 @@ bytes = "1.0.0"
log = "0.4"
failure = "0.1.1"

bytesio = "0.3.0"
bytesio = "0.3.1"

10 changes: 5 additions & 5 deletions confs/online/hls.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hls"
description = "hls library."
version = "0.4.2"
version = "0.4.3"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand All @@ -18,10 +18,10 @@ log = "0.4"
axum = { version = "0.7.4" }
tokio-util = { version = "0.6.5", features = ["codec"] }

streamhub = "0.1.2"
xflv = "0.3.0"
rtmp = "0.4.2"
xmpegts = "0.2.0"
streamhub = "0.2.0"
xflv = "0.4.0"
rtmp = "0.5.0"
xmpegts = "0.2.1"

[dependencies.tokio]
version = "1.4.0"
Expand Down
8 changes: 4 additions & 4 deletions confs/online/httpflv.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "httpflv"
description = "httpflv library."
version = "0.3.2"
version = "0.3.3"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand All @@ -18,9 +18,9 @@ log = "0.4"
axum = { version = "0.7.4" }
futures = "0.3"

streamhub = "0.1.2"
xflv = "0.3.0"
rtmp = "0.4.2"
streamhub = "0.2.0"
xflv = "0.4.0"
rtmp = "0.5.0"

[dependencies.tokio]
version = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions confs/online/mpegts.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xmpegts"
description = "mpegts library."
version = "0.2.0"
version = "0.2.1"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand All @@ -15,4 +15,4 @@ byteorder = "1.4.2"
bytes = "1.0.0"
failure = "0.1.1"

bytesio = "0.3.0"
bytesio = "0.3.1"
6 changes: 3 additions & 3 deletions confs/online/pprtmp.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pprtmp"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,8 +11,8 @@ log = "0.4.0"
env_logger = "0.10.0"
clap = "4.1.4"

rtmp = "0.4.1"
streamhub = "0.1.1"
rtmp = "0.5.0"
streamhub = "0.2.0"

[dependencies.tokio]
version = "1.26.0"
Expand Down
11 changes: 6 additions & 5 deletions confs/online/rtmp.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rtmp"
description = "rtmp library."
version = "0.4.2"
version = "0.5.0"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand All @@ -23,17 +23,18 @@ chrono = "0.4"
indexmap = "1.9.3"
reqwest = "0.11.14"
async-trait = "0.1.70"
hex = "0.4"
serde_json = { version = "1", default-features = false, features = [
"alloc",
"raw_value",
"std",
] }
serde = { version = "1.0", features = ["derive", "rc"] }

streamhub = "0.1.2"
xflv = "0.3.0"
bytesio = "0.3.0"
h264-decoder = "0.2.0"
streamhub = "0.2.0"
xflv = "0.4.0"
bytesio = "0.3.1"
h264-decoder = "0.2.1"

[dependencies.tokio]
version = "1.4.0"
Expand Down
6 changes: 3 additions & 3 deletions confs/online/rtsp.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xrtsp"
version = "0.1.2"
version = "0.1.3"
description = "A rtsp library."
edition = "2021"
authors = ["HarlanC <[email protected]>"]
Expand All @@ -24,5 +24,5 @@ async-trait = "0.1.70"
base64 = "0.21.2"
hex = "0.4.3"

bytesio = "0.3.0"
streamhub = "0.1.2"
bytesio = "0.3.1"
streamhub = "0.2.0"
6 changes: 3 additions & 3 deletions confs/online/streamhub.Cargo.toml
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.1.2"
version = "0.2.0"
edition = "2021"
authors = ["HarlanC <[email protected]>"]
license = "MIT"
Expand All @@ -26,8 +26,8 @@ serde_json = { version = "1", default-features = false, features = [
] }
serde = { version = "1.0", features = ["derive", "rc"] }

xflv = "0.3.0"
bytesio = "0.3.0"
xflv = "0.4.0"
bytesio = "0.3.1"

[dependencies.tokio]
version = "1.4.0"
Expand Down
9 changes: 6 additions & 3 deletions confs/online/webrtc.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xwebrtc"
version = "0.1.1"
version = "0.2.0"
description = "A whip/whep library."
edition = "2021"
authors = ["HarlanC <[email protected]>"]
Expand All @@ -19,6 +19,9 @@ failure = "0.1.1"
log = "0.4"
webrtc = "0.8.0"
async-trait = "0.1.70"
fdk-aac = "0.6.0"
opus = "0.3.0"

bytesio = "0.3.0"
streamhub = "0.1.2"
bytesio = "0.3.1"
streamhub = "0.2.0"
xflv = "0.4.0"
Loading

0 comments on commit 0fa61e3

Please sign in to comment.