|
|
@ -169,7 +169,8 @@ namespace Emby.Dlna.Main
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (_communicationsServer == null)
|
|
|
|
if (_communicationsServer == null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var enableMultiSocketBinding = _environmentInfo.OperatingSystem == MediaBrowser.Model.System.OperatingSystem.Windows;
|
|
|
|
var enableMultiSocketBinding = _environmentInfo.OperatingSystem == MediaBrowser.Model.System.OperatingSystem.Windows ||
|
|
|
|
|
|
|
|
_environmentInfo.OperatingSystem == MediaBrowser.Model.System.OperatingSystem.Linux;
|
|
|
|
|
|
|
|
|
|
|
|
_communicationsServer = new SsdpCommunicationsServer(_config, _socketFactory, _networkManager, _logger, enableMultiSocketBinding)
|
|
|
|
_communicationsServer = new SsdpCommunicationsServer(_config, _socketFactory, _networkManager, _logger, enableMultiSocketBinding)
|
|
|
|
{
|
|
|
|
{
|
|
|
|