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 685707 - udpsink fails on windows 7
udpsink fails on windows 7
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Windows
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-08 10:27 UTC by uovobw
Modified: 2012-10-08 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description uovobw 2012-10-08 10:27: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
Comment 1 Tim-Philipp Müller 2012-10-08 10:34:30 UTC
Didn't you say on IRC there was a bug for this already ?
Comment 2 uovobw 2012-10-08 10:36:44 UTC
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