Search Criteria
Package Details: pulseaudio-dlna 0.5.2.r152.gb0db813-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/pulseaudio-dlna.git (read-only, click to copy) |
---|---|
Package Base: | pulseaudio-dlna |
Description: | Small DLNA server which brings DLNA/UPnP support to PulseAudio |
Upstream URL: | https://github.com/masmu/pulseaudio-dlna |
Keywords: | dlna multimedia pulseaudio upnp |
Licenses: | GPL3 |
Submitter: | yegorius |
Maintainer: | polyzen |
Last Packager: | polyzen |
Votes: | 63 |
Popularity: | 0.001624 |
First Submitted: | 2015-04-11 23:54 (UTC) |
Last Updated: | 2022-05-10 16:31 (UTC) |
Dependencies (21)
- dbus-python
- python-chardet
- python-docopt
- python-gobject (python-gobject-git)
- python-lxml
- python-netifaces (python-netifaces-git)
- python-notify2
- python-psutil
- python-pychromecast6
- python-pyroute2
- python-requests
- python-setproctitle
- python-setuptools
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- faac (faac-git) (optional) – AAC transcoding support
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-headless, ffmpeg-cuda, ffmpeg-full, ffmpeg-full-git, ffmpeg-decklink, ffmpeg-git, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-mpp, ffmpeg-nocuda, ffmpeg-intel-full-git, ffmpeg-obs, ffmpeg-v4l2-request-git, ffmpeg-mmal) (optional) – multiple formats support
- flac (flac-nodocs-git, flac-minimal-git, flac-git) (optional) – FLAC transcoding support
- lame (lame-svn, lame-altivec) (optional) – MP3 transcoding support
- opus-tools (opus-tools-git) (optional) – OPUS transcoding support
- sox (sox-dsd-git) (optional) – WAV transcoding support
- Show 1 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
polyzen commented on 2022-09-12 00:10 (UTC)
Still works for me with my old Sonos speakers.
spaceman commented on 2022-09-11 13:41 (UTC) (edited on 2022-09-11 13:44 (UTC) by spaceman)
Is this working for anyone?
I'm getting The device "Audiolab (DLNA)" failed to play! (500) - "Audiolab (DLNA)" : Could not find a suitable encoder! on multiple distros, well Debian and Arch.
Additionally, I get: 09-11 14:37:42 pulseaudio_dlna.pulseaudio INFO Instructing the device "Audiolab (DLNA)" to play ... 09-11 14:37:42 pulseaudio_dlna.plugins.renderer INFO There was no suitable codec found for "Audiolab (DLNA)". The device can play "". Install one of following encoders: "". You can also try to disable the mime type check with the "--disable-mimetype-check" flag. But be warned: In that way you can use codecs your device does not support officially and this could lead to distortions or in rare cases to speaker damage!
The "--disable-mimetype-check" flag does not help: The device "Audiolab (DLNA)" failed to play! (500) - "Audiolab (DLNA)" : The action "SetAVTransportURI" is not supported!
As for encoders I have flac, mp3, ffmpeg at least available...
SonnyC commented on 2022-06-28 09:51 (UTC) (edited on 2022-06-28 09:52 (UTC) by SonnyC)
Got an issue, ince I think update of pychromecast:
[2022-06-28T09:21:05+0200] [ALPM] upgraded python-pychromecast (12.1.3-1 -> 12.1.4-1)
running pulseaudio-dlna get in error :
pkg_resources.DistributionNotFound: The 'pychromecast>=2.3.0' distribution was not found and is required by pulseaudio-dlna
python-pychromecast6 is installed and reinstalled.
simona commented on 2022-05-16 10:14 (UTC)
Installing python-pychromecast6 will remove: python-pychromecast
hansen9984 commented on 2022-05-16 09:29 (UTC)
polyzen, python-gobject is installed and I didn't deinstall it. pulseaudio-dlna was working until an update happened. I am not sure when or what was updated, but in my opinion every dependency is available. I now have reinstalled pulseaudio-dlna together with python-gobject and now it works. Thank you for the hint!
polyzen commented on 2022-05-10 19:11 (UTC)
willemw, fixes pushed, thank you.
hansen9984, seems like you somehow installed this package without installing
python-gobject
?willemw commented on 2022-05-10 16:18 (UTC)
Is should be: arch=('any').
The 'wait_for_chromecast.patch' checksum is incorrect.
hansen9984 commented on 2022-05-10 16:03 (UTC)
hi, when I try to start pulseaudio-dlna it says:
Traceback (most recent call last): File "/usr/bin/pulseaudio-dlna", line 33, in <module> sys.exit(load_entry_point('pulseaudio-dlna==0.6.3', 'console_scripts', 'pulseaudio-dlna')()) File "/usr/bin/pulseaudio-dlna", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.10/importlib/metadata/init.py", line 171, in load module = import_module(match.group('module')) File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib/python3.10/site-packages/pulseaudio_dlna/init.py", line 19, in <module> import pkg_resources File "/usr/lib/python3.10/site-packages/pkg_resources/init.py", line 3266, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.10/site-packages/pkg_resources/init.py", line 3240, in _call_aside f(args, *kwargs) File "/usr/lib/python3.10/site-packages/pkg_resources/init.py", line 3278, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.10/site-packages/pkg_resources/init.py", line 573, in _build_master ws.require(requires) File "/usr/lib/python3.10/site-packages/pkg_resources/init.py", line 891, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.10/site-packages/pkg_resources/init.py", line 777, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'gobject' distribution was not found and is required by pulseaudio-dlna
all dependencies were installed, also gobject of course. any idea?
zachalexy commented on 2021-09-03 17:13 (UTC)
Ahha, great! Removed the IgnorePkg entry, happily streaming...thx, Zach
polyzen commented on 2021-09-03 17:08 (UTC)
The package has already been fixed, feel free to upgrade to
python-pyroute2 0.5.19-3
.1 2 3 4 5 6 .. 9 Next › Last »