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

2019-03-18 17:33发布

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?

4条回答
趁早两清
2楼-- · 2019-03-18 18:09
劫难
3楼-- · 2019-03-18 18:09

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

查看更多
男人必须洒脱
4楼-- · 2019-03-18 18:25

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

查看更多
啃猪蹄的小仙女
5楼-- · 2019-03-18 18:31

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

查看更多
登录 后发表回答