Scan and generate Video HLS playlists on startup

Refactored and improved video path state. Bumped versions of some dependencies.
This commit is contained in:
Cameron
2024-12-05 20:19:03 -05:00
parent 2b2a811cae
commit 0419aa2323
6 changed files with 593 additions and 62 deletions

View File

@@ -13,6 +13,7 @@ lto = true
actix = "0.13.1"
actix-web = "4"
actix-rt = "2.6"
tokio = { version = "1.42.0", features = ["default", "process", "sync"] }
actix-files = "0.6"
actix-multipart = "0.7.2"
futures = "0.3.5"
@@ -20,19 +21,17 @@ jsonwebtoken = "9.3.0"
serde = "1"
serde_json = "1"
diesel = { version = "2.2.5", features = ["sqlite"] }
diesel_migrations = "2.0.0"
hmac = "0.12.1"
sha2 = "0.10.8"
diesel_migrations = "2.2.0"
chrono = "0.4"
dotenv = "0.15"
bcrypt = "0.16.0"
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "jpeg_rayon"] }
image = { version = "0.25.5", default-features = false, features = ["jpeg", "png", "rayon"] }
walkdir = "2.4.0"
rayon = "1.5"
notify = "6.1.1"
path-absolutize = "3.1"
log="0.4"
env_logger= "0.11.5"
log = "0.4"
env_logger = "0.11.5"
actix-web-prom = "0.9.0"
prometheus = "0.13"
lazy_static = "1.5"