Always like to throw another problem at you, BuZz...
On the Lucid system I've thrown together (debootstrap, your 3.2.16 kernel, X.org 1.9 from the maverick repos and EMGD) I've just apt-get installed mplayer from the PPA and tried using it with -va vaapi -vo vaapi on the H.264 Big Buck Bunny video. Unfortunately, it bombs out on me with this:
Code: Select all
joggler@joggler:/mnt$ mplayer -va vaapi -vo vaapi ./big_buck_bunny_1080p_h264.mov
MPlayer svn r (Ubuntu), built with gcc-4.4.3 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing ./big_buck_bunny_1080p_h264.mov.
libavformat version 53.22.0 (internal)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x8988dc0]Unknown container channel layout.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 2: audio (aac), -aid 0, -alang eng
VIDEO: [H264] 1920x1080 24bpp 24.000 fps 9282.6 kbps (1133.1 kbyte/s)
Clip info:
major_brand: qt
minor_version: 537199360
compatible_brands: qt
creation_time: 2008-05-27 18:40:35
Load subtitles in ./
libva: libva version 0.32.0
mplayer: dri2_util.c:175: isDRI2Connected: Assertion `dri_state->fd >= 0' failed.
MPlayer interrupted by signal 6 in module: preinit_libvo
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
[ This binary of MPlayer in Debian is currently compiled with
'--enable-debug'; the debugging symbols are in the package
'mplayer-dbg'.]
I've had this working before though, do you think I'm doing something stupid, or is there something more fundamental at play?
EDIT: Just had the exact same problem using the Precise base release posted here.
Code: Select all
joggler@joggler:/mnt$ mplayer -va vaapi -vo vaapi big_buck_bunny_1080p_h264.mov
MPlayer svn r (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing big_buck_bunny_1080p_h264.mov.
libavformat version 53.22.0 (internal)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x89957a0]Unknown container channel layout.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 2: audio (aac), -aid 0, -alang eng
VIDEO: [H264] 1920x1080 24bpp 24.000 fps 9282.6 kbps (1133.1 kbyte/s)
Clip info:
major_brand: qt
minor_version: 537199360
compatible_brands: qt
creation_time: 2008-05-27 18:40:35
Load subtitles in ./
libva: VA-API version 0.32.0
mplayer: dri2_util.c:176: isDRI2Connected: Assertion `dri_state->fd >= 0' failed.
MPlayer interrupted by signal 6 in module: preinit_libvo
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
[ This binary of MPlayer in Debian is currently compiled with
'--enable-debug'; the debugging symbols are in the package
'mplayer-dbg'.]