mirror of
https://github.com/koush/scrypted.git
synced 2026-09-18 01:30:39 +01:00
Update main.ts
This commit is contained in:
@@ -31,11 +31,6 @@ class RingCameraDevice extends ScryptedDeviceBase implements Intercom, Camera, V
|
||||
this.session = undefined;
|
||||
}
|
||||
|
||||
// the ring-api-client can negotiate the sip connection and output the stream
|
||||
// to a ffmpeg output target.
|
||||
// provide a tcp socket to write, and then proxy that back as an ffmpeg input
|
||||
// to the caller.
|
||||
|
||||
// this is from sip
|
||||
const { clientPromise, url } = await listenZeroSingleClient();
|
||||
const camera = this.findCamera();
|
||||
|
||||
Reference in New Issue
Block a user