在 VB.NET 中创建 DLNA 服务器/服务
我想在 VB.NET 中创建一个 DLNA 服务器.由于许多多媒体设备开始支持 DLNA,我想看看有什么可能.不仅可以流式传输视频/音频和图片,还可以看看还能做什么.
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.
DLNA 基于 UPnP,所以我认为这是我必须开始寻找的方向.
DLNA is based on UPnP so i geuss that is the direction i have to start looking.
UPnP MediaServer using Intels SDK for Windows Home ServerXbox 360 是用 C# 编写的,不具备所需的所有功能,但它只是一个开始.
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.
我想在 .NET 中看到 DLNA 的开源实现
I'd like to see an open source implementation of DLNA in .NET