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”?
source
share