I want to control my DLNA TV from my Java program on my PC. In particular, I want:
- find out if there is a TV in the local network
- check if it is currently enabled (for the first step)
- then send some commands (e.g. OFF) to it
I believe I need to implement a Digital Media Controller (DLNA-DMC) profile. Is there a Java library that allows me to do this easily?
I could not find many documents about this. Are the APIs under the NDA?
Can you recommend some readings?
source share