Skip to content

Commit

Permalink
upgrade to retina v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Aug 13, 2021
1 parent 27098b5 commit 42cf77f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 110 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Each release is tagged in Git and on the Docker repository
stretched on Firefox. Now both live streams and playback are fully correct
on all browsers.
* UI: better error message on browsers where live view is unsupported.
* upgrade to retina v0.1.0, which uses `SET_PARAMETERS` rather than
`GET_PARAMETERS` as a RTSP keepalive. GW Security cameras would ignored
the latter, causing Moonfire NVR to drop the connection every minute.

## `v0.6.4` (2021-06-28)

Expand Down
137 changes: 28 additions & 109 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nom = "6.0.0"
parking_lot = { version = "0.11.1", features = [] }
protobuf = { git = "https://github.com/stepancheg/rust-protobuf" }
reffers = "0.6.0"
retina = "0.0.5"
retina = "0.1.0"
ring = "0.16.2"
rusqlite = "0.25.3"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 42cf77f

Please sign in to comment.