Creating a DLNA server/service in VB.NET

barry picture barry · Nov 8, 2008 · Viewed 30.1k times · Source

I would like to create a DLNA server in VB.NET. Since a lot of multimedia devices start supporting DLNA, i would like to see what is possible. Not only streaming video/audio and pictures but see what else can be done.

Anybody any starting points? protocol info, some basic code to get started?

DLNA is based on UPnP so i geuss that is the direction i have to start looking.

Answer

loraderon picture loraderon · Dec 16, 2008

UPnP MediaServer using Intels SDK for Windows Home Server and Xbox 360 is written in C# and does not have all the functionallity required but it is a start.

I'd like to see an open source implementation of DLNA in .NET