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:
Scott Lamb
2025-01-28 09:04:59 -08:00
parent dd30d5bcf8
commit b4836f3abb
5 changed files with 22 additions and 20 deletions

View File

@@ -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"] }