After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613140 - [rtspsrc] Infinite buffering when receiving with RTSP interleaved (TCP)
[rtspsrc] Infinite buffering when receiving with RTSP interleaved (TCP)
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.21
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-17 11:46 UTC by Miguel Angel Cabrera Moya
Modified: 2010-03-17 11:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Miguel Angel Cabrera Moya 2010-03-17 11:46:04 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
Comment 1 Wim Taymans 2010-03-17 11:58:17 UTC
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.