Added deploy script

This commit is contained in:
watsonb8
2020-12-11 22:01:07 -05:00
parent 4be1c53807
commit ddf37d6f18
2 changed files with 25 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export class Rtsp {
public start(): void {
const argStrings = [
`-rtsp_transport tcp`,
`-i ${this._connecteionString}`,
`-r ${this._options.rate ?? 10}`,
`-vf mpdecimate,setpts=N/FRAME_RATE/TB`,