views:

314

answers:

2

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?

+1  A: 

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

Nicholas Riley
+3  A: 

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

sbooth
Awesome, it's got sample code for doing UPnP AV. It *looks* like that's the same as DLNA. If I'm getting this right, DLNA is a certification for UPnP protocols.
Peeja