ec-node: WebTransport publish + web hang-watch

This commit is contained in:
every.channel 2026-02-16 12:54:42 -05:00
parent 791c7beee7
commit 339aef50e0
No known key found for this signature in database
19 changed files with 1355 additions and 2229 deletions

View file

@ -4,8 +4,12 @@ version = "0.0.0"
edition.workspace = true
license.workspace = true
[features]
default = []
ffmpeg-ffi = ["dep:ac-ffmpeg"]
[dependencies]
ac-ffmpeg = "0.19.0"
ac-ffmpeg = { version = "0.19.0", optional = true }
anyhow.workspace = true
blake3.workspace = true
ec-core = { path = "../ec-core" }