Merge pull request #6 from CarlFK/patch-1

Update rtmp.md - fix typo
This commit is contained in:
Matthew Clark 2022-07-19 21:26:38 +01:00 committed by GitHub
commit 513fe47f57
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 ! \