Classic/VPC 환경에서 이용 가능합니다.
Live Station API에서 공통으로 사용하는 응답 상태 코드에 대한 설명은 다음과 같습니다.
HTTP 상태 코드 | 코드 | 이름 | 메시지 | 설명 |
---|---|---|---|---|
- | 250000 | EXCEPTION | Unexpected error occurred. | 오류 발생 |
- | 250001 | CUSTOM_MESSAGE | {0} | 오류 발생 |
- | 250002 | INVALID_FORMAT | {0}: invalid value. | 요청 포맷이 올바르지 않음 |
- | 250003 | REQUIRED_HEADER | Missing required header. | 필수 요청 헤더 누락됨 |
- | 250004 | NOT_FOUND | {0} not found. | 요청 리소스를 찾을 수 없음 |
- | 250005 | NOT_AVAILABLE | {0} not available. | 요청 리소스 사용 불가 |
- | 250006 | UNAUTHORIZED | Unauthorized {0}. | 요청 리소스에 권한 없음 |
- | 250007 | CONNECTION_FAILED | {0} connection failed. | 커넥션 연결 실패 |
- | 250008 | REQUEST_FAILED | Request failed. | 요청 실패 |
- | 250009 | THIRD_SERVER_EXCEPTION | Third-party interface exception: {0}. | 내부 오류 발생 |
- | 250010 | POLICY_CHECK_FAILED | We cannot accomplish the task as permissions are not granted for the sub account. Please modify permissions for the account through the Sub Account service. |
서브 계정 권한 없음 |
- | 250011 | NEED_VALUE | {0} must has a valid value | 유효한 값이 아님 |
- | 250012 | JSON_PARSE_GENERAL_ERROR | Invalid request data,please check | 데이터가 유효하지 않음 |
200 | 250013 | OPEN_API_OK | OK | 요청 성공 |
- | 250014 | FORMVALIDATION_FAILED | Form validation failed | 데이터가 유효하지 않음 |
- | 250015 | OPEN_API_UNAUTHORIZED | ACCESS_DENIED | 접근할 수 없음 |
- | 250016 | INTERNAL_SERVER_ERROR | Server error | 서버 오류 발생 |
- | 250017 | OPEN_API_UNAUTHORIZED | Unauthorized | 요청 리소스에 권한 없음 |
- | 250018 | OPEN_API_BAD_REQUEST | Bad Request | 잘못된 요청 |
- | 250019 | OPEN_API_UNSUPPORTED_REGION | The Region {0} not support now. | 현재 지원하지 않는 리전 |
- | 250020 | OPEN_API_INVALID_REGION_CODE | Invalid region code {0}. | 유효하지 않은 리전 코드 |
- | 250021 | OPEN_API_PARAM_TYPE_ERROR | Invalid parameter type.{0} can not convert to type {1}. | 유효하지 않은 파라미터 타입 |
- | 250022 | INVALID_HTTP_HTTPS_URL | The url that you specified is not invalid format. | URL 포맷이 유효하지 않음 |
- | 250023 | OPEN_API_USER_NO_PERMISSIONS | {0} no permissions. | API 권한 없음 |
- | 250024 | INVALID_PAGE_SIZE | WRONG_PAGE_SIZENO_PARAMETER (valid range 1~100) | 페이지당 항목 수가 유효하지 않음. 1~100만 지원 |
- | 250100 | CHANNEL_NOT_FOUND | Channel is not found | 채널을 찾을 수 없음 |
- | 250101 | CHANNEL_IS_NOT_PUBLISHING | This channel is not publishing now | 현재 송출 중인 채널이 아님 |
- | 250102 | CHANNEL_IS_PUBLISHING | This channel is publishing | 현재 송출 중인 채널 |
- | 250103 | CHANNEL_NEVER_BEEN_PUBLISHED | This channel has never been published. | 한 번도 송출되지 않은 채널 |
- | 250104 | CHANNEL_NAME_IS_WRONG | Channel names can be entered with a minimum of 3 characters and a maximum of 20 characters. Special character “_” allowed. | 채널 이름 입력 오류. 3~20자 이내로 입력 가능하며, 특수 문자 '_' 허용 |
- | 250105 | START_TEST_PUBLISH_FAILED | Start publish failed | 송출 시작 실패 |
- | 250106 | STOP_TEST_PUBLISH_FAILED | Stop publish failed | 송출 종료 실패 |
- | 250107 | CDN_IS_NOT_RUNNING | This channel's CDN is not running | 해당 채널의 CDN이 동작하지 않음 |
- | 250108 | CDN_NOT_SET_SECURE_TOKEN | CDN secure token cannot set | CDN 보안 토큰을 설정할 수 없음 |
- | 250109 | CNANNEL_CANNOT_DELETE_DUE_TO_CDN_STATUS | If CDN status is creating or changing, channel cannot be deleted. | CDN 상태가 생성 중이거나 변경 중이면 채널을 반납할 수 없음 |
- | 250110 | CHANNEL_CANNOT_CREATE_INSTANCE | Cannot create channel, reason: {0} | 채널 생성 실패 |
- | 250111 | CHANNEL_CANNOT_CONFIGURE_NOTIFICATION_WRONG_NOTITYPE | Wrong notification type | 이벤트 알람 타입이 올바르지 않음 |
- | 250112 | CHANNEL_CANNOT_CONFIGURE_NOTIFICATION | Cannot configure Notification | 이벤트 알람 설정 실패 |
- | 250113 | UNAVAILABLE_CHANNEL | In order to return channel, CDN must be returned first. | CDN을 반납해야 채널을 반납할 수 있음 |
- | 250114 | CHANNEL_CAN_DELETE_ONLY_READY | Channel can be deleted only in 'READY' state. | READY 상태의 채널만 반납 가능 |
- | 250115 | CHANNEL_DID_NOT_SET_DVR | The channel didn't set DVR | 타임머신(DVR)이 설정되지 않은 채널 |
- | 250116 | MISSING_QUALITYSET_ID | The request did not include the required "QualitySet" | 요청에 QualitySet 이 포함되지 않음 |
- | 250117 | DUPLICATE_PLATNAME_RTMPPATH | channel.error.250117 | |
- | 250118 | NEED_CDN_TYPE | The request did not include the required "CDN_TYPE" | 요청에 CDN_TYPE 이 포함되지 않음 |
- | 250119 | NEED_CDN_INSTANCE_NO | The cdnInstanceNo is needed when createCdn is false. | 요청에 createCdn=false 로 입력했으나 cdnInstanceNo 포함되지 않음 |
- | 250120 | WRONG_CDN_TYPE | The cdn type that you specified is not allowed: only "CDN_PLUS", "GCDN" is supported. | 지원하지 않는 CDN 타입. CDN_PLUS , GCDN 만 지원 |
- | 250121 | WRONG_IMMEDIATE_ONA_IR_SET | The request channel did not set useDvr. | 채널에 타임머신 사용(useDvr )이 설정되지 않음 |
- | 250122 | WRONG_TIME_MACHINE_MIN_IN_SET | The timemachineMin should be 360. | timemachineMin 은 360분으로만 설정 가능 |
- | 250123 | NOT_FOUND_CHANNELID | The specified channel Id does not exist. | 존재하지 않는 채널 |
- | 250124 | NOT_FOUND_CDN | The request does not allowed: You can get url only cdn status is "RUNNING" | CDN 상태가 RUNNING 일 때만 URL을 가져올 수 있음 |
- | 250125 | NOT_FOUND_CHANNEL | The request does not allowed: You can get url only channel status is "READY" | 채널 상태가 READY 일 때만 URL을 가져올 수 있음 |
- | 250126 | INVALID_TARGET_PLATFORM_PROFESSIONAL | The number of professional type can not exceed 5 : targetPlatform is allowed between 1 and 5 | Professional 타입의 타깃 플랫폼 허용 수 초과(최대 5개) |
- | 250127 | INVALID_PLAN_TYPE | The plan type that you specified is not allowed. | 요금제 타입이 유효하지 않음 |
- | 250128 | INVALID_TARGET_PLARFORM_STANDARD | The number of standard plan type can not exceed 3 : targetPlatform is allowed between 1 and 3 | Standard 타입의 타깃 플랫폼 허용 수 초과(최대 3개) |
- | 250129 | INVALID_TARGET_INVALID_RTMP_URL | The input of rtmp url that you specified is not allowed | RTMP URL이 유효하지 않음 |
- | 250130 | INVALID_WRONG_TARGET_NAME | The restream targetName value that you specified is not allowed : [STEAM, MIXER , TWITCH , YOUNOW , USTREAM , AFREECA_TV , NAVER_TV , V_LIVE, LINE_TV , PRISM, LIVESTATION, CUSTOM] are supported. | 동시 송출(Re-Stream) 타깃 이름이 유효하지 않음 |
- | 250131 | INVALID_RESTREAM_CHANNEL_NAME | The channel value that you specified is not allowed. | 동시 송출(Re-Stream) 채널 이름이 유효하지 않음 |
- | 250132 | CHANNEL_CAN_UPDATE_ONLY_READY | Channel can be updated only in 'READY' state. | READY 상태의 채널만 업데이트 가능 |
- | 250133 | WRONG_RECORD_START_REQUEST | The request channel did not set useDvr | 요청 채널에 타임머신 사용(useDvr )이 설정되지 않음 |
- | 250134 | INVALID_RECORD_START_REQUEST | The request channel status is no "PUBLISHING" | 요청 채널 상태가 PUBLISHING 이 아님 |
- | 250135 | DUPICATE_RECORD_START | The request does not allowed : the recording has been start already | 이미 녹화 시작되어 요청이 유효하지 않음 |
- | 250136 | INVALID_RECORD_START | The request does not allowed : the recording has been start already | 이미 녹화 시작되어 요청이 유효하지 않음 |
- | 250137 | WRONG_RECORD_STOP_REQUEST | The request does not allowed : the recording status is not "TRUE" | 녹화 상태가 TRUE 가 아니어서 요청이 유효하지 않음 |
- | 250138 | NEED_TIME_MACHINE_MIN | The param timemacineMin is needed when useDvr is true. | 요청에 useDvr=true 로 입력했으나 timemachineMin 이 포함되지 않음 |
- | 250139 | IMMEDIATE_ONAIR_SHOULD_FALSE | The param immediateOnair should be false when NO_RECORD set | NO_RECORD 설정 시 immediateOnair 는 false 로 설정해야 함 |
- | 250140 | CREATE_CHANNEL_CDN_RUNNING | Cdn status should be running when create channel. | 채널 생성 시 CDN 상태가 RUNNING 이어야 함 |
- | 250141 | NOT_ONAIR_STATUS | You can get time machine url only recording status is TRUE. | 녹화 중일 때만 타임머신 URL을 가져올 수 있음 |
- | 250142 | CHANNEL_NAME_NOT_NULL | ChannelName should not be null. | 채널 이름은 null이 될 수 없음 |
- | 250143 | MISSING_STREAM_KEY | The request did not include the required "stream key". | 요청에 스트림 키가 포함되지 않음 |
- | 250144 | CHANNEL_REACH_LIMIT | The creation limit is set. You can no longer create {0}. Please contact customer support or your administrator to modify the limit. Generation limit: {1} / Number of generations: {2} |
채널 생성 제약 |
- | 250145 | CHANNEL_REACH_LIMIT_GB | The creation limit is set. You can no longer create {0}. Please contact customer support or your administrator to modify the limit. Generation limit: {1} / Number of generations: {2} |
채널 생성 제약 |
- | 250146 | DETAIL_REACH_LIMIT | The creation limit is set. You can no longer create {0}. Please contact customer support or your administrator to modify the limit. Product Type : {1} / Generation limit: {2} / Number of generations: {3} |
채널 생성 제약 |
- | 250147 | DETAIL_REACH_LIMIT_GB | The creation limit is set. You can no longer create {0}. Please contact customer support or your administrator to modify the limit. Product Type : {1} / Generation limit: {2} / Number of generations: {3} |
채널 생성 제약 |
- | 250148 | LIMIT_SET | There is a restriction set on how many can be created. No more {0} can be created. | 제한 초과로 생성 실패 |
- | 250149 | DUPLICATE_CHANNEL_ON | There is a restriction set on how many can be created. No more {0} can be created. | 제한 초과로 생성 실패 |
- | 250150 | CHANNEL_CAN_NOT_OFF | It may be set as OFF only when the channel status is READY or PUBLISHING. | 채널 상태가 READY , PUBLISHING 일 때만 OFF 로 설정 가능 |
- | 250151 | RECORD_FILE_DETAIL_PATH_ERROR | The detail path can be at least 1 character, up to 20 characters and must start with '/'. (include English, /, -, _, numbers) | 녹화 파일 경로 오류 |
- | 250152 | VOD_CHANNEL_CAN_NOT_OFF | It may be set as OFF only when the channel status is RESERVED or PUBLISHING. | 채널 상태가 RESERVED , PUBLISHING 일 때만 OFF 로 설정 가능 |
- | 250153 | QUALITYSET_NOT_ALLOWED | The request qualitySet not allowed. | qualitySet 가 유효하지 않음 |
- | 250154 | VOD_CHANNEL_BAD_STATUS_FOR_SERVICE_URL | Quality is not found. | 요청 화질이 유효하지 않음 |
- | 250155 | VOD_CHANNEL_UPDATE_IN_INVALID_STATUS | Channel setting can be update available only in READY, RESERVED. | 채널 상태가 READY , RESERVED 일 때만 업데이트 가능 |
- | 250200 | SCHEDULE_MAX_FILE_SIZE | The schedule vod files size limit is 50. | 송출 VOD 파일은 최대 50개까지 예약됨 |
- | 250201 | SCHEDULE_INVALID_START_TIME | The valid start time is bigger than now+10 minutes and less than now+14 days. | 송출 예약 시간은 현재 시간보다 10분 이후, 14일 이내로 설정해야 함 |
- | 250202 | VOD_FORMAT_NOT_VALID | The request does not allowed : it allowed only MP4 format. | VOD 파일 포맷이 유효하지 않음. MP4 포맷만 지원 |
- | 250203 | SCHEDULE_VOD_DOWNLOAD_FAILED | Download vod files failed. | 송출 VOD 파일 다운로드 실패 |
- | 250204 | SCHEDULE_VOD_INVALID_FORMAT | Un-support vod file type. | 송출 VOD 파일 포맷이 유효하지 않음 |
- | 250205 | SCHEDULE_VOD_OVER_MAX_DURATION | The total video duration over 24hours. | 송출 VOD 파일의 총 재생 시간이 24시간 초과 |
- | 250206 | SCHEDULE_NOT_FOUND | Schedule not found. | 송출 스케줄을 찾을 수 없음 |
- | 250207 | SCHEDULE_EVENT_PROCESSING | schedule processing | 스케줄 실행 중 |
- | 250208 | SCHEDULE_EVENT_PROCESSING_FAIL | schedule processing failed | 스케줄 실행 실패 |
- | 250209 | SCHEDULE_EVENT_CREATING | schedule creating | 스케줄 생성 중 |
- | 250210 | SCHEDULE_INVALID_START_TIME_FORMAT | Invalid start time format, the valid format is yyyyMMddHHmmss. | 송출 예약 시간 포맷이 유효하지 않음. yyyyMMddHHmmss 형식만 지원 |
- | 250211 | SCHEDULE_UPDATE_WITH_INVALID_CHANNEL_STATUS | You can update schedule when channel status is RESERVED. | 채널 상태가 RESERVED 일 때만 스케줄 업데이트 가능 |
- | 250212 | SCHEDULE_ALREADY_BIND_CHANNEL | You can't create schedule for this channel, because a schedule has bind to the channel. | 해당 채널에 이미 생성된 스케줄이 있어 스케줄을 생성할 수 없음 |
- | 250213 | SCHEDULE_CREATE_INVALID_CHANNEL_STATUS | You can create schedule when channel status is READY | 채널 상태가 READY 일 때만 스케줄 생성 가능 |
- | 250214 | SCHEDULE_VOD_PATH_NOT_EXISTS | Invalid vod file paths : {0}. | 송출 VOD 파일 경로가 유효하지 않음 |
- | 250215 | SCHEDULE_UPDATE_NEED_ONE_OR_MORE_FIELD | You should request update one or more fields. | 스케줄 업데이트 시 하나 이상의 필드를 요청해야 함 |
- | 250300 | QUALITY_NOT_FOUND | Quality is not found. | 요청 화질을 찾을 수 없음 |
- | 250301 | QUALITYSET_ID_NOT_FOUND | The qualitySetId that you specified not found. | qualitySetId 를 찾을 수 없음 |
- | 250302 | QUALITYSET_MUST_HAVE_ONLY_ONE_1080P | Quality set must have only one 1080p quality. | 화질 설정에 1080p 화질은 하나만 포함되어야 함 |
- | 250303 | OPEN_API_SYSTEM_QUALITY_PROFILE_CANNOT_DELETE | Delete system quality profile is not allowed. | System 화질은 삭제 불가 |
- | 250304 | QUALITY_INVALID_USER_INFO | Invalid user info. | 요청 화질이 유효하지 않음 |
- | 250305 | QUALITY_SET_FORBIDDEN_UPDATE | System resource cannot update | System 리소스는 업데이트 불가 |
- | 250306 | RESOURCE_IN_USE | Resource is in use | 현재 사용 중인 리소스 |
- | 250307 | INVALID_SEGMENT_DURATION | The segment duration value that you specified is not allowd (exceeds valid limit or wrong type) : valid value is allowed integer value between 1000 and 10000 in 500 units is supported. (unit : milliseconds ) | 세그먼트당 재생 시간이 유효하지 않음. 유효 값은 1000~10000 사이의 정수여야 하며, 500 단위로 지원 |
- | 250309 | OPEN_API_INVALID_SEGMENT_COUNT | The segment count value that you specified is not allowed (exceeds valid limit or wrong type): valid value is allowed integer between 2 and 10 | 세그먼트 수가 유효하지 않음. 유효 값은 2~10 사이의 정수여야 함 |
- | 250311 | OPEN_API_SYSTEM_QUALITYSET_CANNOT_DELETE | Delete system quality set is not allowed. | System 화질 설정은 삭제 불가 |
- | 250312 | QS_NAME_RULE | Only Alphabets, Numbers and Hypen are allowed. The length must be between 3 and 20 characters. | 화질 설정 이름 오류. 영문, 숫자, 하이픈(-)만 허용되며, 3~20자 이내로 입력 |
- | 250313 | QUALITY_SIZE_RANGE | quality size error (min:1, max:4) | 화질은 1~4개 설정 가능 |
- | 250314 | QUALITY_VIDEO_NEED_CODEC | Video codec must have a value | 비디오 코덱 포맷을 입력해야 함 |
- | 250315 | QUALITY_VIDEO_NEED_CODEC_PROFILE | Video codec profile must have a value | 비디오 코덱 프로필을 입력해야 함 |
- | 250316 | QUALITY_VIDEO_NEED_CODEC_PROFILE_LEVEL | Video codec profile level must have a value | 비디오 코덱 레벨을 입력해야 함 |
- | 250321 | TBD | Video bitrate must be greater than or equal to 1 | 비디오 비트레이트는 1 이상으로 설정해야 함 |
- | 250322 | QUALITY_VIDEO_BITRATE_SMALLER | Video bitrate must be less than or equal to 20000000 | 비디오 비트레이트는 20,000,000 이하로 설정해야 함 |
- | 250323 | QUALITY_VIDEO_BFRAME_BIGGER | Video B frames must be greater than or equal to 0 | 비디오 B-프레임은 0 이상으로 설정해야 함 |
- | 250324 | QUALITY_VIDEO_BFRAME_SMALLER | Video B frames must be less than or equal to 4 | 비디오 B-프레임은 4 이하로 설정해야 함 |
- | 250325 | QUALITY_AUDIO_NEED_CODEC | Audio codec must have a value | 오디오 코덱 포맷을 입력해야 함 |
- | 250327 | QUALITY_AUDIO_NEED_SAMPLERATE | Audio sampling rate must have a value | 오디오 샘플링 레이트를 입력해야 함 |
- | 250328 | QUALITY_AUDIO_NEED_CHANNEL | Audio channels must have a value | 오디오 채널을 입력해야 함 |
- | 250333 | QUALITY_AUDIO_PROFILE_AAC_ONLY | {0} Profile only when AAC | 해당 프로필은 AAC에만 지원 |
- | 250334 | QUALITY_VIDEO_BFRAME_480P | bFrames only 0 is available if resolution less than 409920(854*480) | 해상도 409920(854*480) 이하일 때 B-프레임은 0만 지원 |
- | 250335 | QUALITY_VIDEO_BFRAME_720P | bFrames only 0,1,2 are available if resolution less than 921600 (1280*720) | 해상도 921600(1280*720) 이하일 때 B-프레임은 0~2만 지원 |
- | 250336 | QUALITY_VIDEO_FRAMERATE_BIGGER | Video frame rate must be greater than or equal to 1 | 비디오 프레임레이트(초당 프레임 수)는 1 이상으로 설정해야 함 |
- | 250337 | QUALITY_VIDEO_FRAMERATE_SMALLER | Video frame rate be less than or equal to 60 | 비디오 프레임레이트(초당 프레임 수)는 60 이하로 설정해야 함 |
- | 250341 | QUALITY_VIDEO_ONLY_BASELINE_PROFILE | Only profile 'BASELINE' available for resolution less than 921600 (1280*720) | 해상도 921600(1280*720) 이하일 때 프로필은 BASELINE 만 지원 |
- | 250342 | QUALITY_VIDEO_SIZE_EVEN_INTEGER | Only even integer are available for video width and height | 비디오 너비/높이는 짝수 정수만 지원 |
- | 250343 | QUALITY_TICKTOK_INTERVAL | Interval must bigger than 0 | 삽입 주기가 0보다 커야 함 |
- | 250344 | QUALITY_TICKTOK_KEY | Must input key | 키를 입력해야 함 |
- | 250345 | QUALITY_TICKTOK_HEADER | Must input header | 헤더를 입력해야 함 |
- | 250348 | INVALID_CONTENT_TYPE | The request did not set content-type to "application/json" | 요청에 content-type 이 application/json 으로 설정되지 않음 |
- | 250351 | OPEN_API_INVALID_TIMEDMETA_INTERVAL | The timedmeta that you specified is not allowed: only integer "1000" is supported. | 삽입 주기는 1000ms으로만 설정 가능 |
- | 250353 | WRONG_AUDIO_CODEC | The audio codec that you specified is not allowed: only "AAC", "MP3" audio codec is supported. | 오디오 코덱 포맷이 유효하지 않음. AAC, MP3만 지원 |
- | 250354 | WRONG_AUDIO_CODEC_PROFILE | The profile value of audio codec that you specified is not allowed: only profile LC is supported. | 오디오 코덱 프로필이 유효하지 않음. LC 프로필만 지원 |
- | 250355 | WRONG_AAC_AUDIO_CHANNEL | The audio channel value that you specified is not allowed: only audio channel value [0, 1,2,3,4,5,6,7,8] are supported | 오디오 채널 수가 유효하지 않음. 0~8만 지원 |
- | 250356 | WRONG_MP3_AUDIO_CHANNEL | The audio channel value that you specified is not allowed: only audio channel value [0, 1, 2] are supported. | 오디오 채널 수가 유효하지 않음. 0~2만 지원 |
- | 250357 | WRONG_AUDIO_BITRATE | The audio bitrate value that you specified is not allowed(exceed valid limit or wrong type): valid value is allowed integer between 16 and 320. | 오디오 비트레이트 값이 유효하지 않음. 유효 값은 16~320 사이의 정수여야 함 |
- | 250358 | WRONG_AAC_AUDIO_SAMPLINGRATE | The audio sampling rate that you specified is not allowed: only audio sampling rate value AAC: [8000, 11025, 12000, 16000, 22050, 24000,32000, 44100, 48000, 64000,88200,96000] are supported. | 오디오 샘플링 레이트 값이 유효하지 않음. [8000, 11025, 12000, 16000, 22050, 24000,32000, 44100, 48000, 64000, 88200, 96000]만 지원 |
- | 250359 | WRONG_MP3_AUDIO_SAMPLINGRATE | The audio sampling rate that you specified is not allowed: only audio sampling rate value MP3:[8000,11025, 12000,16000,22050,24000,32000,44100,48000] are supported. | 오디오 샘플링 레이트 값이 유효하지 않음. [8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100,4 8000]만 지원 |
- | 250360 | WRONG_VIDEO_CODEC | The video codec that you specified is not allowed: only "H264" format is supported. | 비디오 코덱 포맷이 유효하지 않음. H.264만 지원 |
- | 250361 | WRONG_VIDEO_CODEC_PROFILE | The profile of video codec that you specified is not allowed: only profile value [BASELINE, MAIN, HIGH] are supported. | 비디오 코덱 프로필이 유효하지 않음. BASELINE , MAIN , HIGH 프로필만 지원 |
- | 250362 | WRONG_VIDEO_ORIENTATION | The orientation of video that you specified is not allowed: only [FIX] is supported. | 비디오 방향 전환 설정이 유효하지 않음. FIX 만 지원 |
- | 250363 | WRONG_VIDEO_PROFILE_LEVEL | The profile level of video that you specified is not allowed. only [0] is supported | 비디오 프로필 레벨이 유효하지 않음. 0 만 지원 |
- | 250364 | WRONG_PRESET_VIDEO_CODEC_REFERENCE_FRAMES | The reference frames of video that you specified is not allowed, only [1] is supported. | 비디오 압축 참조 프레임 수가 유효하지 않음. 1 만 지원 |
- | 250365 | WRONG_PRESET_VIDEO_BITRATE | The video bitrate value that you specified is not allowed: video bitrate value is an integer greater than 0 | 비디오 비트레이트 값이 유효하지 않음. 비디오 비트레이트 값은 0보다 큰 정수여야 함 |
- | 250366 | WRONG_PRESET_VIDEO_WIDTH | The width of video that you specified is not allowed: only width [integer between 128 and 1920] are supported. | 비디오 너비가 유효하지 않음. 128~1920 사이의 정수여야 함 |
- | 250367 | WRONG_PRESET_VIDEO_HEIGHT | The height of video that you specified is not allowed: only height [integer between 96 and 1920] are supported. | 비디오 높이가 유효하지 않음. 96~1920 사이의 정수여야 함 |
- | 250368 | WRONG_PRESET_VIDEO_FRAMERATE | The frame rate of video that you specified is not allowed : only frame rate value [10, 15, 23.97, 24, 29.97, 30, 50, 60] are supported. | 비디오 프레임레이트(초당 프레임 수)가 유효하지 않음. [10, 15, 23.97, 24, 29.97, 30, 50, 60]만 지원 |
- | 250370 | WRONG_PRESET_VIDEO_RATE_CONTROL | The rate control of video that you specified is not allowed : only width [VBR, CBR] are supported. | 비디오 비트레이트 배분 방식이 유효하지 않음. VBR , CBR 만 지원 |
- | 250372 | MISSING_OBJECT_VIDEO | The request did not include the required "video" object | 요청에 video 객체가 포함되지 않음 |
- | 250373 | MISSING_OBJECT_AUDIO | The request did not include the required "audio " object | 요청에 audio 객체가 포함되지 않음 |
- | 250374 | SYSTEM_QUALITY_PROFILE_CANNOT_DELETE | Delete system quality profile is not allowed. | System 화질은 삭제 불가 |
- | 250375 | MISSING_TIMED_METADATA | The request did not include the required "timedMetadata" object.(if "enableHlsTimedMetadata": true, timedMetadata object should be included.) | 요청에 timedMetadata 객체가 포함되지 않음.enableHlsTimedMetadata 가 true 인 경우, timedMetadata 객체가 포함되어야 함 |
- | 250376 | TIMEDMETADATA_KEY_INVALID | The timedmeta that you specified of key is not allowed: only "utc" is supported. | 시간 기반 메타데이터의 키가 유효하지 않음. utc 만 지원 |
- | 250377 | MISSING_ENABLE_HLS_TIMED_META | The request did not include the required "enableHlsTimedMeta" | 요청에 enableHlsTimedMeta 가 포함되지 않음 |
- | 250378 | MISSING_AUDIO_BITRATE | The request do not include the required "audio bitrate" | 요청에 오디오 비트레이트가 포함되지 않음 |
- | 250502 | RECORD_FILE_UPLOAD_ERROR | Record file upload error | 녹화 파일 업로드 중 오류 발생 |
- | 250504 | RECORD_FILE_CANNOT_DELETE | Can not delete Record file: {0} | 녹화 파일 삭제 불가 |
- | 250505 | COULD_NOT_GET_OBJS_OAUTH | Can't get objectStorage's access oAuth | Object Storage 접근 권한 획득 실패 |
- | 250506 | RECORD_LIST_NEED_CHANNEL_ID | ChannelId param should not be null when get record list. | 녹화 파일 목록 조회 시 채널 아이디 필요 |
- | 250507 | RECORD_UPLOAD_WRONG_STATUS | Record status should be TRANSFER_READY or TRANSFER_FAIL when upload. | 녹화 파일 상태가 TRANSFER_READY , TRANSFER_FAIL 일 때만 업로드 가능 |
- | 250508 | NOT_APPLY_OBJECT_STORAGE | Object storage do not apply. | Object Storage 이용 신청하지 않음 |
- | 250701 | INVALID_RECORDID_UPLOAD | The record id that you request upload does not exist. | 녹화 파일 아이디가 유효하지 않음 |
- | 250702 | NOT_FOUND_RECORDID | The record id does not exist. | 녹화 파일 아이디를 찾을 수 없음 |
- | 250703 | INPUT_BUCKETNAME | The input bucket name that you specified is not allowed. | 입력 버킷 이름이 유효하지 않음 |
- | 250704 | OUTPUT_BUCKETNAME | The output bucket name that you specified is not allowed. | 출력 버킷 이름이 유효하지 않음 |
- | 250705 | BUCKET_NOT_FOUND | The input bucket name doesn't exist. | 입력 버킷 이름이 존재하지 않음 |
- | 250706 | RECORD_FILE_NOT_FOUND | The record file not found | 녹화 파일을 찾을 수 없음 |
- | 250707 | BUCKET_LOAD_ERROR | Could not find object bucket. | 객체 버킷을 찾을 수 없음 |
- | 250156 | SNAPSHOT_CREATE_INVALID_CHANNEL_STATUS | Snapshot can create only in RECORDING | 채널 상태가 RECORDING 일 때만 스냅샷 생성 가능 |
- | 250157 | SNOASHOT_CREATE_NOT_ALLOWED | Snapshot can create since publishing minimum 1 second | 채널 송출 최소 1초 이상이어야 스냅샷 생성 가능 |
- | 250158 | SNAPSHOT_CANNOT_CREATE_IN_DVR_FALSE | Snapshot can not create in dvr false. | 타임머신(DVR)을 사용하지 않는 상태에서는 스냅샷 생성 불가 |
- | 250159 | SNAPSHOT_NOT_FOUND | Requested snapshot not found. | 스냅샷을 찾을 수 없음 |
- | 250160 | SHORT_CLIP_FILE_PATH_ERROR | The file path should be between 1 and 800 characters. It must begin with "/" and can include English letters, /, -, _, and numbers. | 숏클립 파일 경로가 유효하지 않음. / 로 시작하며, 영문, 숫자, 특수 문자'/, -, _'를 사용하여 1~800자 이내로 입력 |
- | 250161 | SHORT_CLIP_INVALID_START | Invalid start time, the minimum start is 0 | 숏클립 시작 시간은 0 이상으로 설정해야 함 |
- | 250162 | SHORT_CLIP_INVALID_END | Invalid end time , the end time minus start time must bigger or equal to 100. | 숏클립 종료 시간이 유효하지 않음. 시작 시간보다 크거나 같아야 하며, 시작 시간과 종료 시간의 차이는 100ms 이상이어야 함 |
- | 250163 | SHORT_CLIP_UNSUPPORTED | The request not allowed, you can create short clip when channel status READY or PUBLIHSING | 채널 상태가 READY , PUBLISHING 일 때만 숏클립 생성 가능 |
- | 250164 | SHORT_CLIP_CREATING | The short clip file {0} is being created. (Snapshot ID: {1}) | 숏클립 파일 생성 중 |
- | 250165 | SHORT_CLIP_COMPLETED | The short clip {0} file has been created. (Snapshot ID: {1}) | 숏클립 파일 생성 완료 |
- | 250166 | SHORT_CLIP_PROCESSING_FAIL | Failed to create short clip file {0}. (Snapshot ID: {1}) | 숏클립 파일 생성 실패 |
- | 250167 | SHORT_CLIP_UPLOAD_FAIL | Failed to upload short clip {0} file. (Snapshot ID: {1}) | 숏클립 파일 업로드 실패 |
- | 250168 | SHORT_CLIP_NOT_FOUND | Short clip not found. | 숏클립을 찾을 수 없음 |
- | 250169 | SNAPSHOT_CREATED | Snapshot ID: {0} created. | 스냅샷 생성 완료 |
- | 250170 | SNAPSHOT_CREATE_FAILED | Snapshot ID: {0} create failed. | 스냅샷 생성 실패 |
- | 250171 | CHANNEL_SNAPSHOT_MISMATCH | The request not allowed,channel and snapshot info mismatch. | 채널과 스냅샷 정보가 일치하지 않아 요청이 유효하지 않음 |
- | 250172 | SHORT_CLIP_START_TIME_TOO_BIG | The request start time too big. | 요청 시작 시간이 너무 큼 |
- | 250173 | SHORT_CLIP_END_TIME_TOO_BIG | The request end time too big. | 요청 종료 시간이 너무 큼 |
- | 250174 | SNAPSHOT_EXPIRED | Short clip create not allowed: Snapshot expired. | 스냅샷 만료로 숏클립 생성 불가 |
- | 250400 | CONTENT_NOT_FOUND | Content not found. | 요청 콘텐츠를 찾을 수 없음 |
- | 250401 | CURTAIN_INSERT_FAILED | Live curtain insert failed. | 라이브 커튼 삽입 실패 |
- | 250402 | CURTAIN_REMOVE_FAILED | Live curtain remove failed. | 라이브 커튼 제거 실패 |
- | 250403 | HAS_INVALID_CONTENT_ID | Your request not allowed: invalid content id. | 라이브 커튼 콘텐츠 아이디가 유효하지 않음 |
- | 250404 | CURTAIN_INSERT_INVALID_STATUS | Your request not allowed: invalid status. | 라이브 커튼이 요청을 처리할 수 없는 상태 |
- | 250405 | CURTAIN_CONTENT_HAS_DIFFERENT_RESOLUTION | Your request not allowed: the content you requested has different resolution. | 콘텐츠의 해상도가 다름 |
- | 250406 | CURTAIN_REMOVE_WITH_INVALID_STATUS | Your request not allowed: remove live curtain with invalid status. | 라이브 커튼 삭제 요청이 유효하지 않음 |
- | 250407 | LIVE_CURTAIN_CONTENT_CREATING | Creating curtain content. | 라이브 커튼 콘텐츠 생성 중 |
- | 250408 | LIVE_CURTAIN_CONTENT_READY | Ready curtain content. | 라이브 커튼 콘텐츠 준비 완료 |
- | 250409 | LIVE_CURTAIN_CONTENT_PROCESSING_FAIL | Curtain content process fail. | 라이브 커튼 콘텐츠 처리 실패 |
- | 250410 | LIVE_CURTAIN_CONTENT_DELETED | Curtain content deleted. | 라이브 커튼 콘텐츠 삭제됨 |
- | 250411 | CURTAIN_CONTENT_DOWNLOAD_FAILED | Curtain content download failed. | 라이브 커튼 콘텐츠 다운로드 실패 |
- | 250412 | CONTENT_FILE_NOT_FOUND | The input content file not found: {0}. | 콘텐츠 파일을 찾을 수 없음 |
- | 250413 | CONTENT_FILE_SIZE_TOO_BIG | The input content file size is too big,The supported max size is 100MB. | 콘텐츠 파일 크기가 너무 큼. 최대 100MB까지 지원 |
- | 250414 | CONTENT_FILE_UNSUPPORTED | The input content file type unsupported. | 콘텐츠 파일 형식이 지원되지 않음 |
- | 250415 | CONTENT_FILE_LIMIT_TO_ONE_IMG_AND_AUDIO | Only one image,one audio supported if contains both image and audio. | 콘텐츠에 이미지와 오디오가 모두 포함된 경우, 각각 하나씩만 지원 |
- | 250416 | CONTENT_CREATE_INVALID_FORMAT | The request not allowed: valid format is img or img + audio or video1,video2...videoN. | 콘텐츠 형식이 유효하지 않음. 이미지, 이미지+오디오, 비디오 형식만 지원 |
- | 250417 | CONTENT_VIDEO_FILE_LENGTH_LIMIT | Your request not allowed: the video input count limit is 10. | 비디오 입력 개수가 10개로 제한됨 |
- | 250418 | CONTENT_IMAGE_FILE_LENGTH_LIMIT | Your request not allowed: the image input count limit is 1. | 이미지 입력 개수가 1개로 제한됨 |
- | 250419 | CURTAIN_INSERT_TIME_OUT_OF_RANGE | The insert time unsupported, allowed value is 1-10. | 라이브 커튼 삽입 시간은 1~10초 사이로 설정해야 함 |
- | 250420 | LIVE_CURTAIN_REQUEST_NOT_ALLOWED | Live curtain feature only support general channel and quality setting that doesn’t include bypass, audio only quality profile. | 라이브 커튼은 일반 라이브 채널이며 화질 설정이 바이패스, 오디오 전용 출력 프로필을 포함하지 않는 경우에만 지원 |
- | 250421 | CONTENT_DELETE_NOT_ALLOWED | The content can't be deleted during CREATING. | 콘텐츠가 생성 중이어서 삭제할 수 없음 |
- | 250422 | LIVE_CURTAIN_STARTED_ALREADY | Live curtain has started already. | 라이브 커튼이 이미 시작됨 |
- | 250423 | CONTENT_IN_USING | Your request not allowed, content is in using. | 콘텐츠가 사용 중이어서 요청이 유효하지 않음 |