Upload System Install
Media Service Configuration
This section explains how to set up the media upload service for the bodycam system. You can choose between FiveManage, FiveMerr, or Discord as your upload destination.
π Supported Services
Service
Description
FiveManage (fm)
Cloud-based video hosting
FiveMerr (fivemerr)
Alternative cloud hosting platform
Discord (discord)
Upload via Discord webhook (25MB limit)
π οΈ Step 1 β Select Your Media Service
Open your config.lua file and set the service you want to use:
Config.MediaService = 'fm'
-- Available: 'fm', 'fivemerr', 'discord'π§· Step 2 β Configure Service Credentials
Replace the placeholder values with your own API keys or Webhook URL.
β€ FiveManage Configuration
β€ FiveMerr Configuration
β€ Discord Webhook Configuration
π Step 3 β Restart Resources
After updating your configuration, restart the following resources:
Your bodycam system will now upload media using the selected service.
Last updated