DLNA or UPnP Libraries for a Windows 7 Phone

I want to write a DLNA controller application for my Windows 7 phone that will transfer media from the server to media rendering. Is there currently a DLNA or UPnP library for WP7? Or how easy / difficult it is to migrate Intels DLNA.Net DLLs to the WP7 platform. Any suggestion would be very helpful. Thank you

+3
source share
1 answer

The Mango toolkit has sockets, but not the current one. You can create a web service with UPnP functions and wrap it so that it can be used by your application. This is not as effective as using it directly from the device, but as far as I know, this is the only viable option.

+3
source

All Articles