GNOME Bugzilla – Bug 574368
[rtspsrc] no playback after 15s
Last modified: 2009-08-10 23:15:03 UTC
step: gst-launch playbin uri="a_rtsp_uri_accessible_only_through_a_vpn" result: stop playback after 15s (the pipeline is frozen)
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
Created attachment 130195 [details] gst playbin log GST_DEBUG=*rtsp*:5,*udp*:5,*rtp*:5 gst-launch playbin uri="rtsp_uri"
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.
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 !