SamDel
SamDel
Maybe the firewall is blocking the application. You can try turning the firewall off (temporarely), or configure the firewall rules.
It's in the zip file you can download: > Installation instructions > > Download release file: https://github.com/acidhax/chromecast-audio-stream/releases/download/0.3/audio-cast-win32-ia32.zip > > Extract and execute audio-cast.exe. > > Right click tray icon and...
Here's wat happens when you use this tool: - It captures the sound from your soundcard on the moment it's send to your pc speakers and puts it in a...
There's no setting for that, as far as I know.
Is there audio when you cast a youtube video with Chrome to your Chromecast device? If so then, most likely, your computer doesn't accept incoming connections. (firewall etc.) When using...
If you're using the Windows Defender Firewall you can check in the Advanced Settings if the application is allowed in the inbound rules: 
Same issue as https://github.com/acidhax/chromecast-audio-stream/issues/69 I added some code to fix this. The fix not in a release yet but maybe you can try with the latest code?
I think you should try to delete or edit the file that caches the devices: `C:\Users\\AppData\Roaming\audio-cast\device-cache.json` Your devices probably have a different ip-address with your new modem. But the old...
I had the same issue here and did some testing. I found out that my router was blocking the mDns packages that are used to search for ChromeCast devices. I...
Thanks. Here's some new code, I changed two things: -there was a bug in passing the friendlyName / device name -in the SSDP/uPnp service description I checked the modelName to...