From bf780c87a1a1b05ba771c0edb545fb63cf319a1b Mon Sep 17 00:00:00 2001 From: Sam Armstrong Date: Thu, 27 Sep 2018 17:33:59 +1000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 20652ff..35816cd 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,8 @@ Notes: ### gstreamer The best way to check a stream is working is to use `gst-launch-1.0`. You will need to install gstreamer for your client system. See https://gstreamer.freedesktop.org/documentation/installing/index.html ```bash -gst-launch-1.0 -v rtspsrc location=rtsp://:8554/ drop-on-latency=true use-pipeline-clock=true do-retransmission=false latency=0 protocols=GST_RTSP_LOWER_TRANS_UDP ! rtph264depay ! h264parse ! avdec_h264 ! xvimagesink sync=true +gst-launch-1.0 -v rtspsrc location=rtsp://:8554/ drop-on-latency=true use-pipeline-clock=true do-retransmission=false latency=0 protocols=GST_RTSP_LOWER_TRANS_UDP ! rtph264depay ! h264parse ! avdec_h264 ! autovideosink sync=true ``` -If `xvimagesink` isn't available, try replacing with `autovideosink`. ### VLC The command I've had the lowest latency with is: