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.

link|improve this question

58% accept rate
feedback

5 Answers

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

link|improve this answer
Yeah me too. I'd like to see an open source implementation of DLNA in .NET – Dran Dane Sep 21 '11 at 16:34
feedback

You have to be a member of the DLNA community or pay $500 to be able to get a full specification of the protocol according to their homepage.

Intel has a tool for generating source code which is DLNA compliant at their hompepage. That could be a good start for just playing around and trying your ideas without having to buy the specification.

link|improve this answer
feedback

This is a esy to understand UPnP AV Control Point VB.Net sample

link|improve this answer
Thanks! this is a very complete client side example. – barry Nov 24 '09 at 8:51
feedback

You can get a lot of information about the various UPNP protocols, including DLNA from the UPNP website here. This includes a zip file will all the service definitions and a list of existing SDKs from which you can start.

link|improve this answer
Thanks! Good resource and starting point. – barry Nov 24 '09 at 8:52
Link no longer works. – Alex Jul 7 '11 at 7:36
The link leads to the main UPnP page, which has a giant 'DOWNLOAD ZIP' link on it. – Jherico Jul 12 '11 at 19:26
feedback

Check out Platinum UPnP SDK, it has a .Net binding since version 0.6.1.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.