简体   繁体   中英

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?

How about this one:

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

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

I had a look at the Platinum UPnP Framework too and I found it quite cumbersome to work with since the API is C++ and (fortunately or unfortunately I am not sure) I am not a very experienced C++ developer.

I found this which seems to look promising and has a nicer Objective-C API: CyberLinkForObjC

不了解DLNA,但如果要使用UPnP进行端口映射,可以尝试TCMPortMapper

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM