[Bug 685707] New: udpsink fails on windows 7
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Oct 8 03:27:59 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=685707
GStreamer | gst-sdk | unspecified
Summary: udpsink fails on windows 7
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: Windows
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gst-sdk
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: uovobw at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list