mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ CONFIG_VARIABLE (std::string, donate_url, "donate-url", "http://ardour.org/donat
|
||||||
|
|
||||||
/* video timeline configuration */
|
/* video timeline configuration */
|
||||||
CONFIG_VARIABLE (bool, video_advanced_setup, "video-advanced-setup", false)
|
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
|
#ifndef PLATFORM_WINDOWS
|
||||||
CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "/")
|
CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "/")
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue