Video/PlaybackMachine version 0.04
==================================
Video::PlaybackMachine. Instant television station. Just add content.
It's a multimedia scheduled playback system. You can schedule movies
to be played at a specific time and date, and the system will play
them back at that time. Whenever it's not playing scheduled content,
it plays music and shows slides and "up next" informational screens.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
Then, to install the required Postgres database, type:
createdb playback_machine
psql -f sql/playback_machine_dd.sql
DEPENDENCIES
This module requires these other modules and libraries:
xine-lib, available from
http://xinehq.de
postgresql server
Plus the CPAN modules:
AppConfig
Video::Xine
X11::FullScreen
POE
Time::Duration
Test::MockObject
Log::Log4perl
Image::Imlib2
DBD::Pg
COPYRIGHT AND LICENCE
Copyright (C) 2003-2007 Stephen Nelson <
[email protected]>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.