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