| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chansrv: remove pulseaudio modules from xrdp source tree | Idan Freiberg | 2018-08-03 | 1 | -547/+0 |
| | | | | | | | | its actually an independent code which is not part of xrdp moved to its own repoistory: https://github.com/neutrinolabs/pulseaudio-modules Signed-off-by: Idan Freiberg <speidy@gmail.com> | ||||
| * | pulse: respect XRDP_SOCKET_PATH environment variable | Koichiro IWAO | 2017-05-16 | 1 | -1/+8 |
| | | |||||
| * | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 1 | -1/+1 |
| | | | | | Include xrdp_sockets.h directly, not through headers. | ||||
| * | pulse: refer correct path to file_loc.h | Koichiro IWAO | 2017-03-24 | 1 | -1/+1 |
| | | |||||
| * | pulse: use correct macro for audio in/out sockets | Koichiro IWAO | 2017-03-24 | 1 | -1/+1 |
| | | |||||
| * | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends. | ||||
| * | pulse: fix build pulseaudio 6.0 or higher | Koichiro IWAO | 2016-02-18 | 1 | -1/+6 |
| | | | | | | | | | | | | | Discovered in #321. The number of argument for pa_rtpoll_run have been changed since 6.0. >=6.0 : int pa_rtpoll_run(pa_rtpoll *f); <6.0 : int pa_rtpoll_run(pa_rtpoll *f, bool wait); Check pulseaudio version by PA_CHECK_VERSION macro introduced since pulseaudio 0.9.16. In case PA_CHECK_VERSION is not defined, pa_rtpoll_run takes 2 arguments. | ||||
| * | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | chansrv: change to 44100 recording, disconnect / reconnect fixes | Jay Sorg | 2014-11-26 | 1 | -11/+44 |
| | | |||||
| * | pulse: fix for recording delay | Jay Sorg | 2014-11-02 | 1 | -6/+32 |
| | | |||||
| * | pulseaudio: let module-xrdp-source compile on CentOS6 (PA 0.9.21) | speidy | 2014-04-22 | 1 | -1/+9 |
| | | |||||
| * | pulse: fix for build with pulseaudio 4.0+ | Jay Sorg | 2014-04-21 | 1 | -2/+10 |
| | | |||||
| * | we now load module-xrdp-sink/source automatically so user's dont have to ↵ | Laxmikant Rashinkar | 2014-01-12 | 1 | -1/+1 |
| | | | | | mess around with configuring /etc/pulse/default.pa config file | ||||
| * | added support for microphone redirection using rdesktop | Laxmikant Rashinkar | 2014-01-07 | 1 | -0/+460 |
