GNOME Bugzilla – Bug 344301
Error when writing to fd that is nobody reading
Last modified: 2006-06-15 08:10:46 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 :-(
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.
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.