tencent cloud

Feedback

ParseLiveStreamProcessNotification

Last updated: 2023-10-12 16:44:47

    1. API Description

    Domain name for API request: mps.tencentcloudapi.com.

    This API is used to parse the content of an MPS live stream processing event notification from the msgBody field in the message received from CMQ.
    Instead of initiating a video processing task, this API is used to help generate SDKs for various programming languages. You can parse the event notification based on the analytic function of the SDKs.

    A maximum of 20 requests can be initiated per second for this API.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    2. Input Parameters

    The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

    Parameter Name Required Type Description
    Action Yes String Common Params. The value used for this API: ParseLiveStreamProcessNotification.
    Version Yes String Common Params. The value used for this API: 2019-06-12.
    Region No String Common Params. This parameter is not required for this API.
    Content Yes String Live stream event notification obtained from CMQ.

    3. Output Parameters

    Parameter Name Type Description
    NotificationType String Result type of live stream processing. Valid values:
  • AiReviewResult: Content audit result;
  • ProcessEof: Live stream processing has been completed.
  • TaskId String Video processing task ID.
    ProcessEofInfo LiveStreamProcessErrorInfo Information of a live stream processing error, which is valid when NotificationType is ProcessEof.
    Note: This field may return null, indicating that no valid values can be obtained.
    AiReviewResultInfo LiveStreamAiReviewResultInfo Content audit result, which is valid when NotificationType is AiReviewResult.
    Note: This field may return null, indicating that no valid values can be obtained.
    AiRecognitionResultInfo LiveStreamAiRecognitionResultInfo Content recognition result, which is valid if NotificationType is AiRecognitionResult.
    SessionId String The ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is left empty or an empty string is entered, no deduplication will be performed.
    SessionContext String The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Parsing a live stream event notification

    Input Example

    https://mps.tencentcloudapi.com/?Action=ParseLiveStreamProcessNotification
    &Content={"NotificationType":"AiReviewResult",XXX
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "NotificationType": "AiReviewResult",
            "TaskId": "2459149217-procedure-live-xxx51da009t0",
            "ProcessEofInfo": null,
            "AiReviewResultInfo": {
                "ResultSet": [
                    {
                        "Type": "VoicePorn",
                        "ImagePornResultSet": [],
                        "ImageTerrorismResultSet": [],
                        "ImagePoliticalResultSet": [],
                        "VoicePornResultSet": [
                            {
                                "StartPtsTime": 0.266,
                                "EndPtsTime": 4.146,
                                "Confidence": 98,
                                "Suggestion": "block",
                                "Label": "sexual_moan"
                            }
                        ]
                    }
                ]
            },
            "SessionId": "",
            "SessionContext": "",
            "RequestId": "335bdaa3-db0e-46ce-9946-51941d9cb0f5"
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    FailedOperation.InvalidMpsUser Operation failed: unauthorized MPS user.
    InvalidParameterValue.InvalidContent The value of the parsed Content is invalid.
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support