BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
0f9687c
Branches
Tags
master
Blinker
doc
player.html
more documentation
Stefan Schuermans
commited
0f9687c
at 2011-11-19 20:40:28
player.html
Blame
History
Raw
<html> <head> <title>Blinker - Player</title> </head> <body> <h1>Blinker - Player</h1> <p> The player module plays Blinken movies from a playlist. </p> <h2>Configuration</h2> <p> The configuration of the player module with name <code>NAME</code> is located in the <code>players/NAME</code> subdirectory. </p> <h3>Playlist</h3> <p> The playlist contains all movies in the subdirectory <code>playlist</code>. The movies are played in alphanumerical order. </p> <h3>Output Stream</h3> <p> The file <code>outstream</code> contains the name of the stream to send the frames to. </p> </body> </html>