can't use IPv6 with tcpclientsrc and tcpserversrc

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

can't use IPv6 with tcpclientsrc and tcpserversrc

Ibra
Hello,

I am trying to stream a video to a remote IPv6 host over TCP using this command

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

receiver:
gst-launch tcpclientsrc host=2:2:2:2 port=8991 ! multipartdemux ! jpegdec ! autovideosink

It did work at the transmitter side but when I run the command at the receiver I had got this message:

Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstTCPServerSrc:tcpserversrc0: Resource not found.
Additional debug info:
gsttcp.c(89): gst_tcp_host_to_ip (): /GstPipeline:pipeline0/GstTCPServerSrc:tcpserversrc0:
Could not find IP address for host "2:2:2:2".
Setting pipeline to NULL ...
Freeing pipeline ...

 
It seems that tcpserversink can understand IPv6 addressing whereas neither tcpclientsrc nor tcpserevrsrc can.

Is there a way to make this work please?

Kind regards

Ibra

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel