Search code examples
cobjective-ccocoamacosdlna

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?


Solution

  • How about this one:

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