I don't know, if this is the right forum. I have a problem with vlc on my raspberry pi. It won't display any videos. I compiled vlc and ffmpeg with the following use flags:
Code: Select all
testpi ~ # emerge -pv vlc ffmpeg
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] media-video/ffmpeg-0.10.7 USE="X aac alsa bindist bzip2 encode hardcoded-tables mp3 truetype xvid zlib (-3dnow) (-3dnowext) (-aacplus) (-altivec) (-amr) (-avx) -cdio (-celt) -cpudetection -debug -dirac -doc -faac (-frei0r) -gnutls -gsm (-ieee1394) -jack -jpeg2k -libass -libv4l (-mmx) (-mmxext) -modplug (-neon) -network -openal -openssl -oss -pic -pulseaudio (-rtmp) (-schroedinger) -sdl -speex (-ssse3) -static-libs {-test} -theora -threads -v4l (-vaapi) (-vdpau) (-vis) -vorbis (-vpx) (-x264)" FFTOOLS="aviocat cws2fws ffeval graph2dot ismindex pktdumper qt-faststart trasher" 0 kB
[ebuild R ~] media-video/vlc-2.0.6 USE="X a52 avcodec avformat dts dvbpsi encode ffmpeg gcrypt mp3 mpeg ncurses png postproc qt4 sdl skins swscale truetype udev xcb xv -aac -aalib -alsa (-altivec) -atmo (-audioqueue) -avahi -bidi (-bluray) -cdda -cddb -dbus -dc1394 -debug -dirac (-direct2d) -directfb (-directx) (-dshow) (-dvb) (-dvd) (-dxva2) -egl -fbosd -flac (-fluidsynth) -fontconfig -gme -gnome -gnutls -growl -httpd (-ieee1394) (-ios-vout) -jack -kate -kde -libass -libcaca -libnotify -libproxy -libsamplerate (-libtar) -libtiger -linsys (-lirc) -live -lua (-macosx) (-macosx-audio) (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) (-macosx-vout) -matroska (-media-library) (-mmx) -modplug (-mtp) (-musepack) (-neon) -ogg -omxil -opengl -optimisememory -opus -oss -portaudio (-projectm) -pulseaudio -pvr -rtsp -run-as-root -samba (-schroedinger) -sdl-image -shine -shout (-sid) -speex -sqlite (-sse) -svg -switcher -taglib -theora -twolame (-upnp) -v4l (-vaapi) -vcdx -vlm -vorbis (-waveout) (-wingdi) -wma-fixed (-x264) -xml -xosd (-zvbi)" 0 kB
Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
First I tought, maybe the pi has not enough gpu memory, so I configured more in config.txt as follows:
Code: Select all
testpi ~ # cat /boot/config.txt
# Display mode
hdmi_group=2
hdmi_mode=16
# GPU Memory (Default is 64MB)
gpu_mem=256
It would be great, if someone could lead me in to the right direction or give me a clue where to look for this problem.
regards


