masmu / pulseaudio-dlna

A lightweight streaming server which brings DLNA / UPNP and Chromecast support to PulseAudio and Linux
GNU General Public License v3.0
1.25k stars 161 forks source link

Wait for Chromecast device to be ready #398

Closed antgel closed 1 year ago

antgel commented 4 years ago

Without waiting for the Chromecast device (Mi Box 3) to be ready, I get network errors and no sound. This patch is in accordance with pychromecast docs.

Note, I'm attempting to merge this into the python3 branch, not master, for hopefully obvious reasons. I'll ping in #389 as well.

polyzen commented 4 years ago

Works for at least one user here: https://aur.archlinux.org/packages/pulseaudio-dlna-python3-git/#comment-740316

bamartin125 commented 4 years ago

Works for at least one user here: https://aur.archlinux.org/packages/pulseaudio-dlna-python3-git/#comment-740316

+1 for user success on this. At least it couldn't make things worse :wink:

Cygn commented 4 years ago

FYI, I've rebuilt the fedora RPM on copr with this patch.

antgel commented 1 year ago

Yes, I deleted my fork, but I guess the fix made its way into relevant forks. @Cygn Thanks so much for keeping the project alive (that's why I could delete my fork)!