UPnP-Inspector 0.1.7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News UPnP-Inspector 0.1.7 (Default branch)
# 1  
Old 01-06-2009
UPnP-Inspector 0.1.7 (Default branch)

Image The Inspector is a UPnP device and service analyzer and debugging tool based on the Coherence DLNA/UPnP framework. It will host the tests from the UPnP test suite to provide a central place to verify device implementations and hunt down any UPnP anomalies. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. IP Networking

My router has UPnP, as do its work with ubuntu to automatically open ports

My router has UPnP,how to make it work with ubuntu to automatically open ports I try to open the following command " /sbin/iptables -I INPUT -d 0/0 -s 0/0 -p tcp --dport 21 -j ACCEPT" ,local only opens ,if i put the ip 192.168.1.68, it works correctly, if i`m put my external ip does not work,I... (9 Replies)
Discussion started by: dhalus
9 Replies
Login or Register to Ask a Question
MINIDLNA(1)						      General Commands Manual						       MINIDLNA(1)

NAME
minidlna -- lightweight DLNA/UPnP-AV server SYNOPSIS
minidlna [-f config_file] [-d] [-a -listening_ip] [-p port] [-s serial] [-m model_number] [-t notify_interval] [-P pid_filename] [-w url] [-R] minidlna [-h | -V] DESCRIPTION
The minidlna daemon is a DLNA/UPnP-AV server sharing media files (video, music and pictures) to clients on your network. Clients are typi- cally multimedia players such as vlc, totem and xbmc, and devices such as portable media players, smartphones, televisions, video game enter- tainment systems and blu-ray players. OPTIONS
All the options below (except -f) can also be set in a configuration file (see minidlna.conf(5)). -a listening_ip IP address the daemon should be listening on. -d Activate debug mode (do not daemonize). -f config_file Specify the location of the configuration file. Uses /etc/minidlna.conf by default. -h Show help and exit. -m model_number Model number the daemon will report to clients in its XML description. -P pid_filename PID file to use; the default is /run/minidlna.pid. -p port Port number to listen on; the default is port 80. -R Forces a full rescan of the media files. -s serial Serial number the daemon will report to clients in its XML description. -t notify_interval Notify interval, in seconds; defaults to 895 seconds. -V Show the program version and exit. -w url Sets the presentation url; the default is http address. FILES
/etc/minidlna.conf Default system-wide configuration file. See minidlna.conf(5) for details on the syntax. SEE ALSO
minidlna.conf(5) Debian July 21, 2011 Debian