Skip to content

Commit

Permalink
v7.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jun 16, 2024
1 parent f3c3ea8 commit 1155b02
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 10 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 7.1.2 (2024-06-16)
* Improvement: additional refinements to API livestreaming.
* Housekeeping.

## 7.1.1 (2024-06-15)
* Improvement: some further refinements to HKSV recording.

Expand Down
4 changes: 2 additions & 2 deletions docs/FeatureOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ These option(s) apply to: Protect cameras.
|--------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| `Video.Transcode.Hardware` | Use hardware-accelerated transcoding when available (Apple Macs, Intel Quick Sync Video-enabled CPUs, Raspberry Pi 4). **(default: disabled)**.
| `Video.Stream.UseApi` | Use the native Protect livestream API to view livestreams (Experimental). **(default: disabled)**.
| `Video.Transcode` | When streaming to local clients (e.g. at home), transcode livestreams, instead of transmuxing them. **(default: enabled)**.
| `Video.Transcode.Bitrate<I>.Value</I>` | Bitrate, in kilobits per second, to use when transcoding to local clients, ignoring the bitrate HomeKit requests. HomeKit typically requests lower video quality than you may desire in your environment. **(default: 2000)**.
| `Video.Transcode` | When streaming to low-latency clients (e.g. at home), transcode livestreams, instead of transmuxing them. **(default: enabled)**.
| `Video.Transcode.Bitrate<I>.Value</I>` | Bitrate, in kilobits per second, to use when transcoding to low-latency (e.g. at home) clients, ignoring the bitrate HomeKit requests. HomeKit typically requests lower video quality than you may desire in your environment. **(default: 2000)**.
| `Video.Transcode.HighLatency` | When streaming to high-latency clients (e.g. cellular connections), transcode livestreams instead of transmuxing them. **(default: enabled)**.
| `Video.Transcode.HighLatency.Bitrate<I>.Value</I>` | Bitrate, in kilobits per second, to use when transcoding to high-latency (e.g. cellular) clients, ignoring the bitrate HomeKit requests. HomeKit typically requests lower video quality than you may desire in your environment. **(default: 1000)**.
| `Video.Stream.Only.High` | When viewing livestreams, force the use of the high quality video stream from the Protect controller. **(default: disabled)**.
Expand Down
34 changes: 28 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "7.1.1",
"version": "7.1.2",
"displayName": "Homebridge UniFi Protect",
"description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for the UniFi Protect ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"ffmpeg-for-homebridge": "2.1.1",
"homebridge-plugin-utils": "^1.5.0",
"unifi-protect": "^4.11.1",
"ws": "8.17.0"
"ws": "8.17.1"
},
"devDependencies": {
"@stylistic/eslint-plugin": "2.2.0",
Expand Down

0 comments on commit 1155b02

Please sign in to comment.