examples: autoaudisink -> autoaudiosink in RTP examples
This commit is contained in:
parent
cb1019875a
commit
285235a10a
@ -10,7 +10,7 @@ VIDEO_DEC="rtph263pdepay ! ffdec_h263"
|
||||
AUDIO_DEC="rtpamrdepay ! amrnbdec"
|
||||
|
||||
VIDEO_SINK="ffmpegcolorspace ! autovideosink"
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudisink"
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink"
|
||||
|
||||
gst-launch -v gstrtpbin name=rtpbin latency=100 \
|
||||
udpsrc caps=$VIDEO_CAPS port=5000 ! rtpbin.recv_rtp_sink_0 \
|
||||
|
@ -13,7 +13,7 @@ VIDEO_DEC="rtph263pdepay ! ffdec_h263"
|
||||
AUDIO_DEC="rtppcmadepay ! alawdec"
|
||||
|
||||
VIDEO_SINK="ffmpegcolorspace ! autovideosink"
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudisink"
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink"
|
||||
|
||||
LATENCY=100
|
||||
|
||||
|
@ -51,7 +51,7 @@ VIDEO_DEC="rtph264depay ! ffdec_h264"
|
||||
AUDIO_DEC="rtppcmadepay ! alawdec"
|
||||
|
||||
VIDEO_SINK="ffmpegcolorspace ! autovideosink"
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudisink"
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink"
|
||||
|
||||
gst-launch -v gstrtpbin name=rtpbin latency=$LATENCY \
|
||||
udpsrc caps=$VIDEO_CAPS port=5000 ! rtpbin.recv_rtp_sink_0 \
|
||||
|
@ -25,7 +25,7 @@ AUDIO_CAPS="application/x-rtp,media=(string)audio,clock-rate=(int)8000,encoding-
|
||||
|
||||
AUDIO_DEC="rtppcmadepay ! alawdec"
|
||||
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudisink"
|
||||
AUDIO_SINK="audioconvert ! audioresample ! autoaudiosink"
|
||||
|
||||
# the destination machine to send RTCP to. This is the address of the sender and
|
||||
# is used to send back the RTCP reports of this receiver. If the data is sent
|
||||
|
Loading…
x
Reference in New Issue
Block a user