Project

General

Profile

Stop - Disable DLNA

Added by ti to over 5 years ago

Hi!

How to stop or disable DLNA?!
I need the port 1900 for another application!

Thanks :-)


Replies (10)

RE: Stop - Disable DLNA - Added by saen acro over 5 years ago

start other service before TVH

RE: Stop - Disable DLNA - Added by Michael M over 5 years ago

That's not really feasible when these services run as daemons.

... and yes, I have this issue too :/

RE: Stop - Disable DLNA - Added by Michael M over 5 years ago

While I'm at it, even though I found, and checked the "disable upnp" setting, port 1900 is still being used :/
I'm running HTS Tvheadend 4.3-1789~g6bfeca6c0

RE: Stop - Disable DLNA - Added by saen acro over 5 years ago

Michael M wrote:

While I'm at it, even though I found, and checked the "disable upnp" setting, port 1900 is still being used :/
I'm running HTS Tvheadend 4.3-1789~g6bfeca6c0

Do you use SAT>IP server?

RE: Stop - Disable DLNA - Added by Michael M over 5 years ago

No. And can't see a way to turn off, or disable it.

RE: Stop - Disable DLNA - Added by saen acro over 5 years ago

Compile it without it

RE: Stop - Disable DLNA - Added by Michael M over 5 years ago

Ah - cool.
What's the config option to disable it?

RE: Stop - Disable DLNA - Added by Michael M over 5 years ago

NVM - found it.

:)

RE: Stop - Disable DLNA - Added by Michael Hopp about 5 years ago

Hi guys,

I have the same problem.

I have three services using upnp and therefore need port 1900.

After disabling the option in tvheadend and a reboot of my server, I still see port 1900 used by tvheadend.

:~# netstat -unlp | grep ":1900" 
udp   8390400      0 0.0.0.0:1900            0.0.0.0:*                           4599/perl
udp        0      0 0.0.0.0:1900            0.0.0.0:*                           4599/perl
udp        0      0 239.255.255.250:1900    0.0.0.0:*                           4411/tvheadend

I don't use "SAT>IP Server" with tvheadend. I can't compile tvheadend without this option, because I use a docker container from linuxserver.io.

What else can be done?

I am using tvheadend version: 4.3-1802~g6be300c43

EDIT: I updated to the latest server version: 4.3-1804~gebb096804 It's still not possible to "disable UPnP". Now, I am using my tvheadend docker container in network mode "Bridge". I exposed the ports 9981 and 9982 only. So port 1900 is blocked by the Bridge. This can only be a workaround and not a solution.

netdata reported a lot of udp packet receive errors and receive buffer errors by email. So I started to analyze what was going wrong. I described my complete issue here: https://github.com/netdata/netdata/issues/6527

Thanks and regards Hoppel

    (1-10/10)