Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
MiniDLNA and port 1900
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
rsnfunky
Tux's lil' helper
Tux's lil' helper


Joined: 30 Dec 2007
Posts: 108

PostPosted: Sun Jan 26, 2025 8:06 am    Post subject: MiniDLNA and port 1900 Reply with quote

Hi, I installed minidlna using the gentoo wiki.

The dlna is not showing up on any home devices. I understand that the DLNA is broadcasting on port 1900. If i use nmap to scan ports on the server:

Code:
# nmap 192.168.1.116 -p 1-10000
Starting Nmap 7.95 ( https://nmap.org ) at 2025-01-26 13:28 IST
Nmap scan report for 192.168.1.116
Host is up (0.0022s latency).
Not shown: 9991 closed tcp ports (reset)
PORT     STATE SERVICE
22/tcp   open  ssh
80/tcp   open  http
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
443/tcp  open  https
445/tcp  open  microsoft-ds
2049/tcp open  nfs
3632/tcp open  distccd
5357/tcp open  wsdapi


What are the settings in minidlana to ensure it shows up.
Back to top
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1850
Location: Germany

PostPosted: Sun Jan 26, 2025 8:46 am    Post subject: Reply with quote

Haven't used it in a long time, but:

Does the service actually run?
What does the logs say?
What happends if you try to access the status page at http://[IPADDRESS]:8200 ?
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire


Last edited by Banana on Sun Jan 26, 2025 6:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6205
Location: Dallas area

PostPosted: Sun Jan 26, 2025 11:37 am    Post subject: Reply with quote

You're scanning tcp ports looking for a udp one?

Standard port for dlna tcp is
Code:
8200/tcp open  trivnet1


Code:
$ head /etc/minidlna.conf
# port for HTTP (descriptions, SOAP, media transfer) traffic
port=8200

# network interfaces to serve, comma delimited (8 interfaces max)
network_interface=eth0


From a google query
Code:
In MiniDLNA, UDP port 1900 is used for device discovery through the SSDP (Simple Service Discovery Protocol) protocol, while TCP port 8200 is used for actual media streaming and communication with DLNA clients; essentially, port 1900 is for finding the server on the network, and port 8200 is for accessing the media files once the server is located.
Key points:

    UDP Port 1900:
        Used for device discovery (SSDP)

Broadcasts information about the MiniDLNA server to other devices on the network

TCP Port 8200:

    Used for actual media streaming and data transfer

Handles requests from DLNA clients to access media files

_________________
UM780, 6.12 zen kernel, gcc 13, openrc, wayland
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum