mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
format fix in README
This commit is contained in:
@@ -1328,10 +1328,10 @@ gstreamer-based test receiver is</p>
|
|||||||
udpsrc port=XXXX \
|
udpsrc port=XXXX \
|
||||||
! 'application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96' \
|
! 'application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96' \
|
||||||
! rtph264depay ! h264parse ! decodebin ! videoconvert !
|
! rtph264depay ! h264parse ! decodebin ! videoconvert !
|
||||||
autovideosink sync=false
|
autovideosink sync=false </code></pre>
|
||||||
|
<p><em>(Replace XXXX by the port you will use: make sure it is not
|
||||||
_(Replace XXXX by the port you will use: make sure it is not blocked by a firewall; replace "264" by "265" if you are
|
blocked by a firewall; replace “264” by “265” if you are streaming h265
|
||||||
streaming h265 video)._ </code></pre>
|
video).</em></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>To use the -vrtp option with with OBS-studio, install the <a
|
<li>To use the -vrtp option with with OBS-studio, install the <a
|
||||||
href="https://github.com/fzwoch/obs-gstreamer">obs-gstreamer</a> plugin;
|
href="https://github.com/fzwoch/obs-gstreamer">obs-gstreamer</a> plugin;
|
||||||
|
|||||||
@@ -1329,10 +1329,9 @@ udpsrc port=XXXX \
|
|||||||
! 'application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96' \
|
! 'application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96' \
|
||||||
! rtph264depay ! h264parse ! decodebin ! videoconvert !
|
! rtph264depay ! h264parse ! decodebin ! videoconvert !
|
||||||
autovideosink sync=false
|
autovideosink sync=false
|
||||||
|
```
|
||||||
_(Replace XXXX by the port you will use: make sure it is not blocked by a firewall; replace "264" by "265" if you are
|
_(Replace XXXX by the port you will use: make sure it is not blocked by a firewall; replace "264" by "265" if you are
|
||||||
streaming h265 video)._
|
streaming h265 video)._
|
||||||
```
|
|
||||||
|
|
||||||
* To use the -vrtp option with with OBS-studio, install the [obs-gstreamer](https://github.com/fzwoch/obs-gstreamer) plugin; after the
|
* To use the -vrtp option with with OBS-studio, install the [obs-gstreamer](https://github.com/fzwoch/obs-gstreamer) plugin; after the
|
||||||
plugin installation,
|
plugin installation,
|
||||||
|
|||||||
@@ -1363,8 +1363,8 @@ gstreamer-based test receiver is
|
|||||||
! rtph264depay ! h264parse ! decodebin ! videoconvert !
|
! rtph264depay ! h264parse ! decodebin ! videoconvert !
|
||||||
autovideosink sync=false
|
autovideosink sync=false
|
||||||
|
|
||||||
_(Replace XXXX by the port you will use: make sure it is not blocked by a firewall; replace "264" by "265" if you are
|
*(Replace XXXX by the port you will use: make sure it is not blocked by
|
||||||
streaming h265 video)._
|
a firewall; replace "264" by "265" if you are streaming h265 video).*
|
||||||
|
|
||||||
- To use the -vrtp option with with OBS-studio, install the
|
- To use the -vrtp option with with OBS-studio, install the
|
||||||
[obs-gstreamer](https://github.com/fzwoch/obs-gstreamer) plugin;
|
[obs-gstreamer](https://github.com/fzwoch/obs-gstreamer) plugin;
|
||||||
|
|||||||
Reference in New Issue
Block a user