-
-
02 Aug 2015 13:04:39 UTC
- Distribution: App-EventStreamr
- Module version: 0.5
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (6 / 282 / 10)
- Kwalitee
Bus factor: 0- 59.43% Coverage
- License: agpl_3
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (2.53MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Leon Wright
- Dependencies
- Carp
- Config::JSON
- Cwd
- Dancer
- Data::Dumper
- File::Basename
- File::Path
- File::ReadBackwards
- File::ShareDir::Tarball
- File::Slurp
- File::Spec
- File::Tail
- FindBin
- Getopt::Long
- HTTP::Tiny
- Hash::Merge::Simple
- IO::Socket::INET
- JSON
- Log::Log4perl
- Method::Signatures
- Module::Load
- Moo
- Moo::Role
- POSIX
- Proc::Daemon
- Proc::ProcessTable
- Scalar::Util::Reftype
- Sys::Hostname
- experimental
- lib
- namespace::clean
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- ACKNOWLEDGEMENTS
- BUGS/Feature Requests
- Known Issues
- AUTHOR
- COPYRIGHT AND LICENSE
NAME
App::EventStreamr - Conference Mixing/Streaming Orchestrator
VERSION
version 0.5
SYNOPSIS
use App::EventStreamr; my $eventstreamr = App::EventStreamr->new();
DESCRIPTION
Born due to the instability of DVswitch, EventStreamr attempts to remove the time consuming process that is connecting up all the devices and ensuring they stay connected.
First you should configure the system, although if using in conjunction with the frontend it will provide a number of useful defaults.
eventstreamr --configure
Once configured you can add 'eventstreamr' as a startup process or launch from the cli.
eventstreamr
ACKNOWLEDGEMENTS
Jason Nicholls for finding all the bugs and writing the status display.
Luke John for all the help with the frontend code.
BUGS/Feature Requests
Please submit any bugs, feature requests to https://github.com/plugorgau/eventstreamr-station/issues .
Contributions are more than welcome! I am aware that Dist::Zilla comes with quite a dependency chain, so feel free to submit pull request with code + explanation of what you are trying to achieve and I will test and likely implement them.
Known Issues
Daemon dies when alsa device isn't present on start - https://github.com/plugorgau/eventstreamr-station/issues/54 Workaround: Ensure all configured ALSA devices are plugged in on boot
Correctly Restart on Date Change - https://github.com/plugorgau/eventstreamr-station/issues/18 Workaround: Reboot or Restart the EventStreamr Daemon (pressing update from the controller will restart it)
AUTHOR
Leon Wright < techman@cpan.org >
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by Leon Wright.
This is free software, licensed under:
The GNU Affero General Public License, Version 3, November 2007
Module Install Instructions
To install App::EventStreamr, copy and paste the appropriate command in to your terminal.
cpanm App::EventStreamr
perl -MCPAN -e shell install App::EventStreamr
For more information on module installation, please visit the detailed CPAN module installation guide.