mirror of
https://github.com/nestriness/warp.git
synced 2025-12-15 03:15:41 +02:00
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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user