GNOME Bugzilla – Bug 613140
[rtspsrc] Infinite buffering when receiving with RTSP interleaved (TCP)
Last modified: 2010-03-17 11:58:17 UTC
I try to reproduce a RTSP stream using TCP with the following command: gst-launch rtspsrc latency=1000 protocols=tcp location=rtsp://helix.kanren.net/Archive/chapmanusd/PromWalk-Ins3.mov ! decodebin ! xvimagesink If i use VLC with the following command line the stream plays. vlc --rtsp-caching 1000 --rtsp-tcp rtsp://helix.kanren.net/Archive/chapmanusd/PromWalk-Ins3.mov
works fine with gst-launch playbin2 uri=rtsp://... the reason is that gst-launch is not smart enough to wait for the video pad before linking decodebin. This won't be fixed, you can do the right thing in an application.