Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small fix for audio only stream | Christian Pointner | 2012-10-16 | 2 | -6/+53 | |
| | ||||||
* | added help text to flufigut manage script | Christian Pointner | 2012-10-16 | 1 | -1/+15 | |
| | ||||||
* | wipe works now | Christian Pointner | 2012-10-16 | 2 | -6/+18 | |
| | ||||||
* | flufigut clean works now | Christian Pointner | 2012-10-16 | 4 | -9/+58 | |
| | ||||||
* | no set -e (ignore errors in manage.sh) | Christian Pointner | 2012-10-13 | 1 | -2/+0 | |
| | ||||||
* | admin account can now be configured in json file | Christian Pointner | 2012-10-13 | 3 | -15/+55 | |
| | | | | | some bugfixes video encoder now use 8 threads | |||||
* | deployment and start, stop, restart work now | Christian Pointner | 2012-10-13 | 2 | -10/+40 | |
| | ||||||
* | fixed deployment | Christian Pointner | 2012-10-13 | 2 | -2/+2 | |
| | | | | improved xml file naming (not clashing with other names) | |||||
* | local manage script works | Christian Pointner | 2012-10-13 | 2 | -58/+123 | |
| | ||||||
* | deployment works now | Christian Pointner | 2012-10-13 | 2 | -2/+6 | |
| | ||||||
* | fixed typo | Christian Pointner | 2012-10-13 | 1 | -1/+1 | |
| | ||||||
* | updated short doc | Christian Pointner | 2012-10-13 | 1 | -0/+3 | |
| | ||||||
* | improved deployment scripts | Christian Pointner | 2012-10-13 | 2 | -13/+39 | |
| | ||||||
* | added deployment scripts (not finished) | Christian Pointner | 2012-10-13 | 4 | -0/+210 | |
| | ||||||
* | better handling for passwd file | Christian Pointner | 2012-10-12 | 2 | -2/+1 | |
| | ||||||
* | add password generator for admin user | Christian Pointner | 2012-10-12 | 1 | -0/+13 | |
| | ||||||
* | some bug fixes (first working version of config) | Christian Pointner | 2012-10-12 | 1 | -3/+3 | |
| | ||||||
* | also creating passwd file | Christian Pointner | 2012-10-12 | 1 | -12/+17 | |
| | ||||||
* | creating output dir with all config files | Christian Pointner | 2012-10-12 | 1 | -1/+37 | |
| | | | | TODO: create passwd file | |||||
* | moved video resize and resample to sperate worker | Christian Pointner | 2012-10-12 | 2 | -3/+11 | |
| | ||||||
* | added manager config | Christian Pointner | 2012-10-12 | 1 | -2/+7 | |
| | ||||||
* | improved worker sanity check | Christian Pointner | 2012-10-12 | 1 | -13/+25 | |
| | ||||||
* | sanity check for worker assignment | Christian Pointner | 2012-10-11 | 2 | -6/+27 | |
| | ||||||
* | improved error messages | Christian Pointner | 2012-10-11 | 1 | -7/+13 | |
| | | | | | added check for duplicate worker added check for existing input worker | |||||
* | renamed worker variable | Christian Pointner | 2012-10-11 | 1 | -4/+4 | |
| | ||||||
* | splitted video/audio encoder to several worker | Christian Pointner | 2012-10-11 | 2 | -6/+11 | |
| | ||||||
* | streamer seem to work now | Christian Pointner | 2012-10-02 | 2 | -4/+41 | |
| | ||||||
* | redesign of streamer definition | Christian Pointner | 2012-10-02 | 2 | -61/+64 | |
| | ||||||
* | refactoring, redoing streamer representation | Christian Pointner | 2012-10-01 | 1 | -47/+43 | |
| | ||||||
* | added small todo | Christian Pointner | 2012-10-01 | 1 | -0/+6 | |
| | ||||||
* | refactoring | Christian Pointner | 2012-10-01 | 1 | -9/+7 | |
| | ||||||
* | only add encoder if it not already exists | Christian Pointner | 2012-10-01 | 1 | -18/+20 | |
| | ||||||
* | generate encoder and muxer automatically | Christian Pointner | 2012-10-01 | 2 | -81/+83 | |
| | ||||||
* | generate encoder and muxer automatically | Christian Pointner | 2012-10-01 | 2 | -85/+68 | |
| | ||||||
* | cleanup | Christian Pointner | 2012-09-30 | 1 | -7/+5 | |
| | ||||||
* | muxer components, feeder matching to be done | Christian Pointner | 2012-09-30 | 2 | -2/+25 | |
| | ||||||
* | added domain paramter for hostname generation | Christian Pointner | 2012-09-30 | 1 | -0/+1 | |
| | ||||||
* | audio encoder work now | Christian Pointner | 2012-09-30 | 1 | -0/+17 | |
| | ||||||
* | video encoder generation works | Christian Pointner | 2012-09-30 | 2 | -7/+24 | |
| | ||||||
* | added h264 encode template, what about video bitrate | Christian Pointner | 2012-09-29 | 1 | -3/+3 | |
| | ||||||
* | width and height as numbers not strings | Christian Pointner | 2012-09-29 | 1 | -3/+3 | |
| | ||||||
* | added support for audio-resample | Christian Pointner | 2012-09-29 | 2 | -4/+26 | |
| | ||||||
* | added video-resize support | Christian Pointner | 2012-09-29 | 1 | -1/+23 | |
| | ||||||
* | fixed whitespaces at templates | Christian Pointner | 2012-09-29 | 1 | -1/+1 | |
| | ||||||
* | started decklink source as input | Christian Pointner | 2012-09-29 | 1 | -2/+16 | |
| | ||||||
* | no more useless data | Christian Pointner | 2012-09-29 | 1 | -10/+12 | |
| | ||||||
* | flow as 4 sections, introducing audiorates | Christian Pointner | 2012-09-29 | 2 | -4/+18 | |
| | ||||||
* | minor change | Christian Pointner | 2012-09-27 | 1 | -1/+1 | |
| | ||||||
* | renameing of flufig to flufigut finished | (no author) | 2012-09-27 | 1 | -9/+10 | |
| | | | | git-svn-id: https://svn.spreadspace.org/flufigut/trunk@14 88d0365b-309c-4eec-8061-d8e0c04ad69e | |||||
* | added seperator comments | equinox | 2012-09-27 | 1 | -2/+25 | |
| | | | | git-svn-id: https://svn.spreadspace.org/flufigut/trunk@13 88d0365b-309c-4eec-8061-d8e0c04ad69e |