开发者

How can I create a DLNA server application in Android?

开发者 https://www.devze.com 2023-04-07 02:52 出处:网络
I am looking to add DLNA server capabilities of one of my current applications (for movie management), and I\'ve tried to do some searching for any documentation on it, but so far I\'ve only found a p

I am looking to add DLNA server capabilities of one of my current applications (for movie management), and I've tried to do some searching for any documentation on it, but so far I've only found a p开发者_如何学Pythonroject called Cling, which should support Android. I have yet to try it out, so if anyone has any comments on the project, I'd be really happy.

I'd also love if anyone had some more documentation on adding DLNA server functionality to an Android application. I know there are quite a few applications that make use of this, so I know it's possible.


I use this code for my project.


I think you should search for some Linux libraries that implement DLNA. This will be the easiest way to go. DLNA specification cost lots of money and implementation and tests could not be trivial. Of course you should check license of available software, because some of them could have restrictions.

Check the links from this wiki http://elinux.org/DLNA_Open_Source_Projects

0

精彩评论

暂无评论...
验证码 换一张
取 消