bye bye Unix.
An IPv4 or IPv6 address query for the name localhost must always resolve to the respective loopback address [rfc6761]. According to several users, apparently chromebook and OSX `host localhost` fails but configuring 127.0.0.1 works. (maybe a DNS/DHCP issue?! or ipv6)
This commit is contained in:
parent
cdedf7f617
commit
a3c21aee84
@ -260,7 +260,7 @@ CONFIG_VARIABLE (std::string, donate_url, "donate-url", "http://ardour.org/donat
|
||||
|
||||
/* video timeline configuration */
|
||||
CONFIG_VARIABLE (bool, video_advanced_setup, "video-advanced-setup", false)
|
||||
CONFIG_VARIABLE (std::string, video_server_url, "video-server-url", "http://localhost:1554")
|
||||
CONFIG_VARIABLE (std::string, video_server_url, "video-server-url", "http://127.0.0.1:1554")
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "/")
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user