<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">Le ven. 15 févr. 2019 17 h 41, dpw157 via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey im having a bit of trouble getting a stream going with ipv6 and<br>
udpsink/udpsrc. <br>
<br>
My transmitter is <br>
gst-launch-1.0 videotestsrc ! video/x-raw,width=800,height=600 ! jpegenc !<br>
rtpjpegpay ! udpsink host=<ipv6 address> port=5000<br>
<br>
my receiver is <br>
gst-launch-1.0 udpsrc address=<ipv6 address of receiver>  ! fakesink<br>
silent=false dump=true<br>
<br>
When i try sending over ipv4 i have no problems with either end and can see<br>
the data being transmitted. But when i try with ipv6 i get <br>
<br>
Setting pipeline to PAUSED ...<br>
ERROR: Pipeline doesn't want to pause.<br>
ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Could not<br>
get/set settings from/on resource.<br>
Additional debug info:<br>
gstudpsrc.c(1548): gst_udpsrc_open ():<br>
/GstPipeline:pipeline0/GstUDPSrc:udpsrc0:<br>
bind failed: Error binding to address: Invalid argument<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
Any help or guidance would be greatly appreciated. Thanks for your time<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Looks like something with the address itself, which isn't included, could also be a missing scope.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>