Search found 60 matches

Go to advanced search

by jcvamp
03 Aug 2017 02:49
Forum: Development around libVLC
Topic: Changing audio output device
Replies: 3
Views: 844

Re: Changing audio output device

You need to use libvlc for this.
I am; that's how I'm using it as a control in VB.NET. I'm asking if and how I can specify the audio output device using the libvlc control.
by jcvamp
10 Jul 2017 23:00
Forum: Development around libVLC
Topic: Changing audio output device
Replies: 3
Views: 844

Changing audio output device

I've got a VLC control in a VB.NET program, and I want to be able to set the audio output device. I tried changing the device used by the installed VLC software, but it seems as though the VLC control doesn't use those settings.

Any ideas?
by jcvamp
04 Apr 2016 10:04
Forum: Web and scripting
Topic: Can't add VLC plugin to VB.net
Replies: 14
Views: 5323

Re: Can't add VLC plugin to VB.net

It's now giving me another error: "Failed to create component 'AxHost'. The error message follows: 'System.Runtime.InteropServices.COMException (0x8004D73F): This is not a COM component."
by jcvamp
07 Feb 2016 14:10
Forum: General VLC media player Troubleshooting
Topic: Trouble setting up DVB-T in Windows 10
Replies: 1
Views: 807

Re: Trouble setting up DVB-T in Windows 10

I can't find any useful documentation. Anyone got any ideas?
by jcvamp
05 Feb 2016 20:22
Forum: General VLC media player Troubleshooting
Topic: Trouble setting up DVB-T in Windows 10
Replies: 1
Views: 807

Trouble setting up DVB-T in Windows 10

I have a DVB receiver that works when I use it with its own software, but I want to be able to use it via VLC. I found out (from this page https://ukfree.tv/transmitters/tv/Bellingham/PGSTART10) that the transponder frequency is 474 MHz, but I wasn't sure if the bandwidth, so I left it at auto. When...
by jcvamp
29 Jan 2016 20:07
Forum: Web and scripting
Topic: Disable full screen and controls
Replies: 7
Views: 1949

Re: Disable full screen and controls

The option still isn't there. The only way I can use VLC in a program is if I make a copy of a program that already has it added. I can't add the VLC plugin to a project. I suspect that that is why the option isn't being added; the old version from the old program I keep having to copy remains the s...
by jcvamp
29 Jan 2016 20:03
Forum: Web and scripting
Topic: Can't add VLC plugin to VB.net
Replies: 14
Views: 5323

Re: Can't add VLC plugin to VB.net

Have you installed 32bit and 64bit at the same time?
I tried one at a time and both together. Neither worked.
by jcvamp
25 Jan 2016 16:23
Forum: Web and scripting
Topic: Can't add VLC plugin to VB.net
Replies: 14
Views: 5323

Re: Can't add VLC plugin to VB.net

I installed the newest version, but it didn't make a difference.
by jcvamp
22 Jan 2016 21:07
Forum: Web and scripting
Topic: VLC freezes program when I try to stop
Replies: 1
Views: 828

VLC freezes program when I try to stop

Sometimes when I use vlc.playlist.stop, it freezes the program. Is there a way to stop this?
by jcvamp
22 Jan 2016 21:02
Forum: Web and scripting
Topic: Disable full screen and controls
Replies: 7
Views: 1949

Re: Disable full screen and controls

This property should be available in AxVLCPlugin2, which you use.
Which VLC version do you use?
2.2.1. I've tried upgrading to a newer version, but it hasn't affected the activeX.
by jcvamp
22 Jan 2016 13:40
Forum: Web and scripting
Topic: Disable full screen and controls
Replies: 7
Views: 1949

Re: Disable full screen and controls

Thanks for the response. I don't have that option. I'm using plug-in version 2.
by jcvamp
22 Jan 2016 06:42
Forum: Web and scripting
Topic: Disable full screen and controls
Replies: 7
Views: 1949

Disable full screen and controls

Hi. I have found that double clicking the VLC control in VB.net makes it switch to full screen, and that the controls at the bottom become visible. Is there a way of disabling them?
by jcvamp
15 Jan 2016 04:30
Forum: Web and scripting
Topic: Can't add VLC plugin to VB.net
Replies: 14
Views: 5323

Re: Can't add VLC plugin to VB.net

Thanks.
by jcvamp
14 Jan 2016 13:09
Forum: Web and scripting
Topic: Recording streams using VB.net plugin
Replies: 7
Views: 2607

Re: Recording streams using VB.net plugin

I discovered why the play key stopped working in the program. VLC was capturing the key. I am now using getasynckeys and it works.
by jcvamp
14 Jan 2016 13:08
Forum: Web and scripting
Topic: Check if playback is behind live stream
Replies: 6
Views: 905

Re: Check if playback is behind live stream

Where can I download those versions?
by jcvamp
12 Jan 2016 21:16
Forum: VLC media player for Windows Troubleshooting
Topic: Disable hotkeys from command line
Replies: 1
Views: 351

Disable hotkeys from command line

I'm shelling to VLC from VB.net in order to record streams, and I'm using '--qt-start-minimized --qt-notification={0}' to hide it in the system tray, but it still captures hotkeys. Is there a way to disable the hotkeys?
by jcvamp
12 Jan 2016 20:12
Forum: Web and scripting
Topic: Can't add VLC plugin to VB.net
Replies: 14
Views: 5323

Re: Can't add VLC plugin to VB.net

VLC 32-bit is installed. I don't know where to get VLC 64-bit.
by jcvamp
12 Jan 2016 20:08
Forum: Web and scripting
Topic: Check if playback is behind live stream
Replies: 6
Views: 905

Re: Check if playback is behind live stream

vlc.input.time also returns 0?
Yup.
Which version of VLC do you use?
2.2.1
by jcvamp
12 Jan 2016 20:05
Forum: Web and scripting
Topic: Recording streams using VB.net plugin
Replies: 7
Views: 2607

Re: Recording streams using VB.net plugin

I appreciate you trying. :-)
by jcvamp
01 Jan 2016 01:27
Forum: Web and scripting
Topic: Recording streams using VB.net plugin
Replies: 7
Views: 2607

Re: Recording streams using VB.net plugin

The easiest way should be to start VLC directly with the command line string. (VB.net should be able to do this) Thanks for the response. The issue is that it limits the amount of control I have over the shelled program. For instance, what if the user might want to pause the recording part way thro...
by jcvamp
31 Dec 2015 05:22
Forum: Web and scripting
Topic: Check if playback is behind live stream
Replies: 6
Views: 905

Check if playback is behind live stream

Hi. I'm using VB.net to make a program that plays live streams. I've found that it's possible to pause the video, and also change the playback speed, meaning that you can catch back up with the live stream. However, as input.position and input.time return 0, I don't know how to check when the playba...
by jcvamp
30 Dec 2015 23:51
Forum: Web and scripting
Topic: Recording streams using VB.net plugin
Replies: 7
Views: 2607

Re: Recording streams using VB.net plugin

Thanks for the response. I tired sending command line arguments when I added a file to the playlist, and it didn't work. Is it possible to send command line arguments to VLC while it's running?
by jcvamp
30 Dec 2015 23:48
Forum: Web and scripting
Topic: Can't add VLC plugin to VB.net
Replies: 14
Views: 5323

Re: Can't add VLC plugin to VB.net

I want the program to function in both 32 and 64 bit environments. Is there a Regsvr64.exe?

Go to advanced search