Thanks a lot for the answer. The contrib builds now :) But now, next error is when compiling vlc : libvlc configuration -------------------- version : 4.0.0-dev system : mingw32 architecture : i686 mmx sse sse2 optimizations : yes vlc aliases : cvlc rvlc qvlc svlc ../doltcompile i686-w64-mingw32-gcc...
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 ...
The media sub item added event working too. var media = new LocationMedia(@"http://www.youtube.com/watch?v=WAjt5wPJVqM"); media.MediaSubItemAdded += delegate(MediaBase s, VlcEventArgs<MediaBase> args) { myVlcControl.Media = args.Data; myVlcControl.Play(); }; myVlcControl.Media = media; myV...
Hi, When your media state changed to ended, you'll have a subitemin on your media. I think the subitemadded event is working too. The subitem is the true video media. This is a sample code with Vlc.DotNet library which is compatible with WinForm, WPF & Silverlight 5 var media = new LocationMedia...
Since version 1.0 of Vlc, the library is not compatible. I began to develop a new version of the library witch will be compatiblle with the version 1.1 future version of Vlc. To be continue.
Heelo, I'm using VLC 0.9.8a for Windows XP. I'm trying to play cdda media cd and it stops and Windows reports error on application. logger: using logger... logger debug: opening logfile `file_log.txt' main debug: using interface module "logger" main debug: TIMER module_Need() : 104.000 ms ...