Update rtmp.md

"not" should be "note", add a : cuz I think it needs it.
This commit is contained in:
Carl Karsten 2022-06-21 19:24:19 -05:00 committed by GitHub
parent f171b779f6
commit 489432f04f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ! \