webrtc-source: use ffmpeg jitter buffer

This commit is contained in:
Koushik Dutta
2022-03-04 17:51:39 -08:00
parent a003bb5ca5
commit 299e4599de
3 changed files with 221 additions and 61 deletions

View File

@@ -17,6 +17,7 @@ class WebRTCMixin extends SettingsMixinDeviceBase<RTCSignalingChannel & VideoCam
title: 'Use SDP/UDP instead of RTSP/TCP',
description: 'Experimental',
type: 'boolean',
defaultValue: true,
}
});