mirror of
https://github.com/koush/scrypted.git
synced 2026-03-09 12:12:17 +00:00
rebroadcast: only reset bitrate if it was set
This commit is contained in:
@@ -811,7 +811,7 @@ class PrebufferSession {
|
||||
if (this.activeClients)
|
||||
return;
|
||||
|
||||
if (this.mixin.mixinDeviceInterfaces.includes(ScryptedInterface.VideoCameraConfiguration)) {
|
||||
if (this.needBitrateReset && this.mixin.mixinDeviceInterfaces.includes(ScryptedInterface.VideoCameraConfiguration)) {
|
||||
this.resetBitrate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user