Skip to content

Commit

Permalink
homekit: add hint for adaptive bitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 6, 2023
1 parent 3b16c68 commit 8b6c0c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/homekit/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/homekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/homekit",
"version": "1.2.31",
"version": "1.2.32",
"description": "HomeKit Plugin for Scrypted",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
Expand Down
1 change: 1 addition & 0 deletions plugins/homekit/src/types/camera/camera-streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export function createCameraStreamingDelegate(device: ScryptedDevice & VideoCame
const mediaOptions: RequestMediaStreamOptions = {
destination,
destinationId: session.prepareRequest.targetAddress,
destinationType: '@scrypted/homekit',
adaptive: true,
video: {
codec: 'h264',
Expand Down

0 comments on commit 8b6c0c4

Please sign in to comment.