Skip to main content

Notification List

Linear Streaming Service (LSS) Notifications

NotificationMethodEndpointDescription
Notify Stream StatusPOST{CUSTOMER_SYSTEM_ENDPOINT}When a live stream starts streaming, or interrupts, or ends, or raised an error, providing details about the stream status.
Notify Stream MetadataPOST{CUSTOMER_SYSTEM_ENDPOINT}When the metadata of a live stream is detected, or the change on the metadata of a live stream is detected, providing the details of the metadata of ingest stream.
Notify Recording ResultPOST{CUSTOMER_SYSTEM_ENDPOINT}When a recording process has completed, providing details about the recording status and access information.
Notify Screenshot ResultPOST{CUSTOMER_SYSTEM_ENDPOINT}When a screenshot process has completed, providing details about the screenshot status and access information.

Best Practices

Notification Usage Tips
  • Always include proper error handling in your implementation
  • Implement retry logic for failed requests
  • Cache responses when appropriate
  • Use pagination for list endpoints
  • Monitor your Notification usage and stay within rate limits