summaryrefslogtreecommitdiff
path: root/src/sydra.c
Commit message (Collapse)AuthorAgeFilesLines
* sending remove client command when closedChristian Pointner2014-10-011-0/+3
|
* sending keep alives works nowChristian Pointner2014-10-011-1/+1
|
* resolving remote rtp works nowChristian Pointner2014-10-011-6/+6
|
* RTP bin SSRC callbacksChristian Pointner2014-09-271-38/+38
|
* prepared main loop for receiver modeChristian Pointner2014-09-271-3/+6
|
* no more debugging for GOptionsChristian Pointner2014-09-261-3/+0
| | | | no textoverlay for preview
* now using GOptions for command line parsingChristian Pointner2014-09-261-26/+14
|
* add callback for client timeout checkChristian Pointner2014-09-251-1/+1
|
* added timeout optionChristian Pointner2014-09-251-0/+2
|
* removed useless header includeChristian Pointner2014-09-251-1/+0
|
* cleanupChristian Pointner2014-09-241-3/+3
|
* some name refactoringChristian Pointner2014-09-241-2/+2
|
* added udp socket handling to own fileChristian Pointner2014-09-241-119/+2
|
* moved pipeline creation subs to own fileChristian Pointner2014-09-241-256/+1
|
* added simple UDP protocolChristian Pointner2014-09-241-4/+20
|
* moved gstreamer utility functions to seperate fileChristian Pointner2014-09-241-81/+1
|
* checking if client is already part of list before addingChristian Pointner2014-09-241-56/+79
|
* Merge branch 'master' of gitspread:sydraChristian Pointner2014-09-241-2/+2
|\
| * cleanupChristian Pointner2014-09-241-2/+2
| |
* | using different client specificationChristian Pointner2014-09-241-8/+27
|/
* improve debug outputChristian Pointner2014-09-241-8/+8
|
* make rtp-host and port optionalChristian Pointner2014-09-241-15/+17
|
* adding host to udp sink when incoming packet is seen works nowChristian Pointner2014-09-241-20/+21
|
* binding to address/portChristian Pointner2014-09-241-4/+16
|
* also listening for packets on IPv6 socketsChristian Pointner2014-09-231-6/+10
|
* listening for incoming data from udp sink worsk nowChristian Pointner2014-09-231-19/+80
|
* getting udp socket file descriptorsChristian Pointner2014-09-231-18/+46
|
* fixed log printfChristian Pointner2014-09-231-1/+1
|
* added parser for qos messagesChristian Pointner2014-09-221-0/+7
|
* changing udp port mappingChristian Pointner2014-09-221-9/+5
|
* fixed license header - emailChristian Pointner2014-09-221-1/+1
|
* recording with different codecs works nowChristian Pointner2014-09-221-13/+35
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* fixed wrong type for textoverlay parametersChristian Pointner2014-09-221-1/+1
|
* added support for recording - for now only video worksChristian Pointner2014-09-221-29/+59
|
* preview works nowChristian Pointner2014-09-221-4/+34
|
* got rid of double audio encodingChristian Pointner2014-09-221-1/+1
|
* building pipeline manually nowChristian Pointner2014-09-221-40/+213
|
* added exception for non-GPL Gstreamer componentsChristian Pointner2014-09-201-0/+6
|
* refactoringChristian Pointner2014-09-051-4/+2
|
* refactoringChristian Pointner2014-09-041-8/+5
|
* additional debug outputChristian Pointner2014-09-041-0/+9
|
* small refactoringChristian Pointner2014-09-041-12/+19
|
* removed custom sighandler code in favor of glib based signal handlingChristian Pointner2014-09-041-5/+15
|
* pipeline works now - however recording is still disabled..Christian Pointner2014-09-041-28/+66
|
* added send stream pipeline with optionsChristian Pointner2014-09-041-6/+55
|
* updated options parserChristian Pointner2014-09-031-1/+10
|
* remove useless writer componentChristian Pointner2014-09-031-19/+4
|
* added initial code - based on rharchiveChristian Pointner2014-09-031-0/+255