homebridge-nest-cam2
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -447,3 +447,3 @@ 'use strict'; | ||
if (self.ffmpegCodec === 'libx264') { | ||
x264Params = '-x264-params "intra-refresh=1:bframes=0" '; | ||
x264Params = '-tune zerolatency '; | ||
} | ||
@@ -450,0 +450,0 @@ |
{ | ||
"name": "homebridge-nest-cam2", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Nest cam plugin for homebridge: https://homebridge.io/", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
53604