[gst-devel] Problem when using rtspsrc

Fabrice Triboix gstdbg at yahoo.com
Tue Nov 7 12:11:49 CET 2006


I created a simple program to send a UDP packet every second to a given host/port, and I can receive these packets without any problem using:
$ gst-launch udpsrc port=6789 ! filesink=dump

So it seems that the udpsrc element is working... Any other ideas?

Thank you,

  Fabrice


----- Original Message ----
From: Fabrice Triboix <gstdbg at yahoo.com>
To: gstreamer-devel at lists.sourceforge.net
Sent: Tuesday, November 7, 2006 10:36:14 AM
Subject: [gst-devel] Problem when using rtspsrc


Hi all,

I am trying to use rtspsrc to get an on-demand RTP stream from an helix server.
Here is the command line that I use:

$ gst-launch --gst-debug=3 --gst-debug-no-color rtspsrc
location=rtsp://helixsrv/file.mp3 ! rtpmpadepay ! filesink
location=dump.mp3

But I get an error in the udpsrc element, apparently with the first RTP packet received:
ERROR: from element /pipeline0/rtspsrc0/udpsrc0: Internal data flow error.

[---snip---]










More information about the gstreamer-devel mailing list