How can I list upnp server/renderer in command line (console mode) on linux?
Asked Answered
B

1

28

I want to list my available upnp/dlna renderers on my local network in console mode.

I can do that with gupnp but not in console mode

Bricky answered 21/8, 2013 at 17:19 Comment(0)
W
59

gssdp-discover (from gupnp-tools) will list devices and services advertized over SSDP:

gssdp-discover -i wlan0 --timeout=3

You can also specify the target (as uuid or a service/device type):

gssdp-discover -i wlan0  --timeout=3 --target=urn:schemas-upnp-org:device:MediaRenderer:1
Waziristan answered 21/8, 2013 at 20:9 Comment(1)
is there a windows version of this?Commination

© 2022 - 2024 — McMap. All rights reserved.