Define TV in upnp / dlna

Using the Java Cling library, I can open my TV on the local network using upnp. TV advertises the following uppp services

  • RenderingControl
  • AVTransport
  • ConnectionManager

It also states that it is a type of "MediaRenderer" and the model description is "Samsung TV DMR".

As I understand it, all these features can also be provided by a computer, for example. But in the "real" world, television and computer are two different things (although they can offer the same services).

Through which upnp method can I uniquely identify what I am saying with the “TV”?

+3
source share
2 answers

It is better to look deeper into the service description file (SCPD).

StateVariables RenderingControl Contrast Brightness, PC DLNA .

GetProtocolInfo ConnectionManager, , .

. http://upnp.org/specs/av/av4/

+2

, "", - (UUID). , - , UUID . , : " ?". , UPnP , UPnP " ". UPnP . , , DVD- -.

+1

All Articles