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
2010-05-09 00:59:55
+3
A:
Have a look at Platinum UPnP. It's written in C++, but is very portable.
sbooth
2010-05-09 10:58:33
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
2010-05-09 18:27:35