options don't seem to do anything

This commit is contained in:
Brett Jia
2023-01-13 21:28:11 -05:00
parent c3506be5ab
commit 7971d09bf4

View File

@@ -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()