POST netease/record_callback

直播录制成功后回调

Request Information

URI Parameters

None.

Body Parameters

RecordCallbackViewModel
NameDescriptionTypeAdditional information
video_name

录制后文件名,格式为filename_YYYYMMDD-HHmmssYYYYMMDD-HHmmss, 文件名录制起始时间(年月日时分秒) -录制结束时间(年月日时分秒)

string

None.

origUrl

视频文件原地址

string

None.

orig_video_key

视频文件在点播桶中的存储路径

string

None.

uid

用户ID,是用户在网易云视频与通信业务的标识,用于与其他用户的业务进行区分。通常,用户不需关注和使用。

string

None.

vid

视频文件ID

integer

None.

cid

频道ID

string

None.

beginTime

录制文件起始时间戳(毫秒)

string

None.

endTime

录制文件结束时间戳(毫秒)

string

None.

nId

消息ID,同一条消息nId全局唯一,网络超时或接收方返回非200状态码时根据业务规则进行重发,接收方接到多条通知情况下可用于进行消息去重

string

None.

Request Formats

application/json, text/json

Sample:
{
  "video_name": "sample string 1",
  "origUrl": "sample string 2",
  "orig_video_key": "sample string 3",
  "uid": "sample string 4",
  "vid": 5,
  "cid": "sample string 6",
  "beginTime": "sample string 7",
  "endTime": "sample string 8",
  "nId": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RecordCallbackViewModel'.

Response Information

Resource Description

直播录制成功后回调

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.