mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
examples: fix typo in port of rtp examples
This commit is contained in:
parent
a461b94629
commit
92a1adfde8
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# A simple RTP receiver
|
||||
#
|
||||
# receives H264 encoded RTP video on port 5000, RTCP is received on port 5001.
|
||||
# the receiver RTCP reports are sent to port 5006
|
||||
# the receiver RTCP reports are sent to port 5005
|
||||
# receives alaw encoded RTP audio on port 5002, RTCP is received on port 5003.
|
||||
# the receiver RTCP reports are sent to port 5007
|
||||
#
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# A simple RTP receiver
|
||||
#
|
||||
# receives H264 encoded RTP video on port 5000, RTCP is received on port 5001.
|
||||
# the receiver RTCP reports are sent to port 5006
|
||||
# the receiver RTCP reports are sent to port 5005
|
||||
#
|
||||
# .-------. .----------. .---------. .-------. .-----------.
|
||||
# RTP |udpsrc | | rtpbin | |h264depay| |h264dec| |xvimagesink|
|
||||
|
|
Loading…
Reference in a new issue