mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-09 00:56:30 -05:00
v0.7.18: support H.265
There's no transcoding, so if the browser/player doesn't support these formats, they don't play. But it will record and allow downloads, and it seems to be working with Chrome on macOS at least. Fixes #33
This commit is contained in:
@@ -24,7 +24,7 @@ members = ["base", "db"]
|
||||
|
||||
[workspace.dependencies]
|
||||
base64 = "0.22.0"
|
||||
h264-reader = "0.7.0"
|
||||
h264-reader = "0.8.0"
|
||||
itertools = "0.12.0"
|
||||
jiff = "0.1.8"
|
||||
nix = "0.27.0"
|
||||
@@ -62,7 +62,7 @@ password-hash = "0.5.0"
|
||||
pretty-hex = { workspace = true }
|
||||
protobuf = "3.0"
|
||||
reffers = "0.7.0"
|
||||
retina = "0.4.11"
|
||||
retina = "0.4.12"
|
||||
ring = { workspace = true }
|
||||
rusqlite = { workspace = true }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user