Search found 6 matches

Go to advanced search

by higan
31 Dec 2018 20:45
Forum: Development around libVLC
Topic: Meta.Vlc - LibVlc wrapper for WPF(Update for libvlc 3.0)
Replies: 1
Views: 500

Meta.Vlc - LibVlc wrapper for WPF(Update for libvlc 3.0)

Meta.Vlc is a LibVlc solution for .NET, it has encapsulated most of the functionalities of libvlc. This project aims to find a perfect solution for using Vlc on WPF. Meta.Vlc provides a native WPF control(Meta.Vlc.Wpf), this control achieves video playback by utilizing InteropBitmap and shared memor...
by higan
30 Mar 2016 09:13
Forum: Development around libVLC
Topic: How to play YouTube videos
Replies: 2
Views: 515

Re: How to play YouTube videos

Maybe this issue will help you (#77).
by higan
25 Mar 2016 10:26
Forum: Development around libVLC
Topic: [Resolved]IO Thread about libVLC.
Replies: 2
Views: 721

Re: IO Thread about libVLC.

LibVLC performs I/O in the LibVLC input thread. I don't know what you mean by "background". Ummm, I have solved it, thank you, because I have use the sync event of libVLC in main UI thread. When main UI thread stuck, those event will be block the LibVLC input thread, then IO will be stop....
by higan
25 Mar 2016 08:38
Forum: Development around libVLC
Topic: [Resolved]IO Thread about libVLC.
Replies: 2
Views: 721

[Resolved]IO Thread about libVLC.

Hi: I have some question about thread of libVLC. I'm using video callback to display Video( xZune.Vlc ). I think libVLC works on multi-thread, decode thread, IO thread or other threads. But the file IO is not seem in background thread. It is like: 01.I create a Window running on Main UI thread(ID:1)...
by higan
22 Mar 2016 21:26
Forum: Development around libVLC
Topic: xZune.Vlc - LibVlc wrapper for WPF
Replies: 3
Views: 7612

Re: xZune.Vlc - LibVlc wrapper for WPF

Hi, Using InteropBitmap is not recommended to display images as video due to memory leaks which can cause BSOD and a lot of memory usage (when you played a video in loop for few hours)... That's why I changed the code of Vlc.DotNet which --I think-- you have inspired. I can also do unsafe code, but...
by higan
18 Feb 2016 17:29
Forum: Development around libVLC
Topic: xZune.Vlc - LibVlc wrapper for WPF
Replies: 3
Views: 7612

xZune.Vlc - LibVlc wrapper for WPF

xZune.Vlc is an LibVlc solution for .NET, it has encapsulated most of functionalities of LibVlc. This project aims to find a perfect solution for using Vlc on WPF. xZune.Vlc provides an native WPF control(xZune.Vlc.Wpf), this control achieves video playback by utilizing InteropBitmap and shared memo...

Go to advanced search