udpsrc/udpsink with ipv6

MaZderMind ml at mazdermind.de
Wed Feb 20 14:19:28 UTC 2019


Hi

Am 18.02.19 um 19:31 schrieb dpw157:
> Hey sorry for responding so late i got busy on the weekend. The ip addresses
> were obtained using ifconfig, i used the link-local IPv6 address. Also what
> do you mean by missing a scope. Am i forgetting a parameter? 

A Link-Local-Adress is only valid and guaranteed to be unique on the
Link, ie the actiual Cable or Wifi you're connected too.

When using Link-Local Adresses you *must* name the Network-Interface
they refer to:

fe80::3:9381:e382:7f69%en8

where en8 is the name of the Interface. Failing to do so, you'll see the
"Invalid argument" you reported. Try to SSH to that address, the result
will be the same.

> My router apparently did not have ipv6 enabled.
That does not matter. You can use IPv4 and IPv6 Adresses in the same
Network (ie within the same Netmask) without a Router. The Router is
only required when you want to communicate with other Adresses outside
of your local Network.

Especially IPv6 Link Local Adresses do not even need a DHCPv6-Server or
such, they are just there and can be used in any network.

Best Regards,
Peter


More information about the gstreamer-devel mailing list