Video Transcoding Callback

최신 업데이트:2023-02-24 16:00:07

이 콜백 설정을 통해 비디오 트랜스코딩 결과를 가져올 수 있습니다.

요청 설명

POST 요청

응답

일반적인 응답은 일반적인 응답을 참조하십시오.

파라미터 유형 설명
videoId string 비디오 ID
암호화 int 비디오의 암호화 여부:
0 (암호화되지 않음)
1 (암호화됨)
swfCode string 비디오 swf 코드
htmlCode string 비디오 html URL, 더 이상 사용할 수 없습니다
autoCode string h5 플레이어를 내장하는 적응형 코드입니다. 암호화된 비디오의 경우 비어 있습니다.
tryWatchAutoCode string 미리보기용 비디오 적응 코드, 암호화된 비디오의 경우 비어 있습니다
customCode string 사용자 정의 재생 코드. 기본값은 비어 있습니다. 개별적인 필요가 있을 경우 고객 서비스에 문의하십시오
videoUrl array 비디오 URL 목록
tryWatchVideoUrl array 미리보기용 비디오 URL 목록

videoUrltryWatchVideoUrl

파라미터 유형 설명
urlType string PC/모바일
OriginUrl string 오리진 비디오 URL
fluentUrl string LD 비디오 URL
sdUrl string SD 비디오 URL
highUrl string HD 비디오 URL
hdPullUrl string UHD 비디오 url

예시

수출

URL 안전 Base64 인코딩 응답의 예:

{
    "code": 200,
"data": {
	"videoId ": 8731c067016b1000d7d05b5600000000,
        "encrypt": 0,
        "htmlCode": "",
        "autoCode":"https://cloudv.chinanetcenter.com/player/auto-play.action?videoId=9B0F7BA8BCB9D056D4C24ADDBF821D10&userId=6A313F452ADC20F7&playerType=11",
        "swfCode": "https://cloudv.chinanetcenter.com/swf/player/6A313F452ADC20F7_9B0F7BA8BCB9D056D4C24ADDBF821D10_true_11/StrobeMediaPlayback.swf",
        "customCode": "",	
        "videoUrl": [
            {
                "fluentUrl": "",
                "hdPullUrl": "",
                "highUrl": "",
                "originUrl": "http://live.ovptest.haplat.net/live/201708/4101630234a74ee8864e56ea88e5d290_20170801171220/4101630234a74ee8864e56ea88e5d290_20170801171220_live2vod.mp4",
                "sdUrl": "",
                "urlType": "PC"
            },
            {
                "fluentUrl": "",
                "hdPullUrl": "",
                "highUrl": "",
                "originUrl": "http://live.ovptest.haplat.net/live/201708/4101630234a74ee8864e56ea88e5d290_20170801171220/4101630234a74ee8864e56ea88e5d290_20170801171220_live2vod.mp4",
                "sdUrl": "",
                "urlType": "Mobile"
            }
        ]
    },
    "message": "Success"
}

오류 코드

일반적인 오류 코드는 일반적인 응답 을 참조하십시오.

이 문서의 내용이 도움이 되었습니까?
아니오
정상적으로 제출되었습니다.피드백을 주셔서 감사합니다.앞으로도 개선을 위해 노력하겠습니다.