Hello Hive Community members
Anything which has processing power more than intel i7.
Not at all.
You need a wired connection. Wifi would work but you'll get lesser jobs because of fluctuating internet connection.
Anything above 40 mbps
Anything above 8 GB
You can use any operating system - macOS, ubuntu, windows.
You need nodejs 16, and ffmpeg installed on your system.
I wouldn't recommend. I paid for heavy-weight contabo server for over a year & it does not encode a single video in a day.
But if you want to try, Give it a try. I wouldn't stop you :)
npm install pm2 --globalinstall.sh command which is inside downloaded zip file.~/Users/sagaripfs init - this you would run once in life time.pm2 start "ipfs daemon" --name ipfs - again once in life time.pm2 restart ipfsPlease google yourself - "how to install ffmpeg"
~/Users/sagar/projectsgit clone https://github.com/spknetwork/video-encoder.gitcd video-encodernpm install --forcenpm run buildpm2 start "npm -- run start" --name video --time --max-memory-restart 6144M -f - once in life time. Next time onwards, you just need to say pm2 restart videoNOTE: Make sure to run pm2 save so that if system restarts, you can bring it back to life.
~/.spk-encoder/config file?Update the gateway_client => gateway_url value. as follows.
"gateway_client": {
"gateway_url": "https://encoder-gateway.infra.3speak.tv",
"queue_max_length": 1,
"queue_concurrency": 1,
"async_uploads": false
},
"remote_gateway": {
"api": "https://encoder-gateway.infra.3speak.tv",
"enabled": true
},
Update the node name, hive name
"node": {
"name": "Sagar M1 macBookPro",
"privateKey": "Sxxxxxxxxxxxxxxxxxxxxxxx=",
"cryptoAccounts": {
"hive": "sagarkothari88"
},
"publicKey": "did:key:zxxxxxxxxxxxxxxxxxxxxxxx"
},
CRITICAL WARNING:
pm2 resurrect
Ask me in the comments section or ping me on 3speak-discord=>encoder-nodes.