Salut
minidlna fonctionne sur le port 8200
cat /etc/minidlna.conf
# Port number for HTTP traffic (descriptions, SOAP, media transfer).
# This option is mandatory (or it must be specified on the command-line using
# "-p").
port=8200
il y a peut-etre moyen "d’ecouter " s’il y a de l’activité dessus
netstat -anpe | grep minidlna
au repos
netstat -anpe | grep minidlna
tcp 0 0 0.0.0.0:8200 0.0.0.0:* LISTEN 123 25115 5146/minidlnad
udp 0 0 192.168.1.68:37316 0.0.0.0:* 123 25120 5146/minidlnad
udp 0 0 239.255.255.250:1900 0.0.0.0:* 123 25114 5146/minidlnad
en diffusion
netstat -anpe | grep minidlna
tcp 0 0 0.0.0.0:8200 0.0.0.0:* LISTEN 123 25115 5146/minidlnad
tcp 0 48960 192.168.1.68:8200 192.168.1.22:56493 ESTABLISHED 123 369185 20240/minidlnad
udp 0 0 192.168.1.68:37316 0.0.0.0:* 123 25120 5146/minidlnad
udp 0 0 239.255.255.250:1900 0.0.0.0:* 123 25114 5146/minidlnad
j’ai bien l’adresse du client 192.168.1.22