Search found 14 matches

Go to advanced search

by NotVLCWorking
03 Feb 2013 15:36
Forum: VLC media player for Windows Troubleshooting
Topic: How do I force VLC in VB.NET to buffer before playing?
Replies: 0
Views: 527

How do I force VLC in VB.NET to buffer before playing?

How do I force VLC in VB.NET to buffer before playing? Any help would be amazing Basically videos play well but at times videos will stop randomly and I don't know how to allow for proper buffering which would help tremendously. Could someone please tell me howto do this Code so far: Imports System....
by NotVLCWorking
27 Jan 2013 12:36
Forum: VLC media player for Windows Troubleshooting
Topic: how do i detect the current position in vlc video-playback
Replies: 0
Views: 312

how do i detect the current position in vlc video-playback

how do i detect the current position in vlc video-playback in vb.net? Basically as the clip is playing, I want in a label for it to say "02:58/21:35" relating to the current clip being played. So I'll need to somehow figure out how to detect current position and end position. Does anyone k...
by NotVLCWorking
25 Jan 2013 16:11
Forum: VLC media player for Windows Troubleshooting
Topic: How do I make sure VLC buffers to 5% before playing in VB.NE
Replies: 0
Views: 670

How do I make sure VLC buffers to 5% before playing in VB.NE

How do I make sure VLC buffers to 5% before playing in VB.NET? So far I can play clips one after the other. But what I'd like to do, is make sure before begins playing each time 5% of the video from the point in video so far is added to buffer. So as to not randomly pause if download speed slows. I ...
by NotVLCWorking
25 Jan 2013 15:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Player in VB.NET won't seem to detect end of playback, a
Replies: 5
Views: 2581

Re: VLC Player in VB.NET won't seem to detect end of playbac

All I can suggest is, upload your project files. Also make sure you're using the 32 version of vlc
by NotVLCWorking
25 Jan 2013 15:28
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Player in VB.NET won't seem to detect end of playback, a
Replies: 5
Views: 2581

Re: VLC Player in VB.NET won't seem to detect end of playbac

Steps:

1. Create a new vb program
2. Goto Toolbox
3. Right Click
4. Click Choose Items
5. Click Com Components
6. Select AXVLC.dll (v2)
7. Then click okay.
8. Then you should be able to see it, in the toolbox

If you have another issue I'll need to see your code
by NotVLCWorking
25 Jan 2013 15:16
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Player in VB.NET won't seem to detect end of playback, a
Replies: 5
Views: 2581

Re: VLC Player in VB.NET won't seem to detect end of playbac

I've figured out how to do it Code: Public Class Form1 Dim Paused As Boolean = False Dim Started As Boolean = False Dim PlayedSecond As Boolean = True Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click PlayedSecond = False AxVLCPlugin21.playlist.items.clear() AxVLCPlug...
by NotVLCWorking
25 Jan 2013 13:32
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Player in VB.NET won't seem to detect end of playback, a
Replies: 5
Views: 2581

VLC Player in VB.NET won't seem to detect end of playback, a

VLC Player in VB.NET won't seem to detect end of playback, am I doing something wrong? My intention was to use "_MediaPlayerEndReached" to make the player move onto the next video but instead once playback of a video completes nothing happens, it just stops (as in image below). Rather than...
by NotVLCWorking
24 Jan 2013 14:34
Forum: VLC media player for Windows Troubleshooting
Topic: My VLC Media Player in VB.NET won't do anything?
Replies: 6
Views: 1241

Re: My VLC Media Player in VB.NET won't do anything?

I've figured what I was doing wrong :-) I needed to change: AxVLCPlugin21.playlist.add("C:\Users\Adminx\Downloads\The_Hobbit_Full_Length_Trailer_2_HD.mp4") To this: AxVLCPlugin21.playlist.add("file:///C:/Users/Adminx/Downloads/The_Hobbit_Full_Length_Trailer_2_HD.mp4") Thanks for ...
by NotVLCWorking
22 Jan 2013 17:49
Forum: VLC media player for Windows Troubleshooting
Topic: My VLC Media Player in VB.NET won't do anything?
Replies: 6
Views: 1241

Re: My VLC Media Player in VB.NET won't do anything?

I even tried to do this in vmware on a fresh windows 7 and a fresh vlc and microsoft visual studio express 2012. And this still won't do anything (the vlc items in the toolbox still appear in chinese)
by NotVLCWorking
22 Jan 2013 12:37
Forum: VLC media player for Windows Troubleshooting
Topic: My VLC Media Player in VB.NET won't do anything?
Replies: 6
Views: 1241

My VLC Media Player in VB.NET won't do anything?

My code looks to be right, but when I press button nothing happens. What am I doing wrong? Code below: Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click AxVLCPlugin21.playlist.add("C:\Users\Adminx\Downloads\The_Hobbit_Full_Length_Trailer_2_HD.m...
by NotVLCWorking
22 Jan 2013 12:11
Forum: Development around libVLC
Topic: My VLC Media Player in VB.NET won't do anything?
Replies: 1
Views: 938

My VLC Media Player in VB.NET won't do anything?

My code looks to be right, but when I press button nothing happens. What am I doing wrong? Code below: Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click AxVLCPlugin21.playlist.add("C:\Users\Adminx\Downloads\The_Hobbit_Full_Length_Trailer_2_HD.m...
by NotVLCWorking
21 Jan 2013 18:57
Forum: VLC media player for Windows Troubleshooting
Topic: Self-registration for C:\Program Files\VideoLan\VLC\axvlc.dl
Replies: 3
Views: 1688

Self-registration for C:\Program Files\VideoLan\VLC\axvlc.dl

I'm trying to embed vlc onto vb.net but when i try to import axvlc.dll. I get the error: Self-registration for C:\Program Files\VideoLan\VLC\axvlc.dll http://oi49.tinypic.com/2e3wftt.jpg What should I do? FYI: I'm runing 64bit windows 7 I have latest 64bit version of vlc installed Also I have alread...

Go to advanced search