Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added some names for bins | Christian Pointner | 2014-10-02 | 1 | -1/+1 |
* | added command line switch to disable automatic client handling | Christian Pointner | 2014-10-02 | 1 | -1/+1 |
* | sydra create bin now lets the caller control wheter to create ghost pads or not | Christian Pointner | 2014-10-01 | 1 | -39/+39 |
* | sending remove client command when closed | Christian Pointner | 2014-10-01 | 1 | -0/+3 |
* | sending keep alives works now | Christian Pointner | 2014-10-01 | 1 | -1/+1 |
* | resolving remote rtp works now | Christian Pointner | 2014-10-01 | 1 | -6/+6 |
* | RTP bin SSRC callbacks | Christian Pointner | 2014-09-27 | 1 | -38/+38 |
* | prepared main loop for receiver mode | Christian Pointner | 2014-09-27 | 1 | -3/+6 |
* | no more debugging for GOptions | Christian Pointner | 2014-09-26 | 1 | -3/+0 |
* | now using GOptions for command line parsing | Christian Pointner | 2014-09-26 | 1 | -26/+14 |
* | 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 |
* | 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 |