Git Product home page Git Product logo

chromecast-audio-stream's Introduction

Chromecast Audio Stream

Capture your system audio and stream everything directly to your Chromecast.

Screenshot

Stream your PC's audio to the Chromecast


OSX Users!

Use this for OSX support: https://github.com/andresgottlieb/soundcast


Supported Alternatives

https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer

http://github.com/elibroftw/music-caster/

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 select your cast device.

Enjoy!


Bug fixes / Troubleshooting:

App doesnt launch or gives error

App opens and connects to chromecast device (You'll hear a short chime), but doesn't stream audio

  1. Open an command prompt session as administrator and navigate to <Your Audio-Cast root directory>\resources\bin\driver
  2. If you have a 64-bit machine, download audio_sniffer-x64.dll and put it in the directory from step 1.
  3. Execute the following commands, one by one, in the command prompt:
    regsvr32.exe -u audio_sniffer.dll
    regsvr32.exe audio_sniffer.dll
    regsvr32.exe -u audio_sniffer-x64.dll
    regsvr32.exe audio_sniffer-x64.dll
    
  4. IMPORTANT: If you have any applications/processes running that access/control the audio device, such as Realtek Audio Manager or Nahimic, they need to be closed and their respective processes killed. Easiest way to do this is to disable startup of both programs and reboot.
  5. Profit!

Dev's

  • npm install -g grunt-cli (in command-line as administrator)
  • npm install
  • grunt

chromecast-audio-stream's People

Contributors

alexstojda avatar altyfox avatar amantinetti avatar bjm904 avatar luigiplr avatar matbee-eth avatar samdel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.