Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add callback for client timeout check | Christian Pointner | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | added timeout option | Christian Pointner | 2014-09-25 | 1 | -0/+2 |
| | |||||
* | removed useless header include | Christian Pointner | 2014-09-25 | 1 | -1/+0 |
| | |||||
* | cleanup | Christian Pointner | 2014-09-24 | 1 | -3/+3 |
| | |||||
* | some name refactoring | Christian Pointner | 2014-09-24 | 1 | -2/+2 |
| | |||||
* | added udp socket handling to own file | Christian Pointner | 2014-09-24 | 1 | -119/+2 |
| | |||||
* | moved pipeline creation subs to own file | Christian Pointner | 2014-09-24 | 1 | -256/+1 |
| | |||||
* | added simple UDP protocol | Christian Pointner | 2014-09-24 | 1 | -4/+20 |
| | |||||
* | moved gstreamer utility functions to seperate file | Christian Pointner | 2014-09-24 | 1 | -81/+1 |
| | |||||
* | checking if client is already part of list before adding | Christian Pointner | 2014-09-24 | 1 | -56/+79 |
| | |||||
* | Merge branch 'master' of gitspread:sydra | Christian Pointner | 2014-09-24 | 1 | -2/+2 |
|\ | |||||
| * | cleanup | Christian Pointner | 2014-09-24 | 1 | -2/+2 |
| | | |||||
* | | using different client specification | Christian Pointner | 2014-09-24 | 1 | -8/+27 |
|/ | |||||
* | improve debug output | Christian Pointner | 2014-09-24 | 1 | -8/+8 |
| | |||||
* | make rtp-host and port optional | Christian Pointner | 2014-09-24 | 1 | -15/+17 |
| | |||||
* | adding host to udp sink when incoming packet is seen works now | Christian Pointner | 2014-09-24 | 1 | -20/+21 |
| | |||||
* | binding to address/port | Christian Pointner | 2014-09-24 | 1 | -4/+16 |
| | |||||
* | also listening for packets on IPv6 sockets | Christian Pointner | 2014-09-23 | 1 | -6/+10 |
| | |||||
* | listening for incoming data from udp sink worsk now | Christian Pointner | 2014-09-23 | 1 | -19/+80 |
| | |||||
* | getting udp socket file descriptors | Christian Pointner | 2014-09-23 | 1 | -18/+46 |
| | |||||
* | fixed log printf | Christian Pointner | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | added parser for qos messages | Christian Pointner | 2014-09-22 | 1 | -0/+7 |
| | |||||
* | changing udp port mapping | Christian Pointner | 2014-09-22 | 1 | -9/+5 |
| | |||||
* | fixed license header - email | Christian Pointner | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | recording with different codecs works now | Christian Pointner | 2014-09-22 | 1 | -13/+35 |
| | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org> | ||||
* | fixed wrong type for textoverlay parameters | Christian Pointner | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | added support for recording - for now only video works | Christian Pointner | 2014-09-22 | 1 | -29/+59 |
| | |||||
* | preview works now | Christian Pointner | 2014-09-22 | 1 | -4/+34 |
| | |||||
* | got rid of double audio encoding | Christian Pointner | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | building pipeline manually now | Christian Pointner | 2014-09-22 | 1 | -40/+213 |
| | |||||
* | added exception for non-GPL Gstreamer components | Christian Pointner | 2014-09-20 | 1 | -0/+6 |
| | |||||
* | refactoring | Christian Pointner | 2014-09-05 | 1 | -4/+2 |
| | |||||
* | refactoring | Christian Pointner | 2014-09-04 | 1 | -8/+5 |
| | |||||
* | additional debug output | Christian Pointner | 2014-09-04 | 1 | -0/+9 |
| | |||||
* | small refactoring | Christian Pointner | 2014-09-04 | 1 | -12/+19 |
| | |||||
* | removed custom sighandler code in favor of glib based signal handling | Christian Pointner | 2014-09-04 | 1 | -5/+15 |
| | |||||
* | pipeline works now - however recording is still disabled.. | Christian Pointner | 2014-09-04 | 1 | -28/+66 |
| | |||||
* | added send stream pipeline with options | Christian Pointner | 2014-09-04 | 1 | -6/+55 |
| | |||||
* | updated options parser | Christian Pointner | 2014-09-03 | 1 | -1/+10 |
| | |||||
* | remove useless writer component | Christian Pointner | 2014-09-03 | 1 | -19/+4 |
| | |||||
* | added initial code - based on rharchive | Christian Pointner | 2014-09-03 | 1 | -0/+255 |