Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a DLNA android mobile application? [closed]

I have a task to make a DLNA android application as shown in the following video

http://www.youtube.com/watch?v=x5GnqvV-eu4

I have to implement Digital Media Controller and Digital media server in my application but i dont know where should i start. Is there any open source api for this??

What is the best way to achieve this goal??

Thanks in advance and yes i am a bit lost in this issue :P

like image 370
abhishek Avatar asked Jul 05 '11 21:07

abhishek


1 Answers

You could use Cling (Java/Android UPnP library and tools). It's Free Software, distributed under the terms of the GNU Lesser General Public License.

http://4thline.org/projects/cling

See chapter 5 "Cling on Android" in the user manual.

like image 166
Gejo Avatar answered Oct 12 '22 09:10

Gejo