interactive-matter / ap_led_tile_mplayer

MPlayer plugin to drive XMOS Led Tile

Home Page:https://github.com/xcore/sw_led_tile_controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-- XMOS MPlayer Modification--

MPlayer is an open source movie player availiable under the GNU General Public License version 2.

The homepage of the project is http://www.mplayerhq.hu.

XMOS have modified this project to add support for streaming of raw video over the UDP protocol.

--Download and Patch Instructions--

The MPlayer directory contains a snapshot of the MPlayer SVN source tree which has been patched with the XMOS UDP modification.

To update and patch a newer version of player, follow these instructions:
- Download the MPlayer source from a snapshot on www.mplayerhq.hu or using SVN:
- "svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer"
- Patch the MPlayer source by changing directory to the newly created 'mplayer' directory, and executing "patch -p1 -i ../patch/xudp.patch".

--Build Instructions--

-Windows-

To build MPlayer on Windows, MinGW is required. Download and install MinGW and MSYS from "http://www.mingw.org".

-All Platforms-

cd src
./configure --enable-xudp
make -j 3

--Directory Structure--

->bin               
-->macos            MPlayer binary for MAC OS
-->microsoft        MPlayer binary for Windows
->patch             Patch file for MPlayer source tree
->src               Patched MPlayer Snapshot

About

MPlayer plugin to drive XMOS Led Tile

https://github.com/xcore/sw_led_tile_controller


Languages

Language:C 97.8%Language:Shell 1.7%Language:Assembly 0.2%Language:C++ 0.1%Language:Perl 0.1%Language:Objective-C 0.1%Language:Python 0.0%