amcrest: error/logging cleanups

This commit is contained in:
Koushik Dutta
2022-01-22 00:43:32 -08:00
parent 5acb11dde7
commit 8ec5ee0de3

View File

@@ -281,13 +281,13 @@ class AmcrestCamera extends RtspSmartCamera implements VideoCameraConfiguration,
}
}
catch (e) {
this.console.error('audio finished with error', e);
this.console.error('audio finished');
}
finally {
passthrough.end();
}
this.cp.kill();
this.stopIntercom();
});
const port = await listenZero(server)