summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* added manpageChristian Pointner2014-10-024-0/+299
* added some names for binsChristian Pointner2014-10-024-14/+15
* a fixed length for the filename is just fine!Christian Pointner2014-10-021-1/+1
* added command line switch to disable automatic client handlingChristian Pointner2014-10-024-9/+30
* fixed error outputChristian Pointner2014-10-021-2/+2
* fixed linking of av sinkChristian Pointner2014-10-021-1/+1
* source and sink are now same bin for video and audioChristian Pointner2014-10-023-54/+92
* sydra create bin now lets the caller control wheter to create ghost pads or notChristian Pointner2014-10-014-49/+49
* sending remove client command when closedChristian Pointner2014-10-013-9/+38
* sending keep alives works nowChristian Pointner2014-10-013-7/+35
* resolving remote rtp works nowChristian Pointner2014-10-013-13/+65
* some cleanupChristian Pointner2014-09-301-3/+3
* initial support for keepalivesChristian Pointner2014-09-292-1/+12
* recording works now for receiver as wellChristian Pointner2014-09-291-20/+4
* receiver works now (without recording)Christian Pointner2014-09-291-24/+55
* linking depayloaders worsk nowChristian Pointner2014-09-291-8/+50
* RTP bin SSRC callbacksChristian Pointner2014-09-272-38/+48
* name refactoringChristian Pointner2014-09-271-28/+28
* creating udp sources works nowChristian Pointner2014-09-273-15/+132
* idx vs. sessionChristian Pointner2014-09-271-2/+2
* layout for receiver pipelineChristian Pointner2014-09-271-0/+21
* started receiver mode pipeline implementationChristian Pointner2014-09-272-5/+16
* prepared main loop for receiver modeChristian Pointner2014-09-278-4/+42
* added option for modeChristian Pointner2014-09-273-11/+50
* no more debugging for GOptionsChristian Pointner2014-09-263-11/+4
* include compiler in version printChristian Pointner2014-09-261-0/+6
* now using GOptions for command line parsingChristian Pointner2014-09-268-626/+256
* improved default pipelineChristian Pointner2014-09-251-1/+1
* this bug is now a featureChristian Pointner2014-09-251-1/+0
* timeout for clientsChristian Pointner2014-09-251-5/+35
* add callback for client timeout checkChristian Pointner2014-09-254-2/+18
* added timeout optionChristian Pointner2014-09-253-0/+10
* removing clients works nowChristian Pointner2014-09-254-22/+54
* removed useless header includeChristian Pointner2014-09-251-1/+0
* cleanupChristian Pointner2014-09-241-3/+3
* some name refactoringChristian Pointner2014-09-245-26/+27
* added udp socket handling to own fileChristian Pointner2014-09-245-119/+205
* moved pipeline creation subs to own fileChristian Pointner2014-09-247-256/+357
* added simple UDP protocolChristian Pointner2014-09-241-4/+20
* removed useless parse hex stringChristian Pointner2014-09-244-57/+1
* moved gstreamer utility functions to seperate fileChristian Pointner2014-09-244-81/+171
* 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-242-16/+18
* adding host to udp sink when incoming packet is seen works nowChristian Pointner2014-09-241-20/+21
* binding to address/portChristian Pointner2014-09-243-9/+34
* also listening for packets on IPv6 socketsChristian Pointner2014-09-231-6/+10