I tried compiling vlc from the current git, but it fails in live555.cpp with /mnt/hdf6/usr/bin/../lib/gcc/../../include/c++/4.3/cstddef:48:25: error: stddef.h: No such file or directory and a zillion C core errors after that. Disabling live555 in ./configure fails, too, with libtool: compile: gcc -s...
It's a standard Ubuntu vlc package, so I am not using gdb while this is happening. However, there is a lot of noisy output when I start vlc, so maybe it's a debug version that has made it into that package - or is this output normal and always there? [hobbes->crunch] 4 :) vlc VLC media player 0.9.4 ...
Hi. When sending a "kill -STOP" to a vlc process that is currently playing a video, it does not recover after sending a "kill -CONT". It *does* recover if no video is playing, or if the player is in pause mode. However, in play mode vlc stays frozen, and can even be no longer kil...