From 3f589a25c5ed98c3bc91dce0f66b252bbea0d576 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Wed, 26 May 2021 21:05:55 +0200 Subject: [PATCH] More examples. --- protocols.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocols.md b/protocols.md index ae5f0f2..d5e462d 100644 --- a/protocols.md +++ b/protocols.md @@ -10,7 +10,8 @@ -async 1 -acodec libmp3lame \ -bsf:v h264_mp4toannexb \ -f rtsp -muxdelay 0.1 rtsp://localhost:5545/abc - gst-launch-1.0 videotestsrc ! avenc_mpeg4 ! video/mpeg, mapping=/stream1 ! rtspclientsink location=rtsp://127.0.0.1:5545/abcd + gst-launch-1.0 videotestsrc ! avenc_mpeg4 ! video/mpeg, mapping=/stream1 ! rtspclientsink location=rtsp://localhost:8554/abcd + gst-launch-1.0 videotestsrc ! vp8enc ! video/x-vp8 ! rtspclientsink location=rtsp://localhost:8554/abcd ### OBS (Open Broadcast Studio): * Use rtsp://localhost:8554/abc in the recording options with RTSP container format and "start recording" or -- 2.39.5