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 640080 - rtspsrc: fails to error out properly on network failure
rtspsrc: fails to error out properly on network failure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-20 16:51 UTC by Nicola
Modified: 2011-01-20 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2011-01-20 16:51:46 UTC
If I unplug the network cable while I'm playing an rtsp stream, no error message is posted, I can reproduce the error with this pipeline:

gst-launch -v -m -t rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay ! rtpmp4vpay ! multiudpsink

with gst-plugins-good 0.10.16 after a while I get:

Got message #182 from element "pipeline0" (eos): no message details
Got EOS from element "pipeline0".
Execution ended after 42852387000 ns.
Setting pipeline to PAUSED ...

with 0.10.26 and with the latest prerelease no error is posted (I'm wainting since 5 minutes)
Comment 1 Nicola 2011-01-20 16:57:01 UTC
fixed in latest git