udpsrc/udpsink with ipv6
dpw157
dinethw04 at gmail.com
Fri Feb 15 22:28:28 UTC 2019
Hey im having a bit of trouble getting a stream going with ipv6 and
udpsink/udpsrc.
My transmitter is
gst-launch-1.0 videotestsrc ! video/x-raw,width=800,height=600 ! jpegenc !
rtpjpegpay ! udpsink host=<ipv6 address> port=5000
my receiver is
gst-launch-1.0 udpsrc address=<ipv6 address of receiver> ! fakesink
silent=false dump=true
When i try sending over ipv4 i have no problems with either end and can see
the data being transmitted. But when i try with ipv6 i get
Setting pipeline to PAUSED ...
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:
gstudpsrc.c(1548): gst_udpsrc_open ():
/GstPipeline:pipeline0/GstUDPSrc:udpsrc0:
bind failed: Error binding to address: Invalid argument
Setting pipeline to NULL ...
Freeing pipeline ...
Any help or guidance would be greatly appreciated. Thanks for your time
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list