CLI Usage
Install AliveDB
Helper script to install AliveDB into the data directory. Alternatively, you may connect to an external AliveDB process using --alivedb_endpoint
.
alivedb_install
The default data directory is ~/.alive
where all Alive working files will be stored.
Starting a new stream
Begin from step 3 if streaming directly on-chain.
- If not already, create an AliveDB user account.
alivedb_usercreate <new_alivedb_password>
note
If using AliveDB external process, create the user by calling the /createUser API.
- Publish your AliveDB public key to your new stream.
alive_configure hive <hive_api_node> <link> <alivedb_pubkey> <username> <posting_key>
Setup OBS recording output settings according to the config listed here.
Start the Alive daemon. To get CLI usage info:
alivecli --help
- Start recording in OBS.
Ending a stream
- Stop recording in OBS.
- Let the final segment to complete processing, then hit
Ctrl+C
on Alive daemon. - Let the world know that the stream has ended so that the stream archive will be seekable.
alive_end hive <hive_api_node> <link> <username> <posting_key>