[gst-devel] rtsp is broken

Wim Taymans wim.taymans at gmail.com
Wed Jun 11 15:42:22 CEST 2008


On Wed, 2008-06-11 at 15:32 +0200, Farkas Levente wrote:
> hi,
> we now test 6 different ip camera which support rtsp with similar
> command line:
> gst-launch playbin uri=rtsp://192.168.2.90/live.sdp
> unfortunately only one working with all other crash with different
> errors. the biggest problem is that's not the cameras fault or at least
> all camera's rtsp works with vlc and mplayer. so only gstreamer fails:-(
> is there any way how can find the reason of these problems? is there any
> plan to fix rtsp support in gstreamer?

It works for me. when you make a bugzilla report with a backtrace of a
crash, debug logs and the output of:

gst-launch rtspsrc debug=1 location=rtsp://..

we will be able to fix any other issues you might have.

Wim

> thnanks in advance.
> yours.
> 
> here is a error message (of course there is no firewall or anythig like
> this the camera and the host is on the same switch:-)
> --------------------------------------------
> Setting pipeline to PAUSED ...
> Pipeline is live and does not need PREROLL ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock
> WARNING: from element /playbin0/source: Could not read from resource.
> Additional debug info:
> gstrtspsrc.c(2759): gst_rtspsrc_loop_udp (): /playbin0/source:
> The server closed the connection.
> WARNING: from element /playbin0/source: Could not read from resource.
> Additional debug info:
> gstrtspsrc.c(2814): gst_rtspsrc_loop_udp (): /playbin0/source:
> Could not receive any UDP packets for 5.0000 seconds, maybe your
> firewall is blocking it. Retrying using a TCP connection.
> ERROR: from element /playbin0/source: Could not read from resource.
> Additional debug info:
> gstrtspsrc.c(3327): gst_rtspsrc_send (): /playbin0/source:
> Got error response: 455 (Method Not Valid In This State).
> Execution ended after 5016135620 ns.
> Setting pipeline to PAUSED ...
> ^CCaught interrupt -- ^C
> --------------------------------------------
> 
> 





More information about the gstreamer-devel mailing list