Search found 9 matches

Go to advanced search

by howdini
03 Sep 2008 12:53
Forum: Web and scripting
Topic: blocking fullscreen in C#
Replies: 5
Views: 2568

Re: blocking fullscreen in C#

Found that it was the hardware overlay that causes this problem.
Refer to the forum quoted below

viewtopic.php?f=16&t=45751

Might be able to give you some more power over your control now
by howdini
19 Apr 2008 09:39
Forum: Web and scripting
Topic: problem with multiple instances of ActiveX in web pages
Replies: 4
Views: 1762

Re: problem with multiple instances of ActiveX in web pages

GREAT!!! Found a temporary solution for those in need .... Vlc has an option "--no-overlay" which will deal with this problem. This will help you overcome the hardware overlay limitations but still maintain great image quality. For those using VLCusercontrol in c#, this can be added to the...
by howdini
19 Apr 2008 08:45
Forum: Web and scripting
Topic: problem with multiple instances of ActiveX in web pages
Replies: 4
Views: 1762

Re: problem with multiple instances of ActiveX in web pages

I'm using the latest libvlc.dll for vlc 0.8.6f and i still get the same problem when using multiple vlc controls in c#. Its hard to pinpoint the cause because each time a different control hangs. There is no logical pattern to it. The only piece of the puzzle i have solved is that turning off the ha...
by howdini
09 Apr 2008 07:32
Forum: Web and scripting
Topic: blocking fullscreen in C#
Replies: 5
Views: 2568

Re: blocking fullscreen in C#

I have recently discovered that there is another control seated on top of the vlc control during play time. Is this the innervlc window thing? I have never known its true purpose. I'am trying to get the pixel color using getpixel for the vlc control, but it's not working and i think its because of t...
by howdini
16 Jan 2008 07:58
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 78394

Re: Usage of libvlc.dll in C#

Hi, i've been struggling with this bitrate issue myself. I can see that the vlc player can retrieve the current bitrate of a stream in real time. How can one emulate this. Below is my c# code written in an attempt to do this. So far it just bugs out on the dll call. Where am i going wrong. Also, is ...
by howdini
04 Dec 2007 11:07
Forum: Web and scripting
Topic: blocking fullscreen in C#
Replies: 5
Views: 2568

Re: blocking fullscreen in C#

That will create problems when you try to crop the vlc player to fill the window. The two windows cannot be stretched over each other. but i believe the new API for vlc 0.8.6d has something to allow me to handle that problem. Anyone who can make sense of it? Please help, not that good with c++ heade...
by howdini
23 Aug 2007 14:19
Forum: Web and scripting
Topic: fullscreen and Position
Replies: 2
Views: 1551

Re: fullscreen and Position

Checkout my c# code, maybe something here can help you. You'll need to port it though. timer1.Enabled = false; newPos = trcPos.Value; VLanControl.TrackPosition tPos; int vLen = vlcUserControl1.Length; float findPos = ((float.Parse(newPos.ToString())/10000)); vlcUserControl1.MoveToPosition(new VLanCo...
by howdini
23 Aug 2007 14:11
Forum: Web and scripting
Topic: blocking fullscreen in C#
Replies: 5
Views: 2568

Re: blocking fullscreen in C#

it appears no one has an answer to this problem. I'll assume vlc did not cater for this. Anyways, i was thinking about going around the issue by creating a timer that will minize the screen every 2 or so seconds. Should have no negative effects on the playtime nor generate any errors because of the ...
by howdini
13 Aug 2007 10:22
Forum: Web and scripting
Topic: blocking fullscreen in C#
Replies: 5
Views: 2568

blocking fullscreen in C#

I need help preventing the vlc .net control from jumping into fullscreen when double clicked. All attempts to trap that event have proved fruitless. Can anybody help me.

Go to advanced search