Package Details: pulseaudio-dlna 0.5.2.r152.gb0db813-6

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.019359
First Submitted: 2015-04-11 23:54 (UTC)
Last Updated: 2022-05-10 16:31 (UTC)

Dependencies (21)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

maderios commented on 2020-09-27 13:46 (UTC)

We need 'python-pychromecast6' dependency, not 'python-pychromecast<7', otherwise, pacman tries to install 'python-pychromecast' (7)

Wild_Penguin commented on 2020-09-18 07:10 (UTC) (edited on 2020-09-18 07:36 (UTC) by Wild_Penguin)

Oops, I may be partner-in-crime, as you can see I've proposed that change ;-)

I didn't mean it literally, or I was thinking in Gentoo (don't remember which). Arch does not have slots as Gentoo does, so python-pychromecast6 and python-pychromecast are though as completely different packages. Although python-pychromecast6 provides python-pychromecast, the PKGBUILD version match search does not propagate to package providing some other, so makepkg does not find it (ot, at least looks like it).

Could be a sensible feature request for makepkg in the bugzilla...

EDIT: Actually it seems like, according to wiki, this should be fixed in the provides field of python-pychromecast6. See: https://wiki.archlinux.org/index.php/PKGBUILD#provides . So that version reference is valid, but this PKGBUILD still fails since python-pychromecast6 does not mention version in it's provides field. Seems a bit awkward, but it does make sense after all, as the pkgver of some alternative implementation of package/feature Y in package X might have nothing to do with the versioning of the package X it is implemented in...

veikok commented on 2020-09-18 06:03 (UTC)

Package doesn't build at the moment since the following package is unavailable: 'python-pychromecast<7'. Replacing it in the PKGBUILD with 'python-pychromecast6' fixes the problem

Wild_Penguin commented on 2020-09-06 18:23 (UTC) (edited on 2020-09-07 12:59 (UTC) by Wild_Penguin)

Indeed python-pychromecast6 does work.

Maybe the dependencies in this PKGBUILD should be changed so that it depends on python-pychromecast<7? I can see that the 7 series appeared in AUR in June... or, perhaps pulseaudio-dlna (upstream) will catch up soon.

senorsnor commented on 2020-09-06 14:58 (UTC)

@Wild_Penguin You could try python-pychromecast6 instead of python-pychromecast. There have been major breaking changes in python-pychromecast 7. I never updated pychromecast for that reason and am still on version 5.0 and it works great.

Wild_Penguin commented on 2020-09-05 15:27 (UTC) (edited on 2020-09-05 16:02 (UTC) by Wild_Penguin)

Does not seem to work for me atm for streaming to Chromecast, does this work for others?

Whenever I try to stream my audio (a single application or all audio on the computer), I get this:

09-05 18:21:39 pulseaudio_dlna.pulseaudio                     INFO     Instructing the device "Olohuone (Chromecast)" to play ...
09-05 18:21:39 pychromecast                                   INFO     Querying device status
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/pulseaudio_dlna/plugins/chromecast/renderer.py", line 75, in play
    chromecast = self._create_pychromecast()
  File "/usr/lib/python3.8/site-packages/pulseaudio_dlna/plugins/chromecast/renderer.py", line 66, in _create_pychromecast
    chromecast = pychromecast._get_chromecast_from_host(
  File "/usr/lib/python3.8/site-packages/pychromecast/__init__.py", line 53, in get_chromecast_from_host
    return Chromecast(
  File "/usr/lib/python3.8/site-packages/pychromecast/__init__.py", line 298, in __init__
    dev_status = get_device_status(self.host, services, zconf)
  File "/usr/lib/python3.8/site-packages/pychromecast/dial.py", line 75, in get_device_status
    status = _get_status(host, services, zconf, "/setup/eureka_info?options=detail")
  File "/usr/lib/python3.8/site-packages/pychromecast/dial.py", line 41, in _get_status
    for service in services.copy():
AttributeError: 'NoneType' object has no attribute 'copy'
09-05 18:21:39 pulseaudio_dlna.pulseaudio                     ERROR    The device "Olohuone (Chromecast)" failed to play! (500) - Unknown exception.

senorsnor commented on 2020-04-18 20:55 (UTC)

@polyzen: I just tested that fix and it solves the issue for me indeed! Thanks a lot.

polyzen commented on 2020-04-14 22:16 (UTC)

If this fixes the issue for Chromecast users, I could add it to the package: https://github.com/masmu/pulseaudio-dlna/pull/398/commits/d46f419abd5105e48342ee45219cbf557d342af4

bubuntux commented on 2020-03-05 03:01 (UTC)

i tried downgrading to pychromecast to 2.3.0 but still getting issue with Chromecast

polyzen commented on 2020-02-03 05:36 (UTC)

Thank you, Le_Birlante. Please report this upstream: https://github.com/masmu/pulseaudio-dlna/issues