This repository is now deprecated. This is no longer supported.
This app created by the VLC .net Library for stream every online audio stream from URL. Also you can add playlist file (.pls) for show list of URLs .
(As soon as possible, will be added comments)
- Show animated file name in title
- record stream
- now can play stream from rtmp protocol
- Visual Studio 2017 - The Windows IDE With .net Framework 4.6
- Bunifu UI - Third Party Libraries-(If you don't want buy this you can use picturebox , buttons and your own slidebar for volume control)
- NAudio - An Open Source Audio Library
- VLC .NET - An Library For Using VLC DLLs or Plugins Without need to register VLC ActiveX Plugin.
-
you must add and config vlc .net - wiki to your project.
-
In file 'MainRadio.cs' you should change this line to vlc folder (I upload version 2.6.0 into this branch.So you can copy and paste where exist your "execute" files or other path that you want)**
mVlc = new Vlc.DotNet.Core.VlcMediaPlayer(new DirectoryInfo(mPath + "\\vlc"));
Test system:
- Visual Studio 2017
- Windows 10
- .Net framework 4.6.1
- Sayed Amir Ahmadi - Initial work - ITIUM.IR
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to alireza for their support in this project.