Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved example configs to examples di | Christian Pointner | 2012-10-29 | 3 | -0/+0 |
| | |||||
* | reverted few worker patch | Christian Pointner | 2012-10-26 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Christian Pointner | 2012-10-26 | 1 | -3/+3 |
|\ | |||||
| * | not so many worker... | Christian Pointner | 2012-10-23 | 1 | -3/+3 |
| | | |||||
* | | added elevate2 to ssh config | Christian Pointner | 2012-10-23 | 1 | -0/+3 |
|/ | |||||
* | updated ssh.config and stream url | Christian Pointner | 2012-10-22 | 1 | -6/+2 |
| | |||||
* | moved hls to conrib dir | Christian Pointner | 2012-10-20 | 4 | -106/+0 |
| | |||||
* | added hls handlers | Christian Pointner | 2012-10-20 | 4 | -0/+106 |
| | |||||
* | added elevate0 | Christian Pointner | 2012-10-20 | 1 | -0/+5 |
| | |||||
* | started multi output format support | Christian Pointner | 2012-10-17 | 1 | -329/+348 |
| | |||||
* | moved output to output/<format> | Christian Pointner | 2012-10-17 | 7 | -14/+12 |
| | |||||
* | moved template parameter to config file | Christian Pointner | 2012-10-17 | 4 | -2/+10 |
| | |||||
* | added audomatic repeater generation | Christian Pointner | 2012-10-17 | 1 | -2/+18 |
| | |||||
* | fixed test.json | Christian Pointner | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | removed now useless supermicro server | Christian Pointner | 2012-10-17 | 1 | -4/+0 |
| | | | | vp8-encode uses speed 5 now | ||||
* | multi input source works now with all sample configurations | Christian Pointner | 2012-10-17 | 3 | -27/+43 |
| | |||||
* | streamer for multi input works now.. | Christian Pointner | 2012-10-17 | 1 | -81/+82 |
| | |||||
* | encoder and muxer work now | Christian Pointner | 2012-10-17 | 2 | -109/+106 |
| | |||||
* | added resample and resize | Christian Pointner | 2012-10-17 | 2 | -65/+57 |
| | |||||
* | first part of multi source support | Christian Pointner | 2012-10-16 | 2 | -264/+285 |
| | |||||
* | fixed/updated config for multi source | Christian Pointner | 2012-10-16 | 2 | -13/+23 |
| | |||||
* | fixed bitrate for medium audio | Christian Pointner | 2012-10-16 | 2 | -2/+2 |
| | |||||
* | fixed audio,video device selection | Christian Pointner | 2012-10-16 | 1 | -0/+2 |
| | |||||
* | audio only works now | Christian Pointner | 2012-10-16 | 4 | -45/+99 |
| | |||||
* | 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 |
| |