feat: add audio stream

This commit is contained in:
Wanjohi
2024-02-01 09:12:17 +03:00
parent d00c3383e0
commit 758888b2f8
4 changed files with 535 additions and 361 deletions

View File

@@ -32,6 +32,7 @@ rfc6381-codec = "0.1"
clap = { version = "4", features = ["derive"] }
gst-plugin-mp4 = { git = "https://github.com/sdroege/gst-plugin-rs", version = "0.12.0-alpha.1" }
gst-plugin-fmp4 = { git = "https://github.com/sdroege/gst-plugin-rs", version = "0.12.0-alpha.1" }
gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", version = "0.22.0" }
# uuid = "1.7.0"
[build-dependencies]