You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
hazycora 4fbe774841
add spaces around colons bc libass is bad
It wont wrap long linesnode .! ughhnode .node . i dont know how to fix this otherwise ihml
3 months ago
assets Bump version, bug fixes + precompile embed assets 3 months ago
src add spaces around colons bc libass is bad 3 months ago
.gitignore Bump version, bug fixes + precompile embed assets 3 months ago
README.md Bump version, bug fixes + precompile embed assets 3 months ago
bot.html v0.0.1 3 months ago
build.js Bump version, bug fixes + precompile embed assets 3 months ago
package-lock.json Bump version, bug fixes + precompile embed assets 3 months ago
package.json Bump version, bug fixes + precompile embed assets 3 months ago
server.js use ffmpeg subtitles 3 months ago

README.md

ip lol

Installation

git clone https://git.gay/h/iplol
cd iplol
npm i
mkdir inputs

Place videos to use in the inputs directory.

Building assets

Run npm run build with the IPLOL_HOSTNAMES environment variable set to the hostnames you'll be using. If you skip this step, they'll be generated when requested, which adds significant latency.

The IPLOL_HOSTNAMES environment variable can be a comma separated list, if you will be using multiple hostnames.

IPLOL_HOSTNAMES=example.com,example2.com npm run build

Usage

npm run start