Source type
Mux Source Configuration
Mux sources receive video, live stream, asset, track, and upload webhooks with timestamped Mux signatures.
Mux configuration
Create a Mux source, keep POST and PUT and PATCH and DELETE enabled, and provide the configured Webhook Signing Secret values for provider signature. FastHook uses these settings to validate each Mux delivery before it enters the routing workflow.
Source TypeMUX
Allowed methodsPOST, PUT, PATCH, DELETE
AuthenticationProvider signature
Credential fieldsWebhook Signing Secret
{
"type": "MUX",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "MUX",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST","PUT","PATCH","DELETE"]
}
}Mux request contract
FastHook verifies mux-signature by signing timestamp + '.' + raw body with HMAC-SHA256.
Mux headers
Preserve mux-signature when sending Mux test deliveries. FastHook evaluates this request context before accepting the payload, so missing or modified values remain visible as rejected requests instead of routed events.
mux-signatureContains t timestamp and v1 HMAC-SHA256 signature.
Mux setup
- Create a Mux webhook endpoint using the FastHook Source URL.
- Paste the Mux signing secret into FastHook.
- Route by Mux event type such as video.asset.ready or video.live_stream.active.