All Projects → ZeBobo5 → Vlc.dotnet

ZeBobo5 / Vlc.dotnet

Licence: mit
.NET control that hosts the audio/video capabilities of the VLC libraries

Labels

Projects that are alternatives of or similar to Vlc.dotnet

VlcXamarin
Xamarin.Android bindings for VLC player
Stars: ✭ 35 (-95.76%)
Mutual labels:  vlc
Movie Monad
📺 A free and simple to use video player made with Haskell.
Stars: ✭ 347 (-57.99%)
Mutual labels:  vlc
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+525.54%)
Mutual labels:  vlc
kaa.si-cli
Stream anime from kaa.si and sync with anilist
Stars: ✭ 12 (-98.55%)
Mutual labels:  vlc
Traktforvlc
Automatically trakt.tv what you're watching on VLC
Stars: ✭ 292 (-64.65%)
Mutual labels:  vlc
Acelink
Play Ace Streams in VLC on macOS.
Stars: ✭ 411 (-50.24%)
Mutual labels:  vlc
Stream-to-VLC
Tampermonkey script that uses a custom URI scheme to view streams in VLC.
Stars: ✭ 20 (-97.58%)
Mutual labels:  vlc
Streamlink
Streamlink is a CLI utility which pipes video streams from various services into a video player
Stars: ✭ 6,883 (+733.29%)
Mutual labels:  vlc
Legalstream
An m3u8 playlist featuring many LEGALLY FREE IPTV streams. For use with VLC.
Stars: ✭ 299 (-63.8%)
Mutual labels:  vlc
Nginx Rtmp Docker
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Stars: ✭ 506 (-38.74%)
Mutual labels:  vlc
libvlc-nuget
NuGet packaging setup for LibVLC
Stars: ✭ 52 (-93.7%)
Mutual labels:  vlc
Gcc termux
Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt
Stars: ✭ 276 (-66.59%)
Mutual labels:  vlc
Pympress
Pympress is a simple yet powerful PDF reader designed for dual-screen presentations
Stars: ✭ 450 (-45.52%)
Mutual labels:  vlc
pyradio
📻 Play your favorite radio station from the terminal
Stars: ✭ 69 (-91.65%)
Mutual labels:  vlc
Vlc Ios
VLC for iOS and tvOS official mirror
Stars: ✭ 602 (-27.12%)
Mutual labels:  vlc
libvlcpp
C++ bindings for libVLC
Stars: ✭ 64 (-92.25%)
Mutual labels:  vlc
Mrvlcplayer
一款基于VLC的播放器,支持常用的各大手势功能,支持几乎所有主流格式。
Stars: ✭ 359 (-56.54%)
Mutual labels:  vlc
Libvlcsharp
Cross-platform .NET/Mono bindings for LibVLC
Stars: ✭ 752 (-8.96%)
Mutual labels:  vlc
Countries
Free legally receivable IPTV channels as .m3u for Kodi. :-)
Stars: ✭ 657 (-20.46%)
Mutual labels:  vlc
Vlc Pause Click Plugin
Plugin for VLC that pauses/plays video on mouse click
Stars: ✭ 467 (-43.46%)
Mutual labels:  vlc

Vlc.DotNet

As more and more effort is put into LibVLCSharp, fewer evolutions are expected to be made to this project.

Bugfixes will still be fixed on the maintainer's free time, but as of 2020-05-06, support for libvlc 4 is not planned. You are encouraged to migrate and create new projects with LibVLCSharp

Join the chat at https://discord.gg/SyUpk57

Vlc.DotNet is a .net library that hosts the audio/video capabilities of the VLC libraries. In other words, it's a .net wrapper around libvlc.

It can work on any .net framework version starting from .net 2.0 and .net standard 1.3 (starting from Vlc.DotNet 2.2.1).

On the front-end side, two components are currently available to make it easy to integrate in your apps. One is for WinForms, the other for WPF.

Writing a WPF app / Migrating WPF control from 2.x

Please Read this if you are writing a WPF app! This is super important!

tl;dr : Use Vlc.DotNet.Forms in a WindowsFormsHost, unless you know what you're doing

The WPF control has been rewritten from scratch from 2.x.

The old WPF control was just a wrapper around the WinForms control. This led to some issues (Airspace issue...) and lacked some WPF-ish features.

That's why a new control has been written. To be fair, first versions of Vlc.DotNet were built with that technique, but back then, there were issues in the .net framework causing the memory usage to explode. As of 2018, this issue is resolved.

You have in fact two options:

  • Use the new WPF control. You might notice a performance impact when reading, for example, a 4k @ 60 fps video on a low-end computer. However, you can do whatever you like, just as a normal ImageSource in WPF.
  • Wrap the Vlc.DotNet.WinForms control in a WindowsFormsHost. It offers better performance, but you will experience Airspace issues (see #296) if you need to write over the video.

The right option to use depends on your needs.

See the discussion #249 and pull request : #365

How to use

It all starts with those three steps :

  • Install one of the NuGet Packages below
  • Install libvlc libraries manually or from the NuGet package(recommended)
  • Integrate it into your app

See the Getting started wiki

Continuous Integration

Branch Build Description
master Build status Latest stable version
develop Build status Latest features (may be experimental)

NuGet Packages

Packages are available for Vlc libraries. Releases packages follow SEMVER 2.0.0

Prereleases packages are built each time a push is made on develop

Other links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].