Search found 139 matches

Go to advanced search

by AsMaX
26 Oct 2005 20:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: 0.8.4-1 wont play anything (main playlist: nothing to play)
Replies: 1
Views: 1423

Hi,
the logs would be more useful if you actually tried to play something...
by AsMaX
22 Oct 2005 13:58
Forum: Skins
Topic: Problem with Window status visible="false
Replies: 2
Views: 3448

I've fixed that in SVN. Thanks for reporting
by AsMaX
22 Oct 2005 13:13
Forum: Skins
Topic: Problem with Window status visible="false
Replies: 2
Views: 3448

Hi,
the "visible" attribute for a Window is currently ignored... You can call that a bug ;) I'll see what can be done
by AsMaX
22 Oct 2005 12:19
Forum: General VLC media player Troubleshooting
Topic: CTRL+L shortcut crashes videolan on startup
Replies: 2
Views: 917

In fact the check has to be done on p_input. I've fixed it, thanks for reporting.
by AsMaX
02 Oct 2005 19:39
Forum: General VLC media player Troubleshooting
Topic: Wxwidgets interface titlebar icon
Replies: 2
Views: 767

Hi,
the icon used by the win32 build is defined in share/vlc_win32_rc.rc
by AsMaX
25 Sep 2005 12:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Using stdin as input?
Replies: 1
Views: 4688

Hi,
"vlc -" does work; you can ignore the error messages since vlc tries all its access methods until one works, but you can force the file access with:

Code: Select all

vlc file://-
If it doesn't work it means vlc cannot recognize the type of stream you are trying to read.
by AsMaX
25 Sep 2005 12:14
Forum: Skins
Topic: opening skin
Replies: 7
Views: 5574

The last skin used is automatically saved, you never have to do that manually. However you must launch vlc with the skins2 interface (vlc -I skins2) and not the wxwidgets interface (vlc -I wx). And if you don't specify an interface on the command line, the one saved in the preferences will be used.
by AsMaX
08 Sep 2005 23:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to customize vlc
Replies: 12
Views: 5662

Well I know you build it with make ! ;) The question is what is the command executed to link the binary (i.e the last one run by make), like: gcc -Wsign-compare -Wall -pipe -o vlc src/vlc-vlc.o lib/libvlc.a ./modules/misc/memcpy/libmemcpymmx.a ./modules/video_chroma/libi420_rgb_mmx.a ./modules/video...
by AsMaX
06 Sep 2005 23:31
Forum: VLC media player for Windows Troubleshooting
Topic: I can´t see the video stream over multicast
Replies: 1
Views: 1200

Hi,
seems to be a typo ? it should be
DstHost = "239.255.12.42"
DstPort = "1234" # (default listening port of vlc)
by AsMaX
06 Sep 2005 20:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to customize vlc
Replies: 12
Views: 5662

maybe you are statically linking with livedotcom library ? what is the link command line when you build the executable ?
by AsMaX
05 Sep 2005 19:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to customize vlc
Replies: 12
Views: 5662

My complete config is ./configure --enable-skins2 --disable-pda --enable-wxwidgets --disable-opie --disable-macosx --disable-qnx --disable-ncurses --enable-xosd --enable-visual --disable-goom --disable-slp --disable-lirc --disable-joystick --disable-corba --disable-livedotcom --disable-dvdread --ena...
by AsMaX
04 Sep 2005 22:13
Forum: General VLC media player Troubleshooting
Topic: karaoke audio help
Replies: 3
Views: 828

Hi,
if you don't see several tracks in the "audio tracks" menu, there is probably only one on your dvd... does it work with another dvd player ?
by AsMaX
04 Sep 2005 21:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to customize vlc
Replies: 12
Views: 5662

Hi,
most of vlc features are in its plugins (lib*_plugin.so) so even if you remove all the optional features, you just don't build the plugins but it will not decrease the size of the main executable. Anyway 9M looks quite big to me, mine is only 5M in debug mode and 600k in release mode !
by AsMaX
04 Sep 2005 21:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: symbol lookup error
Replies: 4
Views: 2947

Hi,
this should be reported to the maintainer of the package then... anyway you can try to compile the latest cvs version of ffmeg yourself (see http://ffmpeg.sourceforge.net/download.php)
by AsMaX
04 Sep 2005 21:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VideoLan for Solaris 10 on Intel?
Replies: 1
Views: 1960

Hi,
the source code is the same for all platforms, and is supposed to compile everywhere ;) (it it ever does not, it is a portability issue that you should report to us!)
by AsMaX
04 Sep 2005 21:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: BBC Multicast
Replies: 2
Views: 1275

Hi,
vlc supports supports rtsp and multicast, but not the (proprietary) Real Media codecs.
by AsMaX
04 Sep 2005 21:07
Forum: Skins
Topic: chaos skin xml file...
Replies: 4
Views: 5271

Hello, I am "the cyril" as you call me ;) What do want to add to the chaos skin ? It's just a clone from the original chaos skin for xmms/winamp2 and I was too lazy to implement the mini buttons/counter at the bottom of the playlist but if you have time to do it is will be great ;)
by AsMaX
04 May 2005 22:19
Forum: General VLC media player Troubleshooting
Topic: MediaPlayer Skin
Replies: 21
Views: 5960

Hi,
yes the window size could be saved in the preferences file, it should not be very difficult...
BTW I am working on an optimization of the image resizing, it will make resize much faster (it is nearly done ;)
by AsMaX
08 Dec 2004 19:26
Forum: General VLC media player Troubleshooting
Topic: Text Rendering in Skins2 Mode
Replies: 5
Views: 1057

Hi, if you zoom on your screenshot, you will notice that Word does no antialiasing at all, so VLC is better ;) Indeed the kerning seems wrong, but skins2 relies on libfreetype2 to render the text, so either I don't use it correctly (I don't see where...), or there is a bug in libfreetype, at least o...
by AsMaX
16 Oct 2004 14:52
Forum: General VLC media player Troubleshooting
Topic: skins2 / multimonitor problem
Replies: 2
Views: 458

When you say you don't have problems with the wxwindows interface, you probably mean with the *embedded* video in the wxwindows interface ? (you can have an embedded video with the skins2 interface too, or have a seperate video with the wxwindows interface...) So it's probably more a problem with th...
by AsMaX
09 Jul 2004 19:47
Forum: General VLC media player Troubleshooting
Topic: Changes between 0.7.2 and 0.7.3:
Replies: 6
Views: 3282

Where have you heard of a 0.7.3 ? I don't think it is for tomorrow ;)
by AsMaX
09 Jul 2004 13:36
Forum: General VLC media player Troubleshooting
Topic: Does VLC support Alsa?
Replies: 4
Views: 859

I would be interested in feedback too, because I cannot get sound with native alsa output, whereas the alsa audio output module doesn't give any error message (so I have to use aoss.. :( (kernel 2.6.6. alsa works with every other programs)
by AsMaX
07 Jul 2004 13:12
Forum: VideoLAN
Topic: juste une petite question de debutant...fonctionnalité....
Replies: 11
Views: 2140

FYI, this functionnaly has just been committed in the SVN version of VLC.
by AsMaX
27 Jun 2004 23:51
Forum: General VLC media player Troubleshooting
Topic: Cant install skin pls help.
Replies: 3
Views: 594

You are right there are not many themes for skins2 ;) but help from people who have time to convert the old skins and make new ones would be greatly appreaciated !
by AsMaX
27 Jun 2004 23:46
Forum: VideoLAN
Topic: juste une petite question de debutant...fonctionnalité....
Replies: 11
Views: 2140

The only way to reduce the skin at the moment is to do it from the task bar. (a function to do it from the interface will be added one day, or another ;)

Go to advanced search