problem RTSP with audio : it's freezing like in alaska
ydegoyon at gmail.com
ydegoyon at gmail.com
Thu Jan 19 06:59:08 PST 2012
ola,
i'm trying to read a rtsp stream from a public address,
i can read the stream with mplayer but when i try with gstreamer,
i can only get the video,
when i try to read the audio at the same time, it freezes.
this pipe works :
gst-launch-0.10 rtspsrc
location=rtsp://media-us-2.soundreach.net/slcn_sports.sdp ! decodebin2
name=decodebin1 decodebin1. ! ffmpegcolorspace ! videoscale
name=videoscale1 ! video/x-raw-yuv,width=320,height=240 ! autovideosink
and when i add the audio, it freezes :
gst-launch-0.10 rtspsrc
location=rtsp://media-us-2.soundreach.net/slcn_sports.sdp ! decodebin2
name=decodebin1 decodebin1. ! ffmpegcolorspace ! videoscale
name=videoscale1 ! video/x-raw-yuv,width=320,height=240 ! autovideosink
decodebin1. ! queue ! audioresample ! autoaudiosink
any clue? anyone?
thanks in advance.
sev
More information about the gstreamer-devel
mailing list