• SDK
  • 서버 측 기능 및 API
RTC Engine/
서버 측 기능 및 API/
기능 및 서버 인터페이스/
푸시 풀링 관련 인터페이스/
서버 측 기능 및 API
  • 서버 기능
    • 클라우드 녹화
    • CDN으로 릴레이
    • AI 실시간 대화
      • 기능 소개
      • 통합 가이드
      • 고급 기능
        • 스마트 중단
        • 컨텍스트 관리를 구현하는 방법
        • AI 대화 상태 콜백
        • AI 대화 실시간 자막
        • 맞춤 TTS 프로토콜
      • 업계 관행
        • 정서적 동반자
        • 지능형 고객 서비스
    • TRTC 룸에 미디어 스트림 입력
    • OBS WHIP을 사용하여 스트림을 TRTC 룸으로 푸시하는 방법
    • 음성을 텍스트로
    • 고급 권한 제어
    • RTMP 푸시 흐름을 방으로 보냅니다
  • 기능 및 서버 인터페이스
    • 인터페이스 요청 보내기
      • 요청 구조
      • 범용 매개변수
      • 서명 방법 v3
      • 서명
      • 회신
    • 룸 관리 인터페이스
      • SetUserBlockedByStrRoomId
      • SetUserBlocked
      • RemoveUser
      • DismissRoom
      • RemoveUserByStrRoomId
      • DismissRoomByStrRoomId
    • 통화 품질 모티터링 인터페이스
      • DescribeRoomInfo
      • DescribeUserEvent
      • DescribeCallDetailInfo
      • DescribeUserInfo
      • DescribeScaleInfo
    • 푸시 풀링 관련 인터페이스
      • StartStreamIngest
      • StopStreamIngest
      • DescribeStreamIngest
      • UpdateStreamIngest
    • 클라우드 레코딩 인터페이스
      • CreateCloudRecording
      • DescribeCloudRecording
      • ModifyCloudRecording
      • DeleteCloudRecording
    • 혼합 스트림 릴레이 관련 인터페이스
      • UpdatePublishCdnStream
      • StartPublishCdnStream
      • StopPublishCdnStream
    • AI 실시간 대화 관련 인터페이스
      • StartAIConversation
      • UpdateAIConversation
      • ControlAIConversation
      • DescribeAIConversation
      • StopAIConversation
    • AI 전사 관련 인터페이스
      • StartAITranscription
      • DescribeAITranscription
      • StopAITranscription
    • 사용량 통계 관련 인터페이스
      • DescribeTrtcUsage
      • DescribeRecordingUsage
      • DescribeMixTranscodingUsage
      • DescribeRelayUsage
      • DescribeTrtcRoomUsage
    • 모니터링 대시보드 관련 인터페이스
      • DescribeTRTCRealTimeScaleData
      • DescribeTRTCRealTimeQualityData
      • DescribeTRTCMarketScaleData
      • DescribeTRTCMarketQualityData
    • 데이터 유형
    • 부록
      • 이벤트 ID 매핑표
    • 에러코드
  • 이벤트 콜백
    • 룸 및 미디어 콜백
    • 라이브 CDN 콜백에 오디오 및 비디오 스트림 게시
    • 클라우드 녹음 콜백
    • 온라인 미디어 스트리밍 콜백 입력
    • AI 실시간 대화 및 음성-텍스트 콜백
    • 서명 확인 예시
이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

StopStreamIngest

1. API Description

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

Stop a Pull stream Relay task.

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 NameRequiredTypeDescription
ActionYesStringCommon Params. The value used for this API: StopStreamIngest.
VersionYesStringCommon Params. The value used for this API: 2019-07-22.
RegionYesStringCommon Params. For more information, please see the list of regions supported by the product. This API only supports: ap-bangkok, ap-jakarta, ap-mumbai, ap-singapore.
SdkAppIdYesIntegerThe SDKAppId of TRTC, which is the same as the SDKAppId corresponding to the task's room.
TaskIdYesStringThe unique Task ID, which will be returned after the task is successfully started.

3. Output Parameters

Parameter NameTypeDescription
RequestIdStringThe unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 停止输入在线媒体流

将SdkAppId为1234567890下的任务1234停止

Input Example

POST / HTTP/1.1
Host: trtc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: StopStreamIngest
<common request parameters>

{
    "SdkAppId": 1234567890,
    "TaskId": "1234"
}

Output Example

{
    "Response": {
        "RequestId": "71993312-6ab8-4768-9124-118e0a20c45f"
    }
}

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 CodeDescription
FailedOperation.TaskFinishedTask has ended when calling the interface.
InvalidParameter.BodyParamsErrorFailed to parse body parameters.
InvalidParameter.SdkAppIdSdkAppId is incorrect.
InvalidParameter.TaskIdTaskId parameter error.
커뮤니티에 질문하십시오!
기술적인 논의를 시작하고 즉시 전문가 지원을 받으세요!