Search found 12 matches

Go to advanced search

by draba
27 Apr 2009 13:28
Forum: General VLC media player Troubleshooting
Topic: Runtime Text Overlay
Replies: 11
Views: 2867

Re: Runtime Text Overlay

Thanks!
If I'm not able to use the mediacontrol interface
now I know how to backup with the telnet solution ;)
by draba
24 Apr 2009 15:27
Forum: VLC media player for Windows Troubleshooting
Topic: How to compile python bindings for win32
Replies: 1
Views: 128

How to compile python bindings for win32

Hi, I tried to look for this topic and I couldn't get a concrete answer. I hope to collect some information in this thread. I'm trying to compile the python bindings (vlc 0.9.9) for windows using the mingw32 compiler (under linux) following the simple instructions in http://wiki.videolan.org/Python_...
by draba
22 Apr 2009 17:26
Forum: General VLC media player Troubleshooting
Topic: Runtime Text Overlay
Replies: 11
Views: 2867

Re: Runtime Text Overlay

I'm sorry, I don't know this wrapper...
I tried to download Marx_libvlc_wrapper and look for mediacontrol/display_text
support but I couldn't find anything. I think this framework doesn't offer
anything like that. Did you had any luck with the telnet solution?
by draba
21 Apr 2009 15:32
Forum: General VLC media player Troubleshooting
Topic: Runtime Text Overlay
Replies: 11
Views: 2867

Re: Runtime Text Overlay

Actually mediacontrol_display_text() should be part of libvlc since you can include it from vlc/mediacontrol.h. depending on what you mean from "outside", you can use the display_text function from the python bindings, java bindings (I guess), or from other interfaces like the rc interface...
by draba
17 Apr 2009 17:43
Forum: General VLC media player Troubleshooting
Topic: Runtime Text Overlay
Replies: 11
Views: 2867

Re: Runtime Text Overlay

yes, I could display some text with the mediacontrol_display_text()... the problem is that I got some conflict with the deprecated playlist module. so if you use the mediacontrol use only that and no playlist. the other problem I got is that I wanted to display some 'buffering 10%' message, but I ca...
by draba
16 Apr 2009 19:05
Forum: Coffee Corner
Topic: VLC - Python binding
Replies: 18
Views: 9697

Re: VLC - Python binding

Hi Ericaro! can you (or anyone else) share how managed to compiled the python bindings? I followed the tuto but got stucked with errors... apparently the --compiler=mingw32 is ignored (damn cross-compilation :x )... the vlc.pyd under pyvlc.googlecode.com repo is good also for the newest vlc 0.9.9?? ...
by draba
16 Apr 2009 18:24
Forum: Web and scripting
Topic: Adding subtitles "on the fly"
Replies: 2
Views: 792

Re: Adding subtitles "on the fly"

Hi, I'm trying to do more or less the same... (hardcoding the plugin itself) I tried using osd_Message but there's some lack of documentation and I couldn't figure out how to use it correctly. The same for the subpicture unit... I could succeed using the mediacontrol_display_text, but it goes in con...
by draba
06 Feb 2009 14:00
Forum: General VLC media player Troubleshooting
Topic: Runtime Text Overlay
Replies: 11
Views: 2867

Re: Runtime Text Overlay

ok... it seems to be "mediacontrol_display_text()"
by draba
30 Jan 2009 18:11
Forum: General VLC media player Troubleshooting
Topic: Runtime Text Overlay
Replies: 11
Views: 2867

Runtime Text Overlay

Hi, I'm developing a browser plugin based on vlc. I would like to add some text overlay like: "Buffering: 10%"... I know it's possible to start vlc with --marq-marqee options, or do the same through a remote control interface... but what if I want to do it from the code of the plug-in? Whi...
by draba
09 Jan 2009 17:32
Forum: VLC media player for Windows Troubleshooting
Topic: problems about compiling vlc-0.9.6 with cygwin
Replies: 7
Views: 1282

Re: problems about compiling vlc-0.9.6 with cygwin

I had the same problem... apparently replacing in the libtool file the line: ECHO="echo" with: echo="echo" solves the "X" problem... unfortunately I have other problems during compilation later on... I can't guarantee that it's cause of the change in the libtool file, s...
by draba
02 Oct 2008 17:13
Forum: VLC media player for Windows Troubleshooting
Topic: Vlc Win32 compiling
Replies: 2
Views: 289

Re: Vlc Win32 compiling

Thanks!
after disabling dts I had to recompile ffmpeg with postprocess eneabled and finally compiled!
I think the configure script has to be performed a bit (at least for cross-compilation).
Anyway... thanks for the help... Vlc is a good and flexible media player!
by draba
02 Oct 2008 15:23
Forum: VLC media player for Windows Troubleshooting
Topic: Vlc Win32 compiling
Replies: 2
Views: 289

Vlc Win32 compiling

Hi, it's days I try to compile Vlc for windows: I get every possible error! here is the last one: method: cross-compiling under linux compiler: mingw 3.4.5 vlc: 0.8.6h contrib: contrib-20070530-win32-bin-gcc-3.4.5-only configuration: ./bootstrap && \ PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_LI...

Go to advanced search