RokuKast
RokuKast copied to clipboard
A Chrome extension to stream web videos to Roku devices.
RokuKast
A Chrome extension to stream web videos to Roku devices.
Building
- Clone repo
-
yarn install
-
yarn dev
to compile once oryarn watch
to run the dev task in watch mode -
yarn build
to build a production (minified) version
Installation
- Complete the steps to build the project above
- Go to chrome://extensions in Google Chrome
- With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo
Usage
The extension detects streamable videos (in mp4 and hls formats) using two methods: searching the DOM for <video>
tags and monitoring outgoing HTTP requests.
In order to use the Cast function, you must configure your Roku's IP address on the Settings page.
Credits
This project is based on RokuCast by Pranav Prakash and chrome-extension-react-typescript-boilerplate by Joe Martella.