From 77bc0630d6124c156bc0165fba5ebfd0f6df9993 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 11 Nov 2022 22:02:25 +0300 Subject: [PATCH] Add teaps to main readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0247841e..fb2f52f2 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,13 @@ masOS Hass App | no | no | no - WebRTC audio codecs: `PCMU/8000`, `PCMA/8000`, `OPUS/48000/2` - MSE/MP4 audio codecs: `AAC` +## TIPS + +**Using apps for low RTSP delay** + +- `ffplay -fflags nobuffer -flags low_delay "rtsp://192.168.1.123:8554/camera1"` +- VLC > Preferences > Input / Codecs > Default Caching Level: Lowest Latency + ## FAQ **Q. What's the difference between go2rtc, WebRTC Camera and RTSPtoWebRTC?**