[gst-devel] RTSP audio only streaming
Wim Taymans
wim at fluendo.com
Thu Mar 22 15:50:26 CET 2007
On Thu, 2007-03-22 at 19:21 +0530, trimurthulu amaradhi wrote:
> Hi,
> I am working with the RTSP streaming using Darwin server. I
> uploaded the test1.ogg file into the server. I used following
> gst-launch ..
>
> but it is not working.
the vorbis/theora depayloaders have never ever been tested against an
actual server other than a GStreamer one, expect failure.
> gst-launch rtspsrc protocols=tcp rtsp://196.168.1.106:554/test1.ogg !
> rtpvorbisdepay ! vorbisdec ! audioconvert ! audioresample ! osssink
try (and paste this line exactly):
gst-launch rtspsrc protocols=tcp debug=true
location=rtsp://196.168.1.106:554/test1.ogg ! rtpvorbisdepay !
vorbisdec ! audioconvert ! audioresample ! osssink
then paste the output of the console (it's a lot) in a mail so we can
have a look at it.
Wim
>
> is there any wrong in the above pipe line.
>
> Advance Thanks and Regards..
>
> Trimurthulu
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list