Search found 10 matches

Go to advanced search

by rrrrrrrr
16 Dec 2018 15:54
Forum: VLC media player for Windows Troubleshooting
Topic: How to make VLC Player play local files as a stream?
Replies: 0
Views: 469

How to make VLC Player play local files as a stream?

I have a video file split into several parts: part1.ts part2.ts part3.ts I made a playlist " Playlist 1.m3u8 ": #EXTM3U part1.ts part2.ts part3.ts When I open the playlist with the VLC Player, it plays the parts, but not as a stream, but as separate video files, that is the player stops af...
by rrrrrrrr
15 Dec 2018 11:40
Forum: Web and scripting
Topic: How to add an event listener to the VLC ActiveX Plugin embedded in a Windows Forms application?
Replies: 3
Views: 1888

How to add an event listener to the VLC ActiveX Plugin embedded in a Windows Forms application?

I am embedding the VLC ActiveX Plugin in a Windows Forms application with VB.NET. In the documentation for the WebPlugin https://wiki.videolan.org/Documentation:WebPlugin/ there are methods like vlc.addEventListener(eventname, callback, bubble) and vlc.attachEvent(eventname, callback) . But the docu...
by rrrrrrrr
10 Feb 2017 11:33
Forum: VLC media player for Windows Troubleshooting
Topic: VLC player settings for the VgaSave driver
Replies: 2
Views: 864

Re: VLC player settings for the VgaSave driver

Thank you, Lotesdelere. That fixed it.
by rrrrrrrr
10 Feb 2017 04:21
Forum: VLC media player for Windows Troubleshooting
Topic: VLC player settings for the VgaSave driver
Replies: 2
Views: 864

VLC player settings for the VgaSave driver

For the time being I am forced to use my laptop with the VgaSave driver. This means no DirectX support, no hardware acceleration and the screen resolution is only 1024x768. Probably some other limitations as well. How do I change the VLC player settings so that it would play videos normally? Right n...
by rrrrrrrr
08 Feb 2016 01:50
Forum: Web and scripting
Topic: How can I toggle fullscreen for the embedded VLC player?
Replies: 11
Views: 10063

Re: How can I toggle fullscreen for the embedded VLC player?

Hi, da2424. That is a crucial piece of information. Thank you. I did not see that covered anywhere. I was basing my code on this tutorial http://www.youtube.com/watch?v=M9bZPRaoh7A The author claimed that he used VLC version 2.1.0, but when I tried that version, the code did not work. Now I installe...
by rrrrrrrr
06 Feb 2016 06:35
Forum: Web and scripting
Topic: How can I toggle fullscreen for the embedded VLC player?
Replies: 11
Views: 10063

Re: How can I toggle fullscreen for the embedded VLC player?

Hi, da2424. Thanks for the advice. Currently the vlc-1.1.9-win32.exe version works in both new and old projects. I did not do anything, it just started working. Unfortunately, toggleFullscreen does not work with this version. With the "latest nightly build: vlc-2.2.2-win32.exe 2015-12-28 02:45 ...
by rrrrrrrr
04 Feb 2016 20:41
Forum: Web and scripting
Topic: How can I toggle fullscreen for the embedded VLC player?
Replies: 11
Views: 10063

Re: How can I toggle fullscreen for the embedded VLC player?

I tried to get it working, but with no success. Here is what I have tried so far: - Uninstalled all versions of VLC - Installed vlc-1.1.9-win32.exe - works in а new project - toggleFullScreen does not work - does not load in the old project. - Uninstalled vlc-1.1.9-win32.exe - Downloaded the latest...
by rrrrrrrr
27 Nov 2015 15:39
Forum: Web and scripting
Topic: How can I toggle fullscreen for the embedded VLC player?
Replies: 11
Views: 10063

Re: How can I toggle fullscreen for the embedded VLC player?

Thank you very much!
I will try it and write back.
by rrrrrrrr
26 Nov 2015 21:54
Forum: Web and scripting
Topic: How can I toggle fullscreen for the embedded VLC player?
Replies: 11
Views: 10063

Re: How can I toggle fullscreen for the embedded VLC player?

Thank you, I will try it.
Is there a list of known limitations somewhere?
Where can I find out about the limitations?
Many functions of the activeX control do not seem to work :(
Is it possible to use nightly build's acteveX in a VB.NET project without installing the nightly build?
How can I do that?
by rrrrrrrr
21 Nov 2015 23:10
Forum: Web and scripting
Topic: How can I toggle fullscreen for the embedded VLC player?
Replies: 11
Views: 10063

How can I toggle fullscreen for the embedded VLC player?

I am embedding the VLC media player into a Windows Forms application in VB.NET through an activeX control. The code goes like this: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Open file button Dim openFileDialog1 As ...

Go to advanced search