Mplayer

From ArmadeusWiki
Revision as of 11:32, 25 July 2008 by JulienB (Talk | contribs) (Troubleshots)

Jump to: navigation, search

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

Usage

# mplayer -fs <-nosound> video.mpg

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 0 > /sys/class/graphics/fbcon/cursor_blink

or

# 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