tencent cloud

文档反馈

ModifyStreamLinkOutputInfo

最后更新时间:2023-11-16 14:56:47

    1. API Description

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

    This API is used to modify an output of a StreamLink flow.

    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: ModifyStreamLinkOutputInfo.
    Version Yes String Common Params. The value used for this API: 2020-08-28.
    Region No String Common Params. This parameter is not required for this API.
    FlowId Yes String The flow ID.
    Output Yes ModifyOutputInfo The output configuration to modify.

    3. Output Parameters

    Parameter Name Type Description
    Info DescribeOutput The output configuration after modification.
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Request Sample

    Input Example

    POST / HTTP/1.1
    Host: mdc.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: ModifyStreamLinkOutputInfo
    <Common request parameters>
    
    {
        "FlowId": "xx",
        "Output": {
            "OutputName": "xx",
            "Protocol": "xx",
            "Description": "xx",
            "RTPSettings": {
                "IdleTimeout": 1000,
                "FEC": "xx",
                "Destinations": [
                    {
                        "Ip": "xx",
                        "Port": 0
                    }
                ]
            },
            "SRTSettings": {
                "Latency": 1000,
                "PeerLatency": 1000,
                "PbKeyLen": 0,
                "RecvLatency": 1000,
                "Passphrase": "xx",
                "StreamId": "xx",
                "PeerIdleTimeout": 1000,
                "Destinations": [
                    {
                        "Ip": "xx",
                        "Port": 10000
                    },
                    {
                        "Ip": "xx",
                        "Port": 10000
                    }
                ]
            },
            "OutputId": "xx",
            "RTMPSettings": {
                "ChunkSize": 4096,
                "Destinations": [
                    {
                        "Url": "xx",
                        "StreamKey": "xx"
                    },
                    {
                        "Url": "xx",
                        "StreamKey": "xx"
                    }
                ]
            }
        }
    }
    

    Output Example

    {
        "Response": {
            "Info": {
                "OutputId": "01746d03dd8c0956b92d34d30447",
                "OutputName": "bbbb",
                "OutputType": "Internet",
                "Description": "description",
                "Protocol": "SRT",
                "OutputAddressList": [
                    {
                        "Ip": "1.1.1.1"
                    },
                    {
                        "Ip": "2.2.2.2"
                    }
                ],
                "OutputRegion": "ap-mumbai",
                "SRTSettings": {
                    "Destinations": [
                        {
                            "Ip": "1.1.1.1",
                            "Port": 10000
                        },
                        {
                            "Ip": "1.1.1.1",
                            "Port": 10000
                        }
                    ],
                    "StreamId": "#!::u=johnny,t=file,m=publish,r=results.csv",
                    "Latency": 1000,
                    "RecvLatency": 1000,
                    "PeerLatency": 1000,
                    "PeerIdleTimeout": 1000,
                    "Passphrase": "",
                    "PbKeyLen": 0
                },
                "RTPSettings": {
                    "Destinations": [],
                    "FEC": "",
                    "IdleTimeout": 0
                },
                "RTMPSettings": {
                    "Destinations": [],
                    "IdleTimeout": 0,
                    "ChunkSize": 0
                }
            },
            "RequestId": "aaaaa"
        }
    }
    

    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
    InternalError Internal error.
    InvalidParameter.Id Invalid ID.
    InvalidParameter.Output Invalid Output.
    InvalidParameter.OutputId Invalid OutputId.
    InvalidParameter.Protocol Invalid Protocol.
    InvalidParameter.State Unexpected status.