Meta.Vlc icon indicating copy to clipboard operation
Meta.Vlc copied to clipboard

Meta.Vlc is a LibVlc wrapper for WPF.

Results 60 Meta.Vlc issues
Sort by recently updated
recently updated
newest added

The pretty much says it all. The problem persists in my own application, as well as in the sample application included with this repo. Edit: After a minute or so...

when i exit my app, it always get stuck in this line VlcMediaPlayer.cs /// /// 设置 为停止 /// public void Stop() { _stopFunction.Delegate(InstancePointer);

question

The problem is that when I start the video on Url and click on the pause. One minute passes. And I click on the play button. The video completely stops....

set the options parameter with “ --ffmpeg-hw” have no effect 如何设置初始化参数实现视频播放硬件加速解码?使用“ --ffmpeg-hw” 这个参数没有效果

Can't be reproduced constantly. Wondering what can cause this issue. WPF project. Below is the stack trace: System.NullReferenceException: Object reference not set to an instance of an object. at Meta.Vlc.Wpf.VlcPlayer.LoadMedia(Uri...

Hey everyone. I want to play a snapshot url in wpf. Image refreshes every time you refresh the url. The player accepts it and plays it. I have set the...

你好, 我看到目前有TakeSnapshot 方法可以获得下一帧的图片, 需要播放器播放才有效, 那么, 是否能够获得视频指定时间的图片呢? 比如获得45:30的图片? VLC有这种功能吗? 又或者我想给任意视频文件生成一个封面(0秒缩略图) 非常感谢你们的辛苦工作, 希望没有太打扰, 谢谢.

Hello, I just started using this lib and noticed that the field _videoSource is public, just like its property. `public BitmapSource _videoSource = null;` Perhaps a typo in the code?

Hi, I was wondering if it's possible to initialize the wpf element's player separately in C# code. Currently, the wpf element initializes the player when InitializeComponent() is called. I'd like...

There appears to be support in libvlc for playing media from memory. I found various links on the subject but how can I achieve this from the Meta.Vlc. https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__media.html#ga591c3cbe56444f1949165b2b9b75d8e2 https://stackoverflow.com/questions/31250640/using-vlc-imem-to-play-an-h264-video-file-from-memory-but-receiving-error-main/31316867#31316867...