ec-node: WebTransport publish + web hang-watch
This commit is contained in:
parent
791c7beee7
commit
339aef50e0
19 changed files with 1355 additions and 2229 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue