udpsrc/udpsink with ipv6

Nicolas Dufresne nicolas at ndufresne.ca
Sat Feb 16 02:29:48 UTC 2019


Le ven. 15 févr. 2019 17 h 41, dpw157 via gstreamer-devel <
gstreamer-devel at lists.freedesktop.org> a écrit :

> 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
>

Looks like something with the address itself, which isn't included, could
also be a missing scope.

>
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190215/4d5ffc14/attachment-0001.html>


More information about the gstreamer-devel mailing list