Search found 17 matches

Go to advanced search

by badubo
04 Apr 2008 11:01
Forum: Web and scripting
Topic: Use of the VLanControl.dll in C#?
Replies: 21
Views: 11030

Re: Use of the VLanControl.dll in C#?

@kobe08 Are you sure you added "System.Windows.Forms" in the references of your project? Also, it is better to put this code : vlc.Parent = this; vlc.Dock = DockStyle.Fill; in the onload event of your form and not in the constructor because in the contructor, the handle of the form is (at ...
by badubo
19 Feb 2008 08:50
Forum: Web and scripting
Topic: libvlc problems with Vista
Replies: 4
Views: 990

Re: libvlc problems with Vista

I'm not speaking about a load method of the wrapper, but the Load event of the calling winform (the application, i.e. Form1_Load)
The wrapper I use is the one found in this url : http://wiki.videolan.org/.Net_Interface_to_VLC
by badubo
14 Feb 2008 16:48
Forum: Web and scripting
Topic: .Net - How to get command acknowledgements or updates?
Replies: 1
Views: 771

Re: .Net - How to get command acknowledgements or updates?

For this purpose, I tested to add the rc interface when initializing the library (with extrainf and rchost parameters). With this, you can open a socket and get informations about status and use it as a c# event. It works.... except that the application crashes each time it reach the end of the seco...
by badubo
14 Feb 2008 16:42
Forum: Web and scripting
Topic: libvlc problems with Vista
Replies: 4
Views: 990

Re: libvlc problems with Vista

if you are using a winform, just be sure you set the "Parent" window property in the Load method and not in the constructor (I found that in Vista when calling the form constructor, the window handle of the form is not yet created)
by badubo
24 Jan 2008 00:37
Forum: Web and scripting
Topic: .Net interface and vista
Replies: 1
Views: 736

.Net interface and vista

Hello, For testing purposes, I made a very little app using the .NET interface found at http://wiki.videolan.org/.Net_Interface_to_VLC It works on my development computer (XP SP2) and on another XP based machines, but not on computer running vista (vlc 8.6d, correctly installed and working with the ...
by badubo
15 Aug 2006 22:25
Forum: VLC media player Feature Requests
Topic: setting (general) variables with rpn
Replies: 2
Views: 1325

is it possible now?
by badubo
15 Aug 2006 22:08
Forum: VLC media player for Windows Troubleshooting
Topic: Get the list of subtitles and audio languages in a dvd
Replies: 1
Views: 631

The only way I found is to put a html file in the http directory, enabling the http interface put in this file : [Audio]<br> <vlc id="foreach" param1="inf" param2="audio-es" /> <vlc id="if" param1="inf.selected 1 =" /> Selected=<vlc id="value&qu...
by badubo
15 Aug 2006 21:47
Forum: Web and scripting
Topic: command line property in activeX
Replies: 2
Views: 1568

command line property in activeX

Hello, after many attempts to load the http interface (extraintf arg) with the activex, I took a look at the source code and saw that the call to VLC_Init is only made with very few args (and that those args are fixed) The options that we can add when adding a target in the playlist are only options...
by badubo
02 Aug 2006 09:54
Forum: Web and scripting
Topic: activex and config file
Replies: 1
Views: 1767

bump :wink:
by badubo
30 Jul 2006 14:28
Forum: Web and scripting
Topic: activex and config file
Replies: 1
Views: 1767

activex and config file

Hello, for the purpose of an application that I write in c# with the ActiveX component, I would like to enable the http interface I tryed : lst.Add("extraintf=http"); lst.Add("http-host=127.0.0.1:8083"); for the options but it doesn't seem to work I saw that modifying the config ...
by badubo
11 Feb 2006 23:45
Forum: Web and scripting
Topic: getting the subtitle information
Replies: 1
Views: 2011

up?
by badubo
05 Feb 2006 02:27
Forum: Web and scripting
Topic: getting the subtitle information
Replies: 1
Views: 2011

getting the subtitle information

Hello,

With the ActiveX, I would like to know how many subtitles are available and which one is currently displayed.
I tried GetVariable with "sub-track", but I get an exception
Has anyone a solution?
by badubo
29 Jan 2006 14:13
Forum: Web and scripting
Topic: activeX and Marq subfilter
Replies: 3
Views: 2514

thanks for the answer.
But, this will only display the text at the beginning, I will not be able to change the text during the playback (not really usefull).
What I'm trying is to display information at runtime
by badubo
28 Jan 2006 22:15
Forum: Web and scripting
Topic: activeX and Marq subfilter
Replies: 3
Views: 2514

activeX and Marq subfilter

hello,
Is it possible to use the marq filter for displaying text in the video with the ActiveX?

I tried to add "sub-filter=marq" in the options of addtarget method and then calling :
setVariable("marq-marquee","my text");

but I get an unexpected exception
by badubo
28 Jan 2006 20:54
Forum: Web and scripting
Topic: key-pressed with HTTP interface
Replies: 2
Views: 2258

up? :oops:
by badubo
20 Jan 2006 17:32
Forum: Web and scripting
Topic: key-pressed with HTTP interface
Replies: 2
Views: 2258

key-pressed with HTTP interface

Hello, I'm trying to control VLC throught the HTTP. I would like to use the "key-pressed" variable in order to have more controls Typically : controling the subtitles : What I do : in my HTML page I put : <vlc id="set" param1="key-pressed" param2="int" /><br> ...
by badubo
18 Jan 2006 23:12
Forum: General VLC media player Troubleshooting
Topic: remote control of subtitles/tracks
Replies: 0
Views: 464

remote control of subtitles/tracks

Hello, is it possible to control the subtitle behaviour (on-off-languages) from another interface than the GUI ?
I would like to be able to display or not the subtitle from the RC interface (HTTP is ok also).
I didn't find any information about this issue

Go to advanced search