mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
snapcast: force avahi
This commit is contained in:
parent
8c591705f8
commit
9bb772b6e7
@ -0,0 +1,11 @@
|
|||||||
|
--- a/server/streamreader/airplay_stream.cpp 2021-12-22 17:40:36.000000000 +0000
|
||||||
|
+++ b/server/streamreader/airplay_stream.cpp 2022-10-03 12:05:31.690039620 +0000
|
||||||
|
@@ -58,7 +58,7 @@
|
||||||
|
string devicename = uri_.getQuery("devicename", "Snapcast");
|
||||||
|
string password = uri_.getQuery("password", "");
|
||||||
|
|
||||||
|
- params_wo_port_ = "\"--name=" + devicename + "\" --output=stdout --use-stderr --get-coverart";
|
||||||
|
+ params_wo_port_ = "\"--name=" + devicename + "\" --output=stdout --use-stderr --get-coverart --mdns=avahi";
|
||||||
|
if (!password.empty())
|
||||||
|
params_wo_port_ += " --password \"" + password + "\"";
|
||||||
|
if (!params_.empty())
|
Loading…
x
Reference in New Issue
Block a user