mirror of
https://github.com/koush/scrypted.git
synced 2026-02-17 04:02:14 +00:00
options don't seem to do anything
This commit is contained in:
@@ -212,7 +212,6 @@ class ArloCamera(ScryptedDeviceBase, Camera, VideoCamera, Intercom, MotionSensor
|
||||
await pc.add_audio(
|
||||
f"udp://localhost:{port}",
|
||||
format="mpegts",
|
||||
options={"analyzeduration": "0", "probesize": "32", "flush_packets": "1"}
|
||||
)
|
||||
|
||||
offer = await pc.createOffer()
|
||||
|
||||
Reference in New Issue
Block a user