homebridge-arlo
Advanced tools
Comparing version 3.0.1-beta.10 to 3.0.1-beta.11
@@ -54,3 +54,62 @@ { | ||
"description": "If you would like to disable cameras, uncheck this." | ||
} | ||
}, | ||
"streaming": { | ||
"type": "object", | ||
"properties": { | ||
"videoProcessor": { | ||
"title": "Video Processor", | ||
"type": "string", | ||
"required": false, | ||
"placeholder": "ffmpeg", | ||
"description": "Default: ffmpeg, The video processor used to perform transcoding. An alternate executable maybe used, however it needs to conform to ffmpeg parameters." | ||
}, | ||
"videoDecoder": { | ||
"title": "Video Decoder", | ||
"type": "string", | ||
"required": false, | ||
"placeholder": "libx264", | ||
"description": "Default: libx264, The video codec used to decode the incoming h264 stream from the Arlo server." | ||
}, | ||
"videoEncoder": { | ||
"title": "Video Encoder", | ||
"type": "string", | ||
"required": false, | ||
"placeholder": "libx264", | ||
"description": "Default: libx264, The video codec used to encode the outgoing h264 stream to the iOS client device." | ||
}, | ||
"audioEncoder": { | ||
"title": "Audio Encoder", | ||
"type": "string", | ||
"required": false, | ||
"placeholder": "libopus", | ||
"description": "Default: libopus, The audio codec that will be used to decode/encode the audio stream. HomeKit requires either an Opus or AAC-ELD format audio stream." | ||
}, | ||
"packetSize": { | ||
"title": "Packet Size", | ||
"type": "string", | ||
"required": false, | ||
"placeholder": "1316", | ||
"description": " Default: 1316, The packet sized to be used. Use smaller multiples of 188 to possibly improve performance (376, 564, etc)." | ||
}, | ||
"maxBitrate": { | ||
"title": "Packet Size", | ||
"type": "string", | ||
"required": false, | ||
"placeholder": "300", | ||
"description": "Default: 300, The maximum bitrate of the encoded stream in kbit/s." | ||
}, | ||
"additionalVideoCommands": { | ||
"title": "Packet Size", | ||
"type": "string", | ||
"required": false, | ||
"description": "Any video-specific additional flags or commands to pass to the ffmpeg executable." | ||
}, | ||
"additionalAudioCommands": { | ||
"title": "Packet Size", | ||
"type": "string", | ||
"required": false, | ||
"description": "Any audio-specific additional flags or commands to pass to the ffmpeg executable." | ||
} | ||
} | ||
} | ||
} | ||
@@ -57,0 +116,0 @@ }, |
{ | ||
"displayName": "Homebridge Arlo", | ||
"name": "homebridge-arlo", | ||
"version": "3.0.1-beta.10", | ||
"version": "3.0.1-beta.11", | ||
"description": "Arlo plugin for homebridge", | ||
@@ -6,0 +6,0 @@ "author": "homebridge-plugins", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175275
1342