fix(sink): add `isomp4mux` as it produces the mp4 boxes we need (plus can work with video and audio in parallel)

This commit is contained in:
Wanjohi
2024-01-18 06:49:07 +03:00
parent c6b8eb795b
commit a86067ab35
4 changed files with 263 additions and 192 deletions

View File

@@ -31,6 +31,7 @@ moq-transport = { git = "https://github.com/kixelated/moq-rs", version = "0.2.0"
serde_json = "1"
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" }
[build-dependencies]
clap = { version = "4", features = ["derive"] }