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 344301 - Error when writing to fd that is nobody reading
Error when writing to fd that is nobody reading
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-08 16:19 UTC by Michal Bebjak
Modified: 2006-06-15 08:10 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Michal Bebjak 2006-06-08 16:19:39 UTC
I would appreciate if there would be a new argument in fdsink element so I could decide whether the sink will give an error or not when writing to fd that is nobody reading. I was sending audio/video over UDP and I had problems when the server was already sending but the client was not prepared to receive the stream. The server always crashed :-(
Comment 1 Wim Taymans 2006-06-13 16:19:28 UTC
where did it crash? Can you provide a backtrace? for UDP sockets, it's better to use multiudpsink or udpsink although fdsink should also work without crashing.
Comment 2 Michal Bebjak 2006-06-15 08:10:46 UTC
I am really sorry for this. Now it's working. I don't know where was the error. I'm using fdsink and fdsrc because udpsink doesn't support IPv6.