Search found 13 matches

Go to advanced search

by SteveBickell
06 Jan 2009 09:04
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-S and 0.9.8a
Replies: 3
Views: 379

Re: DVB-S and 0.9.8a

Will it work taking the BDA dll (presumably libbda_plugin.dll) from 1.0.0 and using it with 0.9.8a?

Regards

Steve
by SteveBickell
05 Jan 2009 19:54
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-S and 0.9.8a
Replies: 3
Views: 379

DVB-S and 0.9.8a

Does DVB-S streaming work in 0.9.8a?

There are some posts that suggest the BDA plugin has had some fixes but only in the 1.0.0 nightlies. Is this correct?
by SteveBickell
02 Jan 2009 21:26
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86862

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

I'm not clear what your issue is but if it's any help there is a Win32 mouse input function GetDoubleClickTime. You could probably use that to somehow detect a double click.

Steve
by SteveBickell
01 Jan 2009 21:34
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86862

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

I'm almost sure it will. Here's my code. /* Data structures */ private static int WH_MOUSE_LL = 14; private static int wm_LButtonDown = 513; private static int wm_LButtonUp = 514; private static int wm_RButtonDown = 516; private static int wm_RButtonUp = 517; [System.Runtime.InteropServices.DllImpor...
by SteveBickell
01 Jan 2009 08:21
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86862

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

You can trap mouse and keyboard events by using the Win32 low level hooks. I've used them successfully to pop up a panel of buttons when playing a movie full screen.

Steve
by SteveBickell
29 Dec 2008 21:25
Forum: VLC media player for Windows Troubleshooting
Topic: Problems with DVB-S
Replies: 15
Views: 3841

Re: Problems with DVB-S

Hi KenS

Thanks for the information.

To tune to a specific station (eg TVNZ One which has a SID of 1035) do you need to specify the 'dvb-network-id' parameter?

Steve
by SteveBickell
21 Dec 2008 22:49
Forum: VLC media player for Windows Troubleshooting
Topic: Problems with DVB-S
Replies: 15
Views: 3841

Re: Problems with DVB-S

Hi Kens

Do you have an example of the command line you use?

What's the name of the VLC source file for DVB-S?

Thanks

Steve.
by SteveBickell
13 Nov 2008 21:35
Forum: VLC media player for Windows Troubleshooting
Topic: Libvlc and Visualizations
Replies: 9
Views: 2507

Re: Libvlc and Visualizations

Hi, It works fine if you change the size of the VLC player window - Goom carries on playing normally. I tested it again with Libvlc and it definitely doesn't work. I set the following options before playing the file. --audio-visual=goom --goom-height=height of window --goom-width=width of window bef...
by SteveBickell
13 Nov 2008 01:52
Forum: VLC media player for Windows Troubleshooting
Topic: Libvlc and Visualizations
Replies: 9
Views: 2507

Re: Libvlc and Visualizations

Goom runs OK if you run VLC manually but you can't change the goom height or width to fill the VLC window so you can't create the same situation.

Steve
by SteveBickell
10 Nov 2008 21:31
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86862

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Hi Kairos, Like you I have developed a .Net Libvlc wrapper for use in a larger project. It was originally inspired by the Marx wrapper but I ended up rewriting it and it now wraps almost all of the functions exported by Libvlc excluding VLM. Looking at your code they are remarkably similar (no handl...
by SteveBickell
09 Nov 2008 00:13
Forum: VLC media player for Windows Troubleshooting
Topic: Libvlc and Visualizations
Replies: 9
Views: 2507

Re: Libvlc and Visualizations

Thanks for the link. I can now get scope and spectrum visualizations to work. As for the goom resolution I'm using Libvlc via some C# code, not running VLC from a command line but I imagine it ends up with pretty much the same thing. If I set the goom height and width to the height and width of the ...
by SteveBickell
07 Nov 2008 21:25
Forum: VLC media player for Windows Troubleshooting
Topic: Libvlc and Visualizations
Replies: 9
Views: 2507

Re: Libvlc and Visualizations

Hi,

Thanks for the reply.

I've been using --audio-visual=goom and that's fine but what's the <string> for the others?

Also when you set any of the goom parameters (eg --goom-height=123) the visualization runs very very slowly.

Steve
by SteveBickell
07 Nov 2008 02:23
Forum: VLC media player for Windows Troubleshooting
Topic: Libvlc and Visualizations
Replies: 9
Views: 2507

Libvlc and Visualizations

Does anybody know what the option string is for for the visualizations other than Goom? I can get Goom to work ok but can't find spectrum etc. This is for 0.9.4.

Incidentally, if you try to change the width/height of goom via an option it either runs very slowly or not at all.

Cheers.

Go to advanced search