initial example axum, streamer runs in thread

This commit is contained in:
devdesk
2024-02-20 23:29:33 +02:00
parent 24b65a8ee5
commit 831322e44a
3 changed files with 83 additions and 4 deletions

View File

@@ -20,4 +20,6 @@ pcap-parser = { version = "0.14.1", features = ["data"] }
png = "0.17.10"
pyo3 = { version = "0.20.0", "features" = ["extension-module"] }
serde = { version = "1.0.193", features = ["derive", "serde_derive", "alloc"] }
tokio = { version = "1.36.0", features = ["full"] }
tracing-subscriber = "0.3.18"
v4l = { version = "0.14.0", features = ["v4l2"], default-features = false }