Search found 10 matches

Go to advanced search

by BenZC
15 Oct 2008 22:18
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Hi everyone, I want to answer some questions, you had post in the past: sometime when i use Play2(), the position is not correct. so the position slider does not move. is there anything i have to keep in mind when using Play2()? The Play2() method is a dirty workaround for a libvlc 0.8.6 bug. If a c...
by BenZC
28 Aug 2008 17:57
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Yeah,

the current version is only designed for one instance, cause the VideoOutputController, which is a static unique class, can only have one video output. So the last created VlcElement, which sets the video output in the VideoOutputController class, will display the video.
by BenZC
28 Aug 2008 10:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

actually, what kind of bug did you mention? does this integrate with videorenderer element? Sometime the DShow Graph Callback is missing. In 90% cases it works, but in 10% (randomly) you just get sound but no picture of the video, cause the DShow Graph doenst invoke the callback method. from http:/...
by BenZC
27 Aug 2008 23:49
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Hi all, I have published the VLC Renderer Project under http://www.codeplex.com/VLCRenderer . This version is a little bit older then the current one, which means it contains the little bug which I have described before. But except for this it works just fine. Enjoy it and have fun. Best regards, Be...
by BenZC
23 Aug 2008 16:09
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Hi, it seems that I have solved the problem with the missing callback. After some debugging action, I recognized that not only the callback was not invoked, but the whole graph was not built. The InitializeDirectShow(); Method in the VideoRenderElement invokes the m_mediaElement.Play(); Method which...
by BenZC
07 Aug 2008 18:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Hi to all, I will release the new version of the VLC Element in the next 2 weeks. The reason why I'm didnt release it yet was a bug, which is still present in the current version. Sometime the DShow Graph Callback is missing. In 90% cases it works, but in 10% (randomly) you just get sound but no pic...
by BenZC
19 May 2008 21:57
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Hi jmorrill, your VideoRendererElement is a nice work. I have upgrated the VLC Element with that VideoRendererElement and its just working perfect. The video is playing really smoothly without any clipping errors. In the current Version I have implemented both Rendering procedures (the older one whi...
by BenZC
01 Aug 2007 22:08
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Thx juliant for the great link. With that little WPF hack I could considerably increase the performance. Unfortunatly I had to change the Videooutput from a RGB24 to a BGR32 Image, to make it run. jmorrill did you managed it with a RGB24 Image? Although I could increase the performance, the video is...
by BenZC
30 Jul 2007 12:23
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

Re: VLC Element for WPF

Hi juliant, this problems occurs either if the files are not in the right directories: VLC.WPF.VlcPlugin.dll -> VideoLan-InstallDirectory\VLC\plugins\ VLC.WPF.VideoOutputController.dll -> VideoLan-InstallDirectory\VLC\ VLC.WPF.VideoOutputController.dll -> Directory of the WPF application libvlc.dll ...
by BenZC
05 May 2007 14:31
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 38016

VLC Element for WPF

Hi, I've created an VLC Element for the Windows Presentation Foundation. This Element can be easlily integrated in an existing XAML-File and works like the Media Element from WPF. My Code based on an existing source code written in C# and C++ also posed in this forum. It is reported in the ticket se...

Go to advanced search