Search found 16 matches

Go to advanced search

by lazaruz
02 Sep 2007 19:59
Forum: General VLC media player Troubleshooting
Topic: Licence issue
Replies: 10
Views: 1218

Re: Licence issue

thanks a lot j-b, now I know what I should do
by lazaruz
02 Sep 2007 16:10
Forum: General VLC media player Troubleshooting
Topic: Licence issue
Replies: 10
Views: 1218

Re: Licence issue

Well, if the plug-in that uses BAss is GPl, I think it is ok.
Why would it be an issue if the plug-in is GPL or not, the plug-in is not using VLC?
by lazaruz
27 Aug 2007 10:01
Forum: General VLC media player Troubleshooting
Topic: Licence issue
Replies: 10
Views: 1218

Re: Licence issue

So let me try this scenario...

I create my player as I have, using Tappens .Net Interface and make an optional plugin as a separate project that includes BASS.
Now I wont distribute the player with this plugin, it could just be added if you want to use it.

Do I still violate the license agreement?
by lazaruz
21 Aug 2007 11:26
Forum: General VLC media player Troubleshooting
Topic: Licence issue
Replies: 10
Views: 1218

Re: Licence issue

So if I switch to the ActiveX-control, then I can use BASS?
by lazaruz
16 Aug 2007 10:27
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 55016

Re: More libvlc in C#

sukhjinder I posted some code in an earlier message in this thread concerning subtitles, I tried it with visualizations and it works exactly the same. So basically, take the position the movie has, reload the movie with the new options and jump to the old position... If you look at how VLC behaves I...
by lazaruz
16 Aug 2007 10:21
Forum: General VLC media player Troubleshooting
Topic: Licence issue
Replies: 10
Views: 1218

Licence issue

Hi, I just want to be clear on the license of VLC and what I can and can not do. I'm working on a mediaplayer using Tappens .Net Interface to interact with libvlc. Now the thing is that I would like to use the BASS library from Un4seen for the audio and from what I have understood from other discuss...
by lazaruz
20 May 2007 18:02
Forum: Web and scripting
Topic: visualizations with libvlc.dll and .Net Interface
Replies: 8
Views: 4515

Nope, that didn't help

I'll keep trying...
by lazaruz
20 May 2007 17:57
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 55016

Master T:
I'm not sure all will work but here's a list

http://wiki.videolan.org/VLC_command-line_help
by lazaruz
19 May 2007 12:00
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 55016

Master T: I have a workaround for the subtitle problem because I don't think it's possible to do ones you started the movie I start of with this: string[] options = { "no-sub-autodetect-file" }; vlcUserControl1.AddToPlayList(filename_short, new FileInfo(filename).Name, options); Then I loa...
by lazaruz
10 May 2007 09:08
Forum: Web and scripting
Topic: visualizations with libvlc.dll and .Net Interface
Replies: 8
Views: 4515

visualizations with libvlc.dll and .Net Interface

Anyone got the visualizations to work with Tappens .Net Interface? If I run a usual command-line with VLC it works fine: vlc test.mp3 --audio-visual=goom But I can't get it going with Tappens .Net Interface, I tried this when loading the file: vlcUserControl1.AddAndPlay(filename, "audio-visual=...
by lazaruz
03 May 2007 10:19
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 55016

I got the subtitle issue solved, I just needed to add "no-sub-autodetect-file" to the AddAndPlay-method. vlcUserControl1.AddAndPlay(filename, "no-sub-autodetect-file"); Now I'm wondering If any of you know why I can't start the equalizer? I tried doing it like this but nothing ha...
by lazaruz
02 May 2007 15:07
Forum: Web and scripting
Topic: Western European Character
Replies: 0
Views: 824

Western European Character

I'm having a problem with opening a file with Western European Characters in the path, characters like öäå, with Tappen's .Net Interface.

I can open the same file in VLC itself so that's not the problem.

Anyone else had this problem and came up with a solution?
by lazaruz
01 May 2007 20:08
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 55016

Hi Does anyone know how to turn of the automatic loading of a textfile? When I have a .srt for example named exactly like the .avi, the subtitle is loaded automaticly. Can I turn this on/off and can I load a specific text-file? I couldn't find anything in libvlc so... I'm using Tappen's .NET Interfa...
by lazaruz
01 May 2007 13:28
Forum: Web and scripting
Topic: bass and libvlc in c#
Replies: 6
Views: 1762

Is there a way inside libvlc to control the audio then?
by lazaruz
01 May 2007 12:03
Forum: Web and scripting
Topic: bass and libvlc in c#
Replies: 6
Views: 1762

Yeah, but can it be done and how?
by lazaruz
01 May 2007 09:56
Forum: Web and scripting
Topic: bass and libvlc in c#
Replies: 6
Views: 1762

bass and libvlc in c#

Hi

Has anyone used bass.dll and libvlc together and has an example?

I would like to use Bass to control the audio when playing a video, can that be done?

I'm using Tappen's .Net Interface...

Go to advanced search