Creating a DLNA server/service in VB.NET [closed]

杀马特。学长 韩版系。学妹 提交于 2019-12-02 22:14:45

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

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.

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

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.

The Mono Project has a pretty good open source implementation of the UPnP protocol. https://github.com/mono/mono-upnp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!