|
||
---|---|---|
docs | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
Dockerfile | ||
README.md | ||
client.ts | ||
client_considerations.md | ||
docker-compose.yml | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
setup.md | ||
tsconfig.json | ||
update.sh |
README.md
SPK Video Encoder
Requirements
The spk network video encoder requires the following for operation
- Ipfs cluster instance (for gateway)
- go-ipfs instance
- NodeJS
- Ffmpeg
Install & Usage
git clone https://github.com/3speaknetwork/video-encoder
cd video-encoder
npm install
npm run dev
If you want to run the experimental client
npx ts-node client.js