From 741a6725387c25f569a4cfac7a96c72da601cab3 Mon Sep 17 00:00:00 2001 From: "Brendon J. Brewer" Date: Mon, 26 Aug 2019 13:04:14 +1200 Subject: [PATCH] Add streaming_server to table of daemon settings I guessed this option while trying to get LBRY to run when I connect to a VPN. Thought I'd add it to the page. --- documents/resources/daemon-settings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documents/resources/daemon-settings.md b/documents/resources/daemon-settings.md index ed641bb..92c49aa 100644 --- a/documents/resources/daemon-settings.md +++ b/documents/resources/daemon-settings.md @@ -42,7 +42,8 @@ Configuration options are organized by their respective areas: Files, Wallet, Ne ### Network | Setting | Format | Default value | Sample Values | Description | |----------------------------|---------|---------------------------|----------------------------|------------------------------------------------------------------------------------| -| api | string | localhost:5279 | 0:0:0:0:5280 | IP address and port the SDK API will listen on | +| api | string | localhost:5279 | 0:0:0:0:5280 | IP address and port the SDK API will listen on | +| streaming_server | string | localhost:5280 | 0:0:0:0:5280 | IP address and port the media/streaming server will listen on | | cache_time | integer | 150 | 90 | How long to keep resolve data in cache | | data_rate | float | 0.0001 | 0.05 | What LBC rate, per MB, to offer DHT data at (currently disabled in the protocol) | | udp_port | integer | 4444 | 4445 | UDP port used to announce blobs |