-
Notifications
You must be signed in to change notification settings - Fork 58
IPv6
Vitek edited this page Nov 30, 2016
·
3 revisions
By default, if both A and AAAA records are present for specified hostname, UltraGrid chooses IPv4 address. If you directly specify dot-separated IPv4 or colon-separated IPv6 address, correct IPv4 or IPv6 respectively are used:
uv -t decklink example.org # IPv4 address is used
uv -t decklink 93.184.216.34 # IPv4 address is used
uv -t decklink 2606:2800:220:1:248:1893:25c8:1946 # IPv6 address is used
If you want to use IPv6 address (AAAA record) of hostname, you can instruct UltraGrid to use it explicitly by adding -6 option:
uv -6 -t decklink example.org # address 2606:2800:220:1:248:1893:25c8:1946 is used
If you have any technical or non-technical question or suggestion please feel free to contact us at