mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Whitespace
This commit is contained in:
@@ -6,7 +6,6 @@ Streamwall makes it easy to compose multiple livestreams into a mosaic, with sou
|
||||
|
||||

|
||||
|
||||
|
||||
## How it works
|
||||
|
||||
Under the hood, think of Streamwall as a specialized web browser for mosaicing video streams. It uses [Electron](https://www.electronjs.org) 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.
|
||||
@@ -33,9 +32,11 @@ Under the hood, think of Streamwall as a specialized web browser for mosaicing v
|
||||
## Troubleshooting
|
||||
|
||||
### Unexpected token errors during `npm install`
|
||||
|
||||
We've observed this occur in cases where file corruption is an issue. The fix has been to clear the npm cache, remove the streamwall directory, and start from scratch.
|
||||
|
||||
### The Streamwall Electron window only fits 2.5 tiles wide
|
||||
|
||||
It's possible that your system resolution is causing a problem. If you only broadcast at 720p, you can update the height and width in `src/constants.js` to 1280 and 720 respectively. Save your changes and restart Streamwall
|
||||
|
||||
## Credits
|
||||
|
||||
Reference in New Issue
Block a user