<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello,<br><br>I am trying to stream a video to a remote IPv6 host over TCP using this command <br><br>transmitter:<br>gst-launch v4l2src ! 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! ffmpegcolorspace ! jpegenc ! multipartmux ! tcpserversink host=1:1:1:1 port=8991<br><br>receiver:<br>gst-launch tcpclientsrc host=2:2:2:2 port=8991 ! multipartdemux ! jpegdec ! autovideosink<br><br>It did work at the transmitter side but when I run the command at the receiver I had got this message:<br><br>Setting pipeline to PAUSED ...<br>ERROR: Pipeline doesn't want to pause.<br>ERROR: from element /GstPipeline:pipeline0/GstTCPServerSrc:tcpserversrc0: Resource not found.<br>Additional debug info:<br>gsttcp.c(89): gst_tcp_host_to_ip (): /GstPipeline:pipeline0/GstTCPServerSrc:tcpserversrc0:<br>Could not find IP address for host "2:2:2:2".<br>Setting pipeline to NULL
 ...<br>Freeing pipeline ...<br><br>&nbsp;<br>It seems that tcpserversink can understand IPv6 addressing whereas neither tcpclientsrc nor tcpserevrsrc can.<br><br>Is there a way to make this work please?<br><br>Kind regards <br><br>Ibra<br><br>&nbsp;<br><br></td></tr></table>