how to play video file in Angstrom on Devkit8000 using Mplayer

Hi,
I am using 2.6.28 OE kernel on devkit8000. I am able to play audio using Mplayer. But when i try to play video file its giving following error.

mplayer davincieffect_ntsc_1.m4v

MPlayer dev-SVN-r27659-4.3.1 © 2000-2008 MPlayer Team
CPU: ARM

libavformat file format detected.
[lavf] Video stream found, -vid 0
VIDEO: [FMP4] 720x480 0bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
vo: couldn’t open the X11 display ()!
vo: couldn’t open the X11 display ()!
VO XOverlay need a subdriver
vo: couldn’t open the X11 display ()!
[VO_SDL] SDL initialization failed: Unable to open a console terminal.

Hi,
In compilation of Mplayer you might be enable the X11 option for target board. So you can disable it and try it.

–cc=arm-linux-gnu-gcc --target=arm-linux-gnu --enable-fbdev --disable-mencoder --disable-pnm --disable-tga --disable-dvdnav --disable-dvdread --disable-dvdread-internal --disable-libmpeg2 --disable-mp3lib --disable-liba52 --disable-ftp --disable-tv --disable-network --disable-dvbhead --disable-libavformat_a --disable-libavformat_so --disable-mmx --disable-mmxext --disable-3dnow --disable-3dnowext --disable-sse --disable-sse2 --disable-ssse3 --disable-shm --disable-altivec --disable-armv5te --disable-armv6 --disable-iwmmxt --disable-fastmemcpy --disable-dynamic-plugins

You can try above options.

with regards,
saminath