mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
454 B
454 B
Encrypt the configuration
The configuration file can be entirely encrypted for security purposes by using the crypto_secretbox
function of the NaCL function. An online tool for performing this operation is available here.
After performing the encryption, put the base64-encoded result into the configuration file, and launch the server with the MTX_CONFKEY
variable:
MTX_CONFKEY=mykey ./mediamtx