Volumio can see SWYH but says "Error: No Result"
dkent600 opened this issue · 9 comments
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
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.
- the UPNP renderer is active in Volumio
- as soon as I select Volumio in SWYH:
- the "Stream What You Hear" Media Server becomes visible in Volumio.
- if I have a different Media Server already streaming but paused, then that stream immediately becomes unpaused and begins to play.
- 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:
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.
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
@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).
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.
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).
Moved the discussion about SWYH-rs to here: dheijl/swyh-rs#4