An app to stream local media to chromecast enabled device.
For now required ffmpeg/ffprobe to be available on the computer.
Why this app ?
- No need of any setup on the TV
- Enables external and packed subtitles
- Simple GUI
- Provides a platform for later support of re-encoding, dlna, ...
$ npm install$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux