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 574368 - [rtspsrc] no playback after 15s
[rtspsrc] no playback after 15s
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.22
Other Windows
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-06 13:20 UTC by Julien Isorce
Modified: 2009-08-10 23:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
.cap (739.29 KB, application/x-compressed-tar)
2009-03-06 13:24 UTC, Julien Isorce
Details
gst playbin log (435.51 KB, text/plain)
2009-03-06 13:29 UTC, Julien Isorce
Details

Description Julien Isorce 2009-03-06 13:20:49 UTC
step:

gst-launch playbin uri="a_rtsp_uri_accessible_only_through_a_vpn"

result:

stop playback after 15s (the pipeline is frozen)
Comment 1 Julien Isorce 2009-03-06 13:24:29 UTC
Created attachment 130194 [details]
.cap

Whereas vlc can pass this step. (qt can't, real can't)

This attachement contains a .cap file generated during vlc playback. I hope it can help to understand why vlc can pass the 15s.

Sincerely

Julien
Comment 2 Julien Isorce 2009-03-06 13:29:12 UTC
Created attachment 130195 [details]
gst playbin log

GST_DEBUG=*rtsp*:5,*udp*:5,*rtp*:5 gst-launch playbin uri="rtsp_uri"
Comment 3 Wim Taymans 2009-03-06 17:24:55 UTC
You should really install the gstrtpbin element from gst-plugins-bad. The server probably times out because no RTCP packet is set to it.

Can you check this and close the bug if that fixes it.
Comment 4 Julien Isorce 2009-03-06 18:00:24 UTC
Hi, I have compiled and installed the rtpmanager plugin and now it works pretty good during more than 30 min (video and audio). Then I closed the pipeline.
(so I can tell that gstreamer is better than quicktime player and real player and vlc (vlc was using YV12 instead of I420 so the color are switched using vlc)
Congratulation !