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: | None |
Last Packager: | polyzen |
Votes: | 65 |
Popularity: | 0.020595 |
First Submitted: | 2015-04-11 23:54 (UTC) |
Last Updated: | 2022-05-10 16:31 (UTC) |
Dependencies (21)
- dbus-python (python-dbus)
- python-chardet
- python-docopt
- python-gobject (python-gobject-gitAUR)
- python-lxml
- python-netifaces (python-netifaces-gitAUR)
- python-notify2
- python-psutil
- python-pychromecast6AUR
- python-pyroute2
- python-requests
- python-setproctitle
- python-setuptools
- git (git-gitAUR, git-glAUR) (make)
- faac (faac-gitAUR) (optional) – AAC transcoding support
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – multiple formats support
- flac (flac-gitAUR) (optional) – FLAC transcoding support
- lame (lame-svnAUR, lame-altivecAUR) (optional) – MP3 transcoding support
- opus-tools (opus-tools-gitAUR) (optional) – OPUS transcoding support
- sox (sox-dsd-gitAUR) (optional) – WAV transcoding support
- vorbis-tools (vorbis-tools-gitAUR) (optional) – OGG transcoding support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
polyzen commented on 2019-12-17 08:08 (UTC) (edited on 2020-01-23 05:37 (UTC) by polyzen)
Please do not flag this package out-of-date. There's nothing wrong with the package itself.
In the meantime, you can use https://aur.archlinux.org/packages/pulseaudio-dlna-python3-git/
polyzen commented on 2019-12-15 10:37 (UTC) (edited on 2020-01-23 05:37 (UTC) by polyzen)
dflemstr, thanks for the heads up! Unfortunately this means using a branch that has not yet been merged, but I've been using that branch without any real issues for quite some time.
dflemstr commented on 2019-12-15 10:29 (UTC)
This package depends on python2-protobuf, which no longer exists. Might be an idea to migrate to python3 (as some other distros/upstream seems to have done)?
polyzen commented on 2019-05-18 22:12 (UTC)
Thanks for the heads up. I prefer to leave it to
makepkg -A
for other architectures.ckdo commented on 2019-05-18 18:02 (UTC)
Hello,
I think you can safely add arm architectures in PKGBUILD, I've successfully built it on armv7h for my cubox
trustin commented on 2018-07-26 02:16 (UTC)
Would it be possible to make the --port option configurable? It currently uses 8080 but that port number is used very often for testing by developers. Alternatively, it would be nice if it is changed to other port number.
zuzavo commented on 2018-05-21 21:14 (UTC) (edited on 2018-05-21 21:15 (UTC) by zuzavo)
I have been without using pulseaudio-dlna for a while. Today I have detected the problem with zeroconf and I have solved it in the following way, or at least works for me. I have removed pulseadio-dlna completely to reinstall it, but this time I have edited it to eliminate the python2-zeroconf dependency. When it have finished with pulseaudio-dlna, I have installed python2-zeroconf as a separate package and all works perfectly: Results in pastebind, $ systemctl start --user pulseaudio-dlna $ systemctl status --user pulseaudio-dlna.
pulseaudio-dlna.service - DLNA/UPnP streaming server for PulseAudio Loaded: loaded (/usr/lib/systemd/user/pulseaudio-dlna.service; disabled; vendor preset: enabled) Active: active (running) since Mon 2018-05-21 22:48:01 CEST; 3s ago Main PID: 1033 (pulseaudio-dlna) CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio-dlna.service ├─1033 pulseaudio-dlna ├─1042 /usr/bin/python2 /usr/bin/pulseaudio-dlna ├─1046 stream_server ├─1047 pulse_watcher └─1050 ssdp_listener ............. .............No python errors
ZaZam commented on 2018-03-25 11:40 (UTC) (edited on 2018-03-25 12:20 (UTC) by ZaZam)
@senorsnor That's because python-zeroconf dropped support for Python 2 at version 0.20.0. You need to downgrade python2-zeroconf to 0.19.1.
senorsnor commented on 2018-03-21 18:48 (UTC) (edited on 2018-03-21 19:04 (UTC) by senorsnor)
As of recently my pulseaudio-dlna doesn't start anymore, with the following error message related to zeroconf. I don't know what zeroconf is exactly, but I notice that the dependency python2-zeroconf is no longer available.
Exception in thread zeroconf-Engine: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in bootstrap_inner self.run() File "/usr/lib/python2.7/site-packages/zeroconf.py", line 1133, in run reader.handle_read(socket_) File "/usr/lib/python2.7/site-packages/zeroconf.py", line 1175, in handle_read msg = DNSIncoming(data) File "/usr/lib/python2.7/site-packages/zeroconf.py", line 644, in init__ self.read_questions() File "/usr/lib/python2.7/site-packages/zeroconf.py", line 667, in read_questions name = self.read_name() File "/usr/lib/python2.7/site-packages/zeroconf.py", line 756, in read_name t = length & 0xC0 TypeError: unsupported operand type(s) for &: 'str' and 'int'
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »