forked from jrudess/streamdvr
-
Notifications
You must be signed in to change notification settings - Fork 0
Initial Setup (Non Docker)
Rylea Stark edited this page Jun 7, 2022
·
1 revision
-
Dependencies:
bash
,node.js >= 14.0.0
,npm
,git
, andffmpeg
- StreamDVR does not work in a windows command prompt. Use WSL to run StreamDVR in Windows.
-
Optional Dependencies:
streamlink
,youtube-dl
-
streamlink
is used to fetch m3u8 URLs for Pixiv and Picarto by default -
youtube-dl
is used to fetch m3u8 URLs for Twitch and YouTube by default
-
-
Install StreamDVR
On GitHub, click
Clone or download
,Download ZIP
. Or rungit clone https://github.com/RyleaStark/StreamDVR.git
-
Run
npm install
to locally install all dependencies in package.json