Watch Serika videos directly from your terminal!
- Node.js
ffmpeg(specificallyffplay) installed and available in your PATH.
You can install the CLI globally directly from npm:
npm install -g @serikavideo/serika-cliThis will automatically configure the serika-cli command in your terminal.
-
Navigate to this directory:
cd serika-cli -
Install dependencies and link the command:
npm install npm link
-
Ensure the Serika web server is running (usually on
http://localhost:3000). -
Run the CLI from anywhere:
serika-cli
Or specify a custom API URL:
SERIKA_API_URL=https://serika.video/api serika-cli
-
Select a video from the list to play it in
ffplay.