I am trying to use udpsrc on windows to pull in a stream on a multicast address
but all I get is this error.
c:\gst-launch-0.10 --gst-debug=udpsrc:4 udpsrc multicast-group=224.1.2.3 port=1234 ! fakesink dump=1
0:00:00.093750000 4968 00352940 DEBUG udpsrc gstudpsrc.c:611:gst_udpsrc_update_uri:<udpsrc0> updated uri to udp://224.1.2.3
:4951 0:00:00.093750000 4968 00352940 DEBUG udpsrc gstudpsrc.c:611:gst_udpsrc_update_uri:<udpsrc0> updated uri to udp://224.1.2.3 :1234 Setting pipeline to PAUSED ... 0:00:00.125000000 4968 00352940 DEBUG udpsrc gstudpsrc.c:806:gst_udpsrc_start:<udpsrc0> allocating socket for 224.1.2.3:123 4 0:00:00.125000000 4968 00352940 DEBUG udpsrc gstudpsrc.c:825:gst_udpsrc_start:<udpsrc0> binding on port 1234 0:00:00.125000000 4968 00352940 WARN udpsrc gstudpsrc.c:967:gst_udpsrc_start:<udpsrc0> error: bind failed -1: No error (0) ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Could not get/set settings from/on resource. Additional debug info: ..\..\..\Source\gst-plugins-good\gst\udp\gstudpsrc.c(967): gst_udpsrc_start (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: bind failed -1: No error (0) Setting pipeline to NULL ... Is there something I am missing?
Thanks for the help
Levi
------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
udpsrc is broken on Windows. There is a patch but I don't think it has made it into the trunk yet. http://bugzilla.gnome.org/show_bug.cgi?id=534243 Levi Pope wrote: > > I am trying to use udpsrc on windows to pull in a stream on a multicast > address > but all I get is this error. > > c:\gst-launch-0.10 --gst-debug=udpsrc:4 udpsrc multicast-group=224.1.2.3 > port=1234 ! fakesink dump=1 > > 0:00:00.093750000 4968 00352940 DEBUG udpsrc > gstudpsrc.c:611:gst_udpsrc_update_uri:<udpsrc0> updated uri to udp:// > 224.1.2.3 > :4951 > 0:00:00.093750000 4968 00352940 DEBUG udpsrc > gstudpsrc.c:611:gst_udpsrc_update_uri:<udpsrc0> updated uri to udp:// > 224.1.2.3 > :1234 > Setting pipeline to PAUSED ... > 0:00:00.125000000 4968 00352940 DEBUG udpsrc > gstudpsrc.c:806:gst_udpsrc_start:<udpsrc0> allocating socket for > 224.1.2.3:123 > 4 > 0:00:00.125000000 4968 00352940 DEBUG udpsrc > gstudpsrc.c:825:gst_udpsrc_start:<udpsrc0> binding on port 1234 > 0:00:00.125000000 4968 00352940 WARN udpsrc > gstudpsrc.c:967:gst_udpsrc_start:<udpsrc0> error: bind failed -1: No error > (0) > ERROR: Pipeline doesn't want to pause. > ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Could not > get/set settings from/on resource. > Additional debug info: > ..\..\..\Source\gst-plugins-good\gst\udp\gstudpsrc.c(967): > gst_udpsrc_start > (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: > bind failed -1: No error (0) > Setting pipeline to NULL ... > > Is there something I am missing? > > Thanks for the help > Levi > > ------------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > -- View this message in context: http://www.nabble.com/udpsrc-multicast-tp24592318p25314433.html Sent from the GStreamer-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Levi Pope
have you tried specifying the multicast-iface property?
-Tristan attaboy wrote: > udpsrc is broken on Windows. There is a patch but I don't think it has made > it into the trunk yet. > > http://bugzilla.gnome.org/show_bug.cgi?id=534243 > > > > Levi Pope wrote: > >> I am trying to use udpsrc on windows to pull in a stream on a multicast >> address >> but all I get is this error. >> >> c:\gst-launch-0.10 --gst-debug=udpsrc:4 udpsrc multicast-group=224.1.2.3 >> port=1234 ! fakesink dump=1 >> >> 0:00:00.093750000 4968 00352940 DEBUG udpsrc >> gstudpsrc.c:611:gst_udpsrc_update_uri:<udpsrc0> updated uri to udp:// >> 224.1.2.3 >> :4951 >> 0:00:00.093750000 4968 00352940 DEBUG udpsrc >> gstudpsrc.c:611:gst_udpsrc_update_uri:<udpsrc0> updated uri to udp:// >> 224.1.2.3 >> :1234 >> Setting pipeline to PAUSED ... >> 0:00:00.125000000 4968 00352940 DEBUG udpsrc >> gstudpsrc.c:806:gst_udpsrc_start:<udpsrc0> allocating socket for >> 224.1.2.3:123 >> 4 >> 0:00:00.125000000 4968 00352940 DEBUG udpsrc >> gstudpsrc.c:825:gst_udpsrc_start:<udpsrc0> binding on port 1234 >> 0:00:00.125000000 4968 00352940 WARN udpsrc >> gstudpsrc.c:967:gst_udpsrc_start:<udpsrc0> error: bind failed -1: No error >> (0) >> ERROR: Pipeline doesn't want to pause. >> ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Could not >> get/set settings from/on resource. >> Additional debug info: >> ..\..\..\Source\gst-plugins-good\gst\udp\gstudpsrc.c(967): >> gst_udpsrc_start >> (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: >> bind failed -1: No error (0) >> Setting pipeline to NULL ... >> >> Is there something I am missing? >> >> Thanks for the help >> Levi >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> >> >> > > -- Tristan Matthews Société des arts technologiques [SAT] email: [hidden email] web: http://www.music.mcgill.ca/~tmatthews ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |