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

假如想象 提交于 2019-12-03 06:17:28

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

Don't know about DLNA, but if you want to do port mapping with UPnP, you can try TCMPortMapper.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!