mirror of
https://github.com/matthew1000/gstreamer-cheat-sheet.git
synced 2024-11-21 16:00:59 +00:00
commit
513fe47f57
1 changed files with 1 additions and 1 deletions
2
rtmp.md
2
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"
|
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 ! \
|
gst-launch-1.0 audiotestsrc is-live=true ! \
|
||||||
|
|
Loading…
Reference in a new issue