tags:

views:

3559

answers:

3

I want to add UPNP media server functionality to an app, are there any good C# UPNP/DNLA Media Server Libraries?

+1  A: 

I'm not sure how complete it is yet but I've been meaning to take a look at Mono.UPNP. Here is a decent starting point for it. To check it out you'll probably need to grab the code from the mono repository.

mockedobject
+1  A: 

You can also take a look at UPnP MediaServer using Intels SDK for Windows Home Server and Xbox 360 (written in C#)

This question is related to Creating a DLNA server/service in VB.NET

loraderon