Skip to main content

Notification

The Notification module provides webhook configuration for automated status updates and job completion notifications. When LMS completes job or stream creation, it sends comprehensive information including status and playback URLs to pre-configured notification endpoints.

Notification Functionality

Automatic Notifications

The notification system automatically transmits the following information upon job completion:

  • Job Status: Current operational state
  • Playback URLs: Stream delivery endpoints
  • Configuration Details: Job-specific parameters
  • Additional Metadata: Relevant streaming information

Integration Purpose

The notification host serves as an HTTP API endpoint on the user's Content Management System, enabling:

  • Internal processing automation
  • Real-time status monitoring
  • Integration with existing workflows
  • Custom business logic implementation

Notification Configuration

Current Configuration

The system displays existing notification settings for all live streams.

![Figure Needed] Screenshot of notification configuration interface

Configure Notification URL

Click the Edit icon to modify the notification endpoint configuration.

![Figure Needed] Screenshot of notification URL edit interface

Setup Process

  1. URL Configuration: Enter the complete HTTP API endpoint URL for your Content Management System

  2. Submit Changes: Click Submit to activate the notification configuration

The configured URL will receive POST requests containing job completion and status update information for all live streaming operations.