From bdeb31797f912996b4883d640dbaa20dd4db42f2 Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Wed, 14 Aug 2019 15:41:22 +0200 Subject: [PATCH] Update README --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 568e113..cc94ddf 100644 --- a/README +++ b/README @@ -11,15 +11,17 @@ To run the stream server with the latest GStreamer in uninstalled environment: The server will wait for incoming SRT stream on 127.0.0.1:7001. You can stream to the server for example using this pipeline: - gst-launch-1.0 v4l2src ! videoconvert ! clockoverlay ! x264enc ! mpegtsmux ! srtsink uri=srt://127.0.0.1:7001 + gst-launch-1.0 v4l2src ! videoconvert ! clockoverlay ! x264enc tune=zerolatency ! video/x-h264,profile=baseline ! mpegtsmux alignment=7 ! srtsink uri=srt://127.0.0.1:7001 Open http://localhost:8080 in a browser to watch forwarded HLS stream of the input. Application options: - -u, --srt-uri=srt://address:port SRT stream URI. - Default: srt://127.0.0.1:7001?mode=listener. + -u, --srt-uri=srt://address:port SRT stream URI. + Default: srt://127.0.0.1:7001?mode=listener + -r, --rist-addresses=address:port,address:port Comma-separated list of addresses to send RIST packets to. + Default: 127.0.0.1:5004 Known issues: -- GitLab