New Post: Nvidia Optimus behavior?
I developed a windows forms program with your library and I am seeing the following behavior when testing with a 720p 60 fps MP4 file on a Dell Inspiron N5110 (i7 2670QM, GeForce GT525M): 1. When...
View ArticleNew Post: How can I get bitmaps?
This worked for me mruce, I click on a button and the current frame is displayed in image1. public byte[] RawImage { get; set; } private void button1_Click(object sender, RoutedEventArgs e) {...
View ArticleNew Comment on "Wpf"
i created a new wpf file and the vlc plugin version installed on my system are 2.0+. Still only the audio is being played and there is no video output!
View ArticleNew Post: The directory : C:\Program Files\VideoLAN\VLC\ not found..
Hi at all, sorry for my bad english. If i want to debug my vb.net project on WinXp 32bit, i get following message : "The directory : C:\Program Files\VideoLAN\VLC\ not found.." I installed vlc 1.1.11...
View ArticleNew Post: NullReferenceException
HI Hector, you have to delete and readd reference to vlc.DotNet.Core and vlc.DotNet.Core.Interops. Or put your email and I will send you DLL.
View ArticleNew Post: Has anybody a working WPF sample?
Hi, somebody know how to add a VLCControl in WPF app dinamcally? I don't want to insert <vlc:VlcControl x:Name="myvlc" /> in xaml but I want to do with c# code. Thank you.
View ArticleNew Post: Logo and Marqueee
Hi gipix, do you solved this problem? I want to add a logo too but i found no tutorial about AddOption.
View ArticleNew Post: Memory Leak
We're seeing a memory leak playing with the simplest program playing a video stream. I read regarding the .Net 4 compilation issue , but we're not evening targeting that. Kind of surprised more people...
View ArticleNew Post: Logo and Marqueee
For add image from containers you need to save image in a temporary file. For marquee you can use labels/textblocks but if you need to change when play you need to use other wrapper (like nVLC) or vlc...
View ArticleNew Post: CPU utilization on WPF
Hi all I noticed that with the WPF player when you play a video it tooks about 30% of cpu. Does anyone else noticed that? Do you have any adivice to reduce the CPU utilization
View ArticleNew Post: pInvokeStackImbalance was detected
Hello I'm facing the sam issue. Does someone solved it?
View ArticleNew Post: password for open sliverlight project?
After tried to build sliverlight sample , I got tw errors Error 2 Cannot import the following key file: ..\Common\Vlc.DotNet.pfx.snk. The key file may be password protected. To correct this, try to...
View ArticleNew Post: The directory : C:\Program Files\VideoLAN\VLC\ not found..
Look in ..\Vlc.DotNet\Vlc.DotNet.Core\VlcContext.cs and make sure you have the correct path depending on your Processor Architecture. The VlcContext constructor may be picking up AMD64 instead of X86
View ArticleNew Post: CPU utilization on WPF
Same problem, no fix available: http://vlcdotnet.codeplex.com/workitem/6899
View ArticleNew Post: Can't play media
It keeps saying that it can't find the MRL file.\ This is what i use basicly: string filepath = Path.GetTempFileName().Replace(".tmp",".flv"); File.WriteAllBytes(filepath,...
View ArticleNew Post: Audio Equalizer - DSP runtime
hi, there is anybody that have some code in which is used param-eq options to filter audio media at runtime, for example with some gui equalizer object? i tried many samples, with use of addoption...
View ArticleNew Post: Nvidia Optimus behavior?
I also had a problem with choppy video playback. In order to solve it, I had to roll back VLC back to to version 1.1.11. Once I rolled back, I no longer had dropped frames.
View ArticleNew Post: Nvidia Optimus behavior?
I rolled back too, but still had choppy playback on GeForce. I switched to another wrapper, which already used 1.1.11, and now it works perfectly.
View ArticleNew Comment on "Forms"
Dear Sir How can i use the controls of vlc after i had done these things.i want to use vlc network streaming and all the other control of vlc. Please guide me with the above problem. Thanks
View ArticleNew Post: How to play youtube video using libvlc in C#
Yeh i have the same problem too.. nothing happens for youtube... works fine on videos on disc...
View Article