Compare commits

...

4 commits

Author SHA1 Message Date
Matthew Clark 22b2e60977
Merge pull request #1 from 5shekel/patch-1
md link syntax fix
2022-07-19 21:27:08 +01:00
Matthew Clark 513fe47f57
Merge pull request #6 from CarlFK/patch-1
Update rtmp.md - fix typo
2022-07-19 21:26:38 +01:00
Carl Karsten 489432f04f
Update rtmp.md
"not" should be "note", add a : cuz I think it needs it.
2022-06-21 19:24:19 -05:00
yair 5f39328874
md link syntax fix 2020-04-01 18:05:21 +03:00
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ gst-launch-1.0 -v filesrc location="$SRC" ! decodebin ! videoconvert ! videoscal
### Change framerate
Changing framerate is quiet common, as the world does not have a consistent standard. Facebook Live wants 30fps, YouTube wants 30 or 60fps. There's a nice summary on the [https://documentation.apple.com/en/finalcutpro/usermanual/index.html#chapter=D%26section=4%26tasks=true](Apple FCP site).
Changing framerate is quiet common, as the world does not have a consistent standard. Facebook Live wants 30fps, YouTube wants 30 or 60fps. There's a nice summary on the [Apple FCP site](https://documentation.apple.com/en/finalcutpro/usermanual/index.html#chapter=D%26section=4%26tasks=true).
Change framerate:

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