Forward pulseaudio streams to DLNA devices.
Project description
pa-dlna forwards audio streams to DLNA devices.
A Python project based on asyncio, that uses ctypes to interface with the libpulse library and supports the PulseAudio and PipeWire [1] sound servers.
pa-dlna is composed of the following components:
The pa-dlna program forwards PulseAudio streams to DLNA devices.
The upnp-cmd is an interactive command line tool for introspection and control of UPnP devices [2].
The UPnP Python sub-package is used by both commands.
The documentation is hosted at Read the Docs:
The stable documentation of the last released version.
The latest documentation of the current GitLab development version.
To access the documentation as a pdf document one must click on the icon at the down-right corner of any page. It allows to switch between stable and latest versions and to select the corresponding pdf document.
Requirements
Python version 3.8 or more recent.
psutil
The UPnP sub-package and therefore the upnp-cmd and pa-dlna commands depend on the psutil Python package. This package is available in most distributions as python3-psutil or python-psutil. It will be installed by pip as a dependency of pa-dlna if not already installed as a package of the distribution.
libpulse
libpulse is a Python asyncio interface to the Pulseaudio and Pipewire libpulse library. It was a sub-package of pa-dlna and has become a full-fledged package on PyPi. It will be installed by pip as a dependency of pa-dlna.
parec
pa-dlna uses the pulseaudio parec program [3]. Depending on the linux distribution it may be already installed as a dependency of pulseaudio or of pipewire-pulse. If not, then the package that owns parec must be installed. On archlinux the package name is libpulse, on debian it is pulseaudio-utils.
systemd
The python-systemd package is required to run the pa-dlna systemd service unit. It is packaged by almost all Linux distributions but under different names. To install the package from a Linux distribution or from PYPi, see the Installation section on the main page of the python-systemd git repository.
Encoders
No other dependency is required by pa-dlna when the DLNA devices support raw PCM L16 (RFC 2586) [4].
Optionally, encoders compatible with the audio mime types supported by the devices may be used. pa-dlna currently supports the ffmpeg (mp3, wav, aiff, flac, opus, vorbis, aac), the flac and the lame (mp3) encoders. The list of supported encoders, whether they are available on this host and their options, is printed by the command that prints the default configuration:
$ pa-dlna --dump-default
pavucontrol
Optionally, one may install the pavucontrol package for easier management of associations between sound sources and DLNA devices.
Installation
pipewire as a pulseaudio sound server
The pipewire, pipewire-pulse and wireplumber packages must be installed and the corresponding programs started. If you are switching from pulseaudio, make sure to remove /etc/pulse/client.conf or to comment out the setting of default-server in this file as pulseaudio and pipewire do not use the same unix socket path name.
The parec ‘s package includes the pactl program. One may check that the installation of pipewire as a pulseaudio sound server is successfull by running the command:
$ pactl info
pa-dlna
Install pa-dlna with pip:
$ python -m pip install pa-dlna
Configuration
A pa-dlna.conf user configuration file overriding the default configuration may be used to:
Change the preferred encoders ordered list used to select an encoder.
Configure encoder options.
Set an encoder for a given device and configure the options for this device.
Configure the sample_format, rate and channels parameters of the parec program used to forward PulseAudio streams, for a specific device, for an encoder type or for all devices.
See the configuration section of the pa-dlna documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pa_dlna-1.1.tar.gz.
File metadata
- Download URL: pa_dlna-1.1.tar.gz
- Upload date:
- Size: 244.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91b0b85eea11ff8050e13b2c0a1fb121ca5eb557e0e20b1edc2e52cb3b254e76
|
|
| MD5 |
f6ee58e3057c4e6fe1f7ff9972724bb1
|
|
| BLAKE2b-256 |
e52604c3a2f39a34adc8dca2c3f8abeb853f21e803613035db0b534ec8cc411d
|
File details
Details for the file pa_dlna-1.1-py3-none-any.whl.
File metadata
- Download URL: pa_dlna-1.1-py3-none-any.whl
- Upload date:
- Size: 237.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1d1ee27ea6b0e231606d5f0c435b81ec13d76da2ea90a27488b1b3948884912
|
|
| MD5 |
8c8406000fd43fc6daf8188873903861
|
|
| BLAKE2b-256 |
2967aebbaac15c3356d593724dfb58287e8be77de8daa4468b851d26a0f9949d
|