I want to list my available upnp/dlna renderers on my local network in console mode.
我想在控制台模式下在本地网络上列出我可用的upnp / dlna渲染器。
I can do that with gupnp but not in console mode
我可以用gupnp但不能在控制台模式下这样做
1 个解决方案
#1
38
gssdp-discover (from gupnp-tools) will list devices and services advertized over SSDP:
gssdp-discover(来自gupnp-tools)将列出通过SSDP广告的设备和服务:
gssdp-discover -i wlan0 --timeout=3
You can also specify the target (as uuid or a service/device type):
您还可以指定目标(作为uuid或服务/设备类型):
gssdp-discover -i wlan0 --timeout=3 --target=urn:schemas-upnp-org:device:MediaRenderer:1
#1
38
gssdp-discover (from gupnp-tools) will list devices and services advertized over SSDP:
gssdp-discover(来自gupnp-tools)将列出通过SSDP广告的设备和服务:
gssdp-discover -i wlan0 --timeout=3
You can also specify the target (as uuid or a service/device type):
您还可以指定目标(作为uuid或服务/设备类型):
gssdp-discover -i wlan0 --timeout=3 --target=urn:schemas-upnp-org:device:MediaRenderer:1