Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a fixed length for the filename is just fine! | Christian Pointner | 2014-10-02 | 1 | -1/+1 |
* | added command line switch to disable automatic client handling | Christian Pointner | 2014-10-02 | 4 | -9/+30 |
* | fixed error output | Christian Pointner | 2014-10-02 | 1 | -2/+2 |
* | fixed linking of av sink | Christian Pointner | 2014-10-02 | 1 | -1/+1 |
* | source and sink are now same bin for video and audio | Christian Pointner | 2014-10-02 | 3 | -54/+92 |
* | sydra create bin now lets the caller control wheter to create ghost pads or not | Christian Pointner | 2014-10-01 | 4 | -49/+49 |
* | sending remove client command when closed | Christian Pointner | 2014-10-01 | 3 | -9/+38 |
* | sending keep alives works now | Christian Pointner | 2014-10-01 | 3 | -7/+35 |
* | resolving remote rtp works now | Christian Pointner | 2014-10-01 | 3 | -13/+65 |
* | some cleanup | Christian Pointner | 2014-09-30 | 1 | -3/+3 |
* | initial support for keepalives | Christian Pointner | 2014-09-29 | 2 | -1/+12 |
* | recording works now for receiver as well | Christian Pointner | 2014-09-29 | 1 | -20/+4 |
* | receiver works now (without recording) | Christian Pointner | 2014-09-29 | 1 | -24/+55 |
* | linking depayloaders worsk now | Christian Pointner | 2014-09-29 | 1 | -8/+50 |
* | RTP bin SSRC callbacks | Christian Pointner | 2014-09-27 | 2 | -38/+48 |
* | name refactoring | Christian Pointner | 2014-09-27 | 1 | -28/+28 |
* | creating udp sources works now | Christian Pointner | 2014-09-27 | 3 | -15/+132 |
* | idx vs. session | Christian Pointner | 2014-09-27 | 1 | -2/+2 |
* | layout for receiver pipeline | Christian Pointner | 2014-09-27 | 1 | -0/+21 |
* | started receiver mode pipeline implementation | Christian Pointner | 2014-09-27 | 2 | -5/+16 |
* | prepared main loop for receiver mode | Christian Pointner | 2014-09-27 | 8 | -4/+42 |
* | added option for mode | Christian Pointner | 2014-09-27 | 3 | -11/+50 |
* | no more debugging for GOptions | Christian Pointner | 2014-09-26 | 3 | -11/+4 |
* | include compiler in version print | Christian Pointner | 2014-09-26 | 1 | -0/+6 |
* | now using GOptions for command line parsing | Christian Pointner | 2014-09-26 | 8 | -626/+256 |
* | improved default pipeline | Christian Pointner | 2014-09-25 | 1 | -1/+1 |
* | this bug is now a feature | Christian Pointner | 2014-09-25 | 1 | -1/+0 |
* | timeout for clients | Christian Pointner | 2014-09-25 | 1 | -5/+35 |
* | add callback for client timeout check | Christian Pointner | 2014-09-25 | 4 | -2/+18 |
* | added timeout option | Christian Pointner | 2014-09-25 | 3 | -0/+10 |
* | removing clients works now | Christian Pointner | 2014-09-25 | 4 | -22/+54 |
* | 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 | 5 | -26/+27 |
* | added udp socket handling to own file | Christian Pointner | 2014-09-24 | 5 | -119/+205 |
* | moved pipeline creation subs to own file | Christian Pointner | 2014-09-24 | 7 | -256/+357 |
* | added simple UDP protocol | Christian Pointner | 2014-09-24 | 1 | -4/+20 |
* | removed useless parse hex string | Christian Pointner | 2014-09-24 | 4 | -57/+1 |
* | moved gstreamer utility functions to seperate file | Christian Pointner | 2014-09-24 | 4 | -81/+171 |
* | 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 | 2 | -16/+18 |
* | 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 | 3 | -9/+34 |
* | 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 | 2 | -20/+48 |