Go to file
vaultec 692b2f8286
fix: temp reduce replicationFactorMin
2023-08-19 14:26:37 -07:00
docs fix: missing config example 2022-06-19 10:28:19 -07:00
src fix: temp reduce replicationFactorMin 2023-08-19 14:26:37 -07:00
.eslintignore feat: add project template 2021-10-16 07:41:44 -04:00
.eslintrc.js feat: add project template 2021-10-16 07:41:44 -04:00
.gitignore tweak: docker-compose volume mount 2022-06-19 10:53:17 -07:00
.prettierrc feat: add project template 2021-10-16 07:41:44 -04:00
Dockerfile fix: upgrade docker nodejs to 16.15.1 2023-02-16 20:57:15 -08:00
README.md Update README.md 2022-04-23 17:31:08 -07:00
client.ts feat: first working version of encoder daemon 2021-10-24 22:47:53 -07:00
client_considerations.md feat: add client notes 2021-10-21 22:54:05 -07:00
docker-compose.yml fix: upgrade IPFS http client library, esimports 2023-02-03 20:08:33 -08:00
jest.config.js feat: add project template 2021-10-16 07:41:44 -04:00
package-lock.json fix: ipfs-cluster dependancy 2023-08-13 15:12:42 -07:00
package.json fix: ipfs-cluster dependancy 2023-08-13 15:12:42 -07:00
setup.md Add guide for native installation 2023-02-08 18:58:15 -06:00
tsconfig.json fix: upgrade IPFS http client library, esimports 2023-02-03 20:08:33 -08:00
update.sh feat: basic update shell script 2022-05-04 10:16:22 -07:00

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