无法在 Visual Studio 2015 年安装 Webrtc

Unable to install Webrtc in Visual Studio 2015

我正在尝试在 Visual Studio 中安装 WebRtc,但到目前为止一直无法安装。使用包管理器或包管理器控制台。

什么步骤会重现问题?

1. Open Visual Studio 2015
2. Select New project and select Asp web application ( either .NET framwork 4.5.1 or 4.5.2)
3. Install webrtc with this line on Package Manager Console : Install-Package XSockets.Sample.WebRTC

预期结果是什么?

Webrtc should be install correctly

你看到了什么?

It says it has been installed but then it runs the roll back and removes all files that has just been installed.

您使用的是什么版本的产品?在什么操作系统上?

Visual Studio 2015.
Windows 8.1

有人知道如何解决这个问题吗?

来自 XSockets 的 WebRTC 示例包未更新以在 VS2015 中工作。使用较早版本的 VS 或仅从 github.

下载示例

来自 XSockets 的所有 WebRTC 代码都在 github 上开源。

Sampleproject

Source

nuget 上的 WebRTC 示例可能会在 v5 版本发布后更新,现在随时都会发布。