Skip to content

Hiero32/pipewire-module-xrdp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipewire-module-xrdp

Thanks to @Hiero32 who contributed this module.

This module allows xrdp to generate sound on a pipewire-based system.

Pipewire versions 0.3.58 and later are supported.

Files

Sources

Other

Installing a build environment and dependencies

Debian and derivatives

# Install build environment
sudo apt install git pkg-config autotools-dev libtool make gcc

# Install dependencies
sudo apt install libpipewire-0.3-dev libspa-0.2-dev

Fedora

# Install build environment
sudo dnf install git gcc make autoconf libtool automake pkgconfig

# Install dependencies
sudo dnf install pipewire-devel

Building and installing

./bootstrap
./configure
make
# Install
sudo make install

About

xrdp pipewire module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.5%
  • Shell 2.8%
  • M4 2.6%
  • Makefile 1.1%