melchor629 / chromecaster-gui

Cast your computer audio to a Chromecast (Audio)

Home Page:http://melchor9000.me/chromecaster-gui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chromecast-gui

Cast your computer audio to a Chromecast (Audio)

Send audio to a Chromecast using MP3 (with various bitrates), FLAC or WAV.

Download latest release.

Dependencies and Requirements

macOS (aka OS X)

  • 10.9 or higher

Linux

  • Ubuntu 12.04 and later, or Fedora 21 or Debian 8
  • 64 bit OS
  • libportaudio0
  • libappindicator1 (for tray icon, if supported)
  • libnotify-bin (for notifications)
  • libflac8
  • .deb package install everything for you :)

Windows

  • Windows 7 or later
  • 64 bit OS

Filling an issue

Before filling an issue, please check if you have the latest version of the app.

When filling an issue, it is a good idea to grab the logs that the app create. Try to incude the logs of the moment when the issue happened. You can find them in:

  • Windows: logs folder where the executable is found
  • macOS: ~/Library/Logs/Chromecaster
  • Linux: ~/.local/share/chromecaster

If it is possible, please tell the steps to reproduce the bug. If it is something that you think it happens to you only, it is not needed, but it could help.

Include too the version of your OS in case of Windows and macOS, and your distribution and version (if applicable) for Linux.

It is possible that the Windows logs would have been insufficient, in this case it will be requested to grab logs from a PowerShell. You can try to run the app by opening the PowerShell, then drag and dropping into the command line the executable and finally pressing enter. It will show more text than in the file. This logs in general are needed when there are sound issues.

If the issue has something to do with audio, you can try to listen to the raw audio by playing http://localhost:9877 in a player (Chrome also works for this). That audio is what the app receives from your computer. Also, http://localhost:9876 is another audio stream that you can try to listen to. That's what Chromecast's and other Google devices receives from the app. Compare both streams. That could give us a hint of where the issue is.

About

Cast your computer audio to a Chromecast (Audio)

http://melchor9000.me/chromecaster-gui/

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.2%Language:HTML 9.9%Language:CSS 6.9%