Difference between revisions of "Mplayer"

From ArmadeusWiki
Jump to: navigation, search
m (Introduction)
m (Troubleshots)
Line 16: Line 16:
  
 
=Troubleshots=
 
=Troubleshots=
If you have a problem about a lib that can not be found during the link process
+
* If you have a problem about a lib that can not be found during the link process, it's often an interaction between the host and the target. So you can disable the lib, with the buildroot/package/mplayer/mplayer.mk, editing the ./configure arguments
 +
* disabling blinking cursor:
 +
# echo -e '\033[?17;0;0c' > /dev/tty0
  
It's often an interaction betwen the host and the target.
 
  
So you can disable the lib, with the .mk, editing the ./configure arguments
+
To see Mega Therion from the band Therion on The lcd screen of the Armadeus Board. (played from nfs)
 
+
To Mega Therion from the band Therion on The lcd screen of the Armadeus Board. (played from nfs)
+
 
http://e-ghosting.com/~jujun/080119_202525.3gp
 
http://e-ghosting.com/~jujun/080119_202525.3gp
  

Revision as of 18:34, 2 May 2008

Introduction

Every Armadeus motherboard is capable of playing small MPEG videos with the help of the great Mplayer tool. It was successfully tested with 320x240 and 480x272 LCDs. Mplayer is using the Linux Framebuffer to display the videos.

Installation

[armadeus]$ make menuconfig

Menuconfig package.png

Menuconfig package graphics.png

Menuconfig package mplayer.png

[armadeus]$ make
  • then reflash your Rootfs

Troubleshots

  • If you have a problem about a lib that can not be found during the link process, it's often an interaction between the host and the target. So you can disable the lib, with the buildroot/package/mplayer/mplayer.mk, editing the ./configure arguments
  • disabling blinking cursor:
# echo -e '\033[?17;0;0c' > /dev/tty0


To see Mega Therion from the band Therion on The lcd screen of the Armadeus Board. (played from nfs) http://e-ghosting.com/~jujun/080119_202525.3gp

Links