Access DLNA TV with Java code -


I want to control my DLNA TV from my Java program on my PC. Specifically, I want to:

  • Find out if there is a TV in the LAN
  • Check if it's currently running (for the first step)
  • Send some commands later (as if off)

    I believe that I have to implement the Digital Media Controller (DLNA-DMC) profile. Is there a Java Library that allows me to do this easily?

    I could not find a lot of doctors on this. Have an API under NDA?

    Can you recommend reading something?

    Take a look I'm not sure that it implements the features that you actually see But at least this is a starting point.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

javascript - Read complete data from stream from onMessage -