Notification List
Linear Streaming Service (LSS) Notifications
Notification | Method | Endpoint | Description |
---|---|---|---|
Notify Stream Status | POST | {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 Metadata | POST | {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 Result | POST | {CUSTOMER_SYSTEM_ENDPOINT} | When a recording process has completed, providing details about the recording status and access information. |
Notify Screenshot Result | POST | {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