GNOME Bugzilla – Bug 685707
udpsink fails on windows 7
Last modified: 2012-10-08 10:44:52 UTC
I am writing a pipeline that reads from a dshowvideosrc and streams it over the network via udp. Using the gstreamer-sdk version 2012.7 the udpsink plugin was working correctly, with the latest version (2012.9) it errors as follows: C:...> gst-launch-0.10 mpegtsmux name="muxer" ! udpsink host=<ADDR> port=<PORT> dshowvideosrc ! tee name="t" ! queue ! video/x-raw-yuv,width=320,height=240,framerate=30/1 ! ffmpegcolorspace ! videoscale ! videorate ! ffenc_mpeg4 ! muxer. dshowaudiosrc! audioconvert ! audioresample ! ffenc_aac bitrate=192 ! queue ! muxer. t. ! queue ! autovideosink Setting pipeline to PAUSED ... ERROR: Pipeline doesn't want to pause. ERROR: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0: Could not get/set settings from/on resource. Additional debug info: gstmultiudpsink.c(908): gst_multiudpsink_configure_client (): /GstPipeline:pipeline0/GstUDPSink:udpsink0: Could not set TTL socket option (10022): A Setting pipeline to NULL ... Freeing pipeline ... while the debug log launched as follows: http://www.uovobw.net/~uovobw/gst_udp_window_debug.log For further informations contact me on the email provided as username
Didn't you say on IRC there was a bug for this already ?
opened on the wrong bugtracker, sorry for the noise! i am closing this and reopening as https://bugs.freedesktop.org/show_bug.cgi?id=55756