Tagged Questions
1
vote
2answers
265 views
Access DLNA TV with Java code
I want to control my DLNA TV from my Java program on my PC. In particular, I want to:
discover if there's a TV in the LAN
check whether it is currently ON (for a first step)
later send some commands ...
0
votes
1answer
758 views
Fetch all DLNA root storage directories in Cling?
I'm using the awesome Cling library to scan my network for UPnP devices. My goal is to throw together a little DLNA library browser so I can learn the technology. I have so far been able to 1. scan ...
0
votes
2answers
1k views
Creating Java stubs for a DLNA service / client? (or, What the hell is a <scpd> root tag in an XML file?)
Looking at the specifications for DLNA, most of the metadata communication appears to be soap based. However I can't find anything like a WSDL for any of the various services. Instead there is some ...
-1
votes
0answers
27 views
DLNA/UPnP AV Library for Java [closed]
Possible Duplicate:
UPnP library for Java
I want to create a mediaserver so i can watch movies and such on my TV, or XBOX360. I've searched google and i can't find any good information ...