StreamWhatYouHear / SWYH

Stream the sound from your PC to an UPnP/DLNA device
http://www.streamwhatyouhear.com/
GNU General Public License v2.0
553 stars 92 forks source link

Volumio can see SWYH but says "Error: No Result" #35

Open dkent600 opened 4 years ago

dkent600 commented 4 years ago

In SWYH I can select to stream to Volumio, and Volumio can see SWYH but when I try to connect to SWYH in Volumio, Volumio is unable to connect, reporting "Error: No Result".

I have no problem using Volumio to stream from other devices, including files from this computer.

I am playing audio using youtube, to my default system audio device.

I am using Windows 10. SWYH v1.5

Config settings: image

dheijl commented 4 years ago

In Volumio the UPNP renderer has to be active (in system settings). As soon as you select Volumio in SWYH Volumio should start playing. I would also select PCM/L16 as the stream format instead of MP3.

I can stream to Volumio but only if Volumio is not already playing another stream, but connecting from Volumio to the SWYH streaming URL does not seem to work.

dkent600 commented 4 years ago

@dheijl

  1. the UPNP renderer is active in Volumio
  2. as soon as I select Volumio in SWYH:
    1. the "Stream What You Hear" Media Server becomes visible in Volumio.
    2. if I have a different Media Server already streaming but paused, then that stream immediately becomes unpaused and begins to play.
  3. when I select the "Stream What You Hear" Media Server then Volumio tries to connect to SWYH but fails after 30 seconds or so with the error:

image

dheijl commented 4 years ago

If you want to test an alternative: https://github.com/dheijl/swyh-rs/releases. It works for me with Volumio, both as a webradio (url http://192.168.0.135:5901/stream/swyh.wav) from the Volumio UI and from the swyh-rs UI in Windows.

dkent600 commented 4 years ago

If you want to test an alternative: https://github.com/dheijl/swyh-rs/releases. It works for me with Volumio, both as a webradio (url http://192.168.0.135:5901/stream/swyh.wav) from the Volumio UI and from the swyh-rs UI in Windows.

Cool, I will try that

dkent600 commented 4 years ago

@dheijl How do you recommend I download or build the app? I'm a developer myself so have a certain amount of tolerance for building it myself if I have to. Thanks!

I have a Windows 10 machine, but am running WSL on it too (which I could use to build the app, if needed).

dheijl commented 4 years ago

You can download the latest Windows binary v0.2 from https://github.com/dheijl/swyh-rs/releases. Or you can install Rust, clone the dheijl/swyh-rs and dheijl/cpal Github repositories and build it yourself. No need to use wsl, Windows is fine for building.

dkent600 commented 4 years ago

It seems to recognize that Volumio is out there on the LAN, but just freezes up, showing an hourglass for the cursor.

Volumio isn't recognizing it.

image

dheijl commented 4 years ago

As this is no longer about SWYH, could you create a new issue on dheijl/swyh-rs?

I also posted a new version, the zip also contains the debug exe with a console window with extra debug logging.

If the UI hangs, it is because a lock is held somewhere were it shouldn't. It may be a firewall configuration problem (incoming connection from the streamer not allowed).

dkent600 commented 4 years ago

Moved the discussion about SWYH-rs to here: https://github.com/dheijl/swyh-rs/issues/4