mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
examples: fix indentation on rtp client example
This commit is contained in:
parent
92a1adfde8
commit
9c429de37a
1 changed files with 5 additions and 5 deletions
|
@ -29,8 +29,8 @@ VIDEO_CAPS="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding
|
|||
# from another machine, change this address.
|
||||
DEST=127.0.0.1
|
||||
|
||||
gst-launch -v gstrtpbin name=rtpbin \
|
||||
udpsrc caps=$VIDEO_CAPS port=5000 ! rtpbin.recv_rtp_sink_0 \
|
||||
rtpbin. ! rtph264depay ! ffdec_h264 ! xvimagesink \
|
||||
udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 \
|
||||
rtpbin.send_rtcp_src_0 ! udpsink port=5005 host=$DEST sync=false async=false
|
||||
gst-launch -v gstrtpbin name=rtpbin \
|
||||
udpsrc caps=$VIDEO_CAPS port=5000 ! rtpbin.recv_rtp_sink_0 \
|
||||
rtpbin. ! rtph264depay ! ffdec_h264 ! xvimagesink \
|
||||
udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 \
|
||||
rtpbin.send_rtcp_src_0 ! udpsink port=5005 host=$DEST sync=false async=false
|
||||
|
|
Loading…
Reference in a new issue