Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Writing a DLNA server (DMS) in Cocoa/Objective-C/C

I'd like to write a DLNA server in Cocoa for the Mac. Are there any libraries for speaking UPnP/DLNA in Objective-C or C? Failing that, where is the spec for DLNA so I can write my own?

like image 470
Peeja Avatar asked May 08 '10 15:05

Peeja


2 Answers

How about this one:

http://code.google.com/p/upnpx/

like image 162
ViggoV Avatar answered Oct 20 '22 00:10

ViggoV


Have a look at Platinum UPnP. It's written in C++, but is very portable.

like image 34
sbooth Avatar answered Oct 19 '22 23:10

sbooth