Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 890 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 890 Bytes

Streamwall

🚧 Early WIP release! 🚧

Streamwall makes it easy to compose multiple livestreams into a mosaic, with source attributions and audio control.

Screenshot of Streamwall displaying a grid of streams

How it works

Under the hood, think of Streamwall as a specialized web browser for mosaicing video streams. It uses Electron to create a grid of web browser views, loading the specified webpages into them. Once the page loads, Streamwall finds the <video> tag and reformats the page so that the video fills the space. This works for a wide variety of web pages without specialized scrapers.

Setup

  1. git clone https://github.com/chromakode/streamwall.git
  2. cd streamwall && npm install && npm start-local

Credits

SVG Icons are from Font Awesome by Dave Gandy - http://fontawesome.io