summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/pulse/module-xrdp-source.c
Commit message (Collapse)AuthorAgeFilesLines
* chansrv: remove pulseaudio modules from xrdp source treeIdan Freiberg2018-08-031-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 variableKoichiro IWAO2017-05-161-1/+8
|
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-1/+1
| | | | Include xrdp_sockets.h directly, not through headers.
* pulse: refer correct path to file_loc.hKoichiro IWAO2017-03-241-1/+1
|
* pulse: use correct macro for audio in/out socketsKoichiro IWAO2017-03-241-1/+1
|
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-171-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 higherKoichiro IWAO2016-02-181-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 codespellPavel Roskin2016-01-141-1/+1
|
* chansrv: change to 44100 recording, disconnect / reconnect fixesJay Sorg2014-11-261-11/+44
|
* pulse: fix for recording delayJay Sorg2014-11-021-6/+32
|
* pulseaudio: let module-xrdp-source compile on CentOS6 (PA 0.9.21)speidy2014-04-221-1/+9
|
* pulse: fix for build with pulseaudio 4.0+Jay Sorg2014-04-211-2/+10
|
* we now load module-xrdp-sink/source automatically so user's dont have to ↵Laxmikant Rashinkar2014-01-121-1/+1
| | | | mess around with configuring /etc/pulse/default.pa config file
* added support for microphone redirection using rdesktopLaxmikant Rashinkar2014-01-071-0/+460