mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 06:06:41 +00:00
update ssdp socket binding
This commit is contained in:
@@ -170,7 +170,10 @@ namespace MediaBrowser.Dlna.Ssdp
|
||||
values["ST"] = d.Type;
|
||||
values["USN"] = d.USN;
|
||||
|
||||
SendDatagram(header, values, endpoint, new IPEndPoint(d.Address, 0));
|
||||
// Commenting this out because binding to the local ipendpoint often throws an error
|
||||
//SendDatagram(header, values, endpoint, new IPEndPoint(d.Address, 0));
|
||||
|
||||
SendDatagram(header, values, endpoint, null);
|
||||
|
||||
if (_config.GetDlnaConfiguration().EnableDebugLogging)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user