Search found 1208 matches

Go to advanced search

by xtophe
12 Oct 2010 22:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with Advanced Sub Alpha Subtitles and VLC 1.1.4
Replies: 6
Views: 1622

Re: Problem with Advanced Sub Alpha Subtitles and VLC 1.1.4

are you trying to burn the subtitles on top of the video ?

Or to include them as an other track in the .ps

For the first you need to transcode, for the latter i'm not sure ps is capable of that in vlc and then soverlay shouldn't be there
by xtophe
01 Oct 2010 19:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC on qnap ts809 pro
Replies: 7
Views: 2671

Re: VLC on qnap ts809 pro

He's saying that trying to compile a program is not for n00b. and compiling VLC and its depedencies is especially difficult. So util you gain some experience with Linux, stick with packages from your distribution
by xtophe
27 Aug 2010 18:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Migration of new vlc application
Replies: 9
Views: 2212

Re: Migration of new vlc application

[0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_output/libxcb_xv_plugin.so' (libxcb-xv.so.0: cannot open shared object file: No such file or directory) [0xa412d44] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/video_output/libxcb_window_pl...
by xtophe
26 Aug 2010 20:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Migration of new vlc application
Replies: 9
Views: 2212

Re: Migration of new vlc application

Look at the vlc logs to see why it can't create X11 video output ?
Have you built the modules ? They have moved to libxcb from Xlibs so you need to adjust your build-depedancies
by xtophe
25 Aug 2010 21:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc closes (exits) when play ends. it use to stay open
Replies: 2
Views: 619

Re: vlc closes (exits) when play ends. it use to stay open

What did you change ?
Version?
Start from a terminal to see if it's a crash or a clean shut-up
If it a crash proveide a gdb bactrace?
by xtophe
18 Jul 2010 20:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: no codec installed for wma2 or wma
Replies: 1
Views: 1376

Re: no codec installed for wma2 or wma

check:
vlc -vvv --list |grep -i ffmpeg
dpkg -l libavcodec\*
dpkg -l libavutil\*
by xtophe
18 Jul 2010 20:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: mms fails (Debian Lenny)
Replies: 1
Views: 477

Re: mms fails (Debian Lenny)

Hello,

Code: Select all

access_mms error: error: HTTP/1.0 404 Not Found
Where is the mistake?

The URL in the playlist is wrong. The server doesn't find it
by xtophe
12 Jul 2010 20:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with cross-compiling for win32
Replies: 5
Views: 1026

Re: Problem with cross-compiling for win32

Are the .pc correctly in /usr/win32/lib/pkgconfig/ ?

try running PKG_CONFIG_LIBDIR= ..... pkg-config libavcodec
by xtophe
06 Jul 2010 22:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Lockup During Long-term Stream
Replies: 1
Views: 724

Re: VLC Lockup During Long-term Stream

get vlc log (-vvv), cpu and mem usage
by xtophe
06 Jul 2010 22:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Mozilla VLC plugin blocks keyboard input
Replies: 1
Views: 561

Re: Mozilla VLC plugin blocks keyboard input

by tweaking the options passed to libvlc in the moz plugin and recompiling
by xtophe
29 Jun 2010 23:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC segmentation
Replies: 3
Views: 957

Re: VLC segmentation

in 1.1.0 the SONAMEs have been bumped. So it's libvlc5 and libvlccore4.

about the segfault, install vlc-dbg or equivalent and get a backtrace with gdb
by xtophe
20 Jun 2010 21:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Make errors on latest source?
Replies: 3
Views: 690

Re: Make errors on latest source?

About the compilation error, the error message gives you the solution.
by xtophe
14 Jun 2010 17:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: cannot stream from command line
Replies: 6
Views: 2238

Re: cannot stream from command line

add -vvv to your command line and read/paste the logs
by xtophe
11 Jun 2010 20:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I compile vlc and ffmpeg source, but it can't play h264 file
Replies: 3
Views: 1447

Re: I compile vlc and ffmpeg source, but it can't play h264

You need to recompile VLC or make sure that the version of libavcodec you have compiled is compatible with the one from the packages.

vlc -vvv --list |grep avcodec will tell you what the problem is
by xtophe
04 Jun 2010 00:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtool: link: require no space between `-L' and `-lprojectM
Replies: 5
Views: 6302

Re: libtool: link: require no space between `-L' and `-lproj

Paste the log with make V=1 or the projectm snipset in vlc-config for projectm

Also note that the projectm module is really buggy so you'd better not build it at all
by xtophe
03 Jun 2010 17:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: telnet login not available (same as on MAC)
Replies: 12
Views: 3002

Re: telnet login not available (same as on MAC)

as you notice the telnet intf has been renamed oldtelnet and a new one appearred
the way of passing option is not the same

the x11 module has been replaced by xcb-x11 so the name of the options have changed
by xtophe
03 Jun 2010 17:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: open of `dv/rawdv:///dev/raw1394' failed
Replies: 4
Views: 1442

Re: open of `dv/rawdv:///dev/raw1394' failed

check if the module is present with vlc --list

get verbose logs
by xtophe
03 Jun 2010 17:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error after installing vlc1.0.6 Fedora 12
Replies: 5
Views: 1399

Re: Error after installing vlc1.0.6 Fedora 12

same problem. the qt4 module canmt be launched either because it is not present or one of the libraries it depnds on is missing. It is a packaging problem so you should contact fedora

Go to advanced search