VariuSoft.IceCast2Sharp 1.0.0.7

dotnet add package VariuSoft.IceCast2Sharp --version 1.0.0.7
NuGet\Install-Package VariuSoft.IceCast2Sharp -Version 1.0.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VariuSoft.IceCast2Sharp" Version="1.0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VariuSoft.IceCast2Sharp --version 1.0.0.7
#r "nuget: VariuSoft.IceCast2Sharp, 1.0.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VariuSoft.IceCast2Sharp as a Cake Addin
#addin nuget:?package=VariuSoft.IceCast2Sharp&version=1.0.0.7

// Install VariuSoft.IceCast2Sharp as a Cake Tool
#tool nuget:?package=VariuSoft.IceCast2Sharp&version=1.0.0.7

Библиотека для работы с IceCast сервером в качестве источника звука

Эта библиотека по факту является просто обёрткой над данным проектом: https://github.com/Zerpico/libShout-csharp В проект включены как все необходимые библиотеки, так и исходный класс из указанного выше проекта.

При необходисомти можно использовать исходных класс

Libshout

Так и мою обёртку покруг него

IceCastClient

Пример

IceCastClient client = new IceCastClient( "localhost", 8000, "hackme", "RainRockRadio" );
if (client.open()) {
	client.PlaySong( "D:\\big black dog.mp3" );
}

Для более подробной информации ознакомьтесь с изначальным проектом

документация http://docs.varscrum.ru/docs/VariusSoft.IceCast2Sharp.1

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.7 561 6/23/2020
1.0.0.6 427 6/19/2020
1.0.0.5 403 6/11/2020
0.2.1.3 384 6/10/2020
0.1.1 388 6/10/2020
0.1.0 400 6/10/2020

-NextSong() method now return int number of song in PlayList
-new methods
-bug fixing