English 中文(简体)
查阅DLNA电视台, Java
原标题:Access DLNA TV with Java code
  • 时间:2011-09-02 14:52:31
  •  标签:
  • java
  • dlna

我想控制我的DLNA电视,从我的 Java节目中播放。 我特别想:

  • discover if there s a TV in the LAN
  • check whether it is currently ON (for a first step)
  • later send some commands (eg. OFF) to it

我认为,我需要执行数字媒体主计长的简介。 是否有一个 Java图书馆使我能够轻易这样做?

我在这方面找不到很多东西。 是否根据《国家行动计划》使用过“A”一词?

你可以建议一些读物?

最佳回答
问题回答

Intel DLNA tools allows you to create DLNA control point very easily for any platform in any language c,c++, C#, Java. Try Intel® Software for UPnP* Technology: Download Tools

他们甚至有测试你的工具。

ohNet确实是你想要的。

该系统根据BSD许可证提供,包括你需要的控制点,并能够产生编码,以大大简化在任何简介中使用这些服务的情况(见www.docs on ohGenNet)。

(争端:我为该项目作出了贡献)





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签