Search found 12 matches

Go to advanced search

by kenig
04 Dec 2012 09:53
Forum: General VLC media player Troubleshooting
Topic: VLC 2.0 and MPEG-DASH -> doesn't play
Replies: 12
Views: 9093

Re: VLC 2.0 and MPEG-DASH -> doesn't play

I just checked http://www-itec.uni-klu.ac.at/dash/js/content/bigbuckbunny_1080p.mpd with version vlc-2.1.0-git-20121204-0004-win32.exe and got the following, removed all occurences of http:// to be able to submit this: main debug: processing request item: www-itec.uni-klu.ac.at/dash/js/content/bigbu...
by kenig
14 Dec 2010 11:14
Forum: Web and scripting
Topic: TypeConflict when registering a VLC event
Replies: 2
Views: 928

Re: TypeConflict when registering a VLC event

Try removing the brackets when calling registerVLCEvent:
registerVLCEvent('MediaPlayerPlaying', initPlayer);
instead of registerVLCEvent('MediaPlayerPlaying', initPlayer());
by kenig
14 Jul 2010 13:38
Forum: Development around libVLC
Topic: error build under msys and mingw
Replies: 1
Views: 1739

Re: error build under msys and mingw

Don't compile the mozilla plugin if you don't need it
by kenig
07 Nov 2009 10:08
Forum: VLC media player for Windows Troubleshooting
Topic: Using svg text renderer in 1.0.2
Replies: 12
Views: 644

Re: Using svg text renderer in 1.0.2

I'm going over /modules/misc/modules.c but can't get any debug output to the log file, if I'm changing this file, should I compile the whole application or compiling inside 'src' is enough?
by kenig
05 Nov 2009 21:32
Forum: VLC media player for Windows Troubleshooting
Topic: Using svg text renderer in 1.0.2
Replies: 12
Views: 644

Re: Using svg text renderer in 1.0.2

I couldn't find the place where the plugins are being identified, can you please give me a direction?
What is the preferred plugin to render text instead of freetype?
by kenig
05 Nov 2009 09:45
Forum: VLC media player for Windows Troubleshooting
Topic: Using svg text renderer in 1.0.2
Replies: 12
Views: 644

Re: Using svg text renderer in 1.0.2

It is not in the list...
by kenig
02 Nov 2009 16:23
Forum: VLC media player for Windows Troubleshooting
Topic: Using svg text renderer in 1.0.2
Replies: 12
Views: 644

Re: Using svg text renderer in 1.0.2

I compiled without QT4, is there another way of getting the list?
maybe through the console?
by kenig
02 Nov 2009 08:42
Forum: VLC media player for Windows Troubleshooting
Topic: Using svg text renderer in 1.0.2
Replies: 12
Views: 644

Re: Using svg text renderer in 1.0.2

Just compiled 1.0.3, libsvg_plugin.dll is now 316 KB but I still get the error: main debug: looking for text renderer module: 0 candidates main error: no text renderer module matched "svg" main debug: looking for text renderer module: 2 candidates main debug: thread (fontlist builder) crea...
by kenig
01 Nov 2009 13:43
Forum: VLC media player for Windows Troubleshooting
Topic: Using svg text renderer in 1.0.2
Replies: 12
Views: 644

Re: Using svg text renderer in 1.0.2

libsvg_plugin.dll
Size: 55.1 KB
I've searched the error within the source code and found it is coming from modules\misc\dummy\dummy.c but couldn't find anything wrong there...
by kenig
01 Nov 2009 11:50
Forum: VLC media player for Windows Troubleshooting
Topic: Using svg text renderer in 1.0.2
Replies: 12
Views: 644

Using svg text renderer in 1.0.2

I've compiled 1.0.2 with --enabled-svg, everything was compiled successfully but when I set --text-renderer=svg I get the following error:
main error: no text renderer module matched "svg"
j-b, anything I can do or check?
by kenig
01 Nov 2009 11:28
Forum: Forum, Website and Artwork discussion
Topic: SVG logo
Replies: 4
Views: 5629

Re: SVG logo

by kenig
14 Oct 2009 16:34
Forum: VLC media player Feature Requests
Topic: [!!!] VLC IE ActiveX Z-Index Position
Replies: 3
Views: 2787

Re: [!!!] VLC IE ActiveX Z-Index Position

I checked this specific issue and found that the AX keeps getting onPositionChanged events, when removing the code from the event handler, the AX shows IFRAME objects above it. The latest version I've checked still have this problem, I compiled my own version that fixes that.

Go to advanced search