From 489432f04f89b54566024ea7874320828a72ebf5 Mon Sep 17 00:00:00 2001 From: Carl Karsten Date: Tue, 21 Jun 2022 19:24:19 -0500 Subject: [PATCH] Update rtmp.md "not" should be "note", add a : cuz I think it needs it. --- rtmp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtmp.md b/rtmp.md index 90fabf0..8e73792 100644 --- a/rtmp.md +++ b/rtmp.md @@ -123,7 +123,7 @@ gst-launch-1.0 videotestsrc is-live=true ! \ queue ! x264enc ! flvmux name=muxer ! rtmpsink location="$RTMP_DEST live=1" ``` -This will send a audio test source (not `flvmux` is still required even though there is no muxing of audio & video): +This will send a audio test source (note: `flvmux` is still required even though there is no muxing of audio & video): ``` gst-launch-1.0 audiotestsrc is-live=true ! \