{domain}/media/tvucc-share/output/goLive| key | value |
|---|---|
| Authorization | [D8554504FA734CFB87BCD38D25158174] |
| Cookie | [SID=D8554504FA734CFB87BCD38D25158174] |
| Content-Type | [application/json;charset=UTF-8] |
| name | required | type | explain |
|---|---|---|---|
| id | Y | String | output account id |
| rId | Y | String | producer mainRid (Can be obtained from Producer GrappQL API) |
| resolution | Y | String | resolution |
| module | Y | If r is a producer, r needs to be set to Studio | |
| origin | N | String | If r is a producer, r needs to be set to pp |
| bitrate | Y | String | bitrate |
| targetId | Y | String | producer programId ( Can be obtained from Producer GrappQL API) |
| platform | Y | String | If r is a producer, r needs to be set to pp |
| sessionId | F | String | producer productionId (Can be obtained from Producer GrappQL API) |
| audioTrackMap | F | Integer[] | remap values:[1,2,3,4] |
| colorStandard | F | Object | Value reference document:https://ffmpeg.org/ffmpeg-codecs.html |
| colorPrimaries | Y | colorStandard Object | Chromaticity value,Value reference document:https://ffmpeg.org/ffmpeg-codecs.html |
| colorTrc | Y | colorStandard Object | High color characteristics,Value reference document:https://ffmpeg.org/ffmpeg-codecs.html |
| colorSpace | Y | colorStandard Object | color space Value reference document:https://ffmpeg.org/ffmpeg-codecs.html |
| colorRange | Y | colorStandard Object | color range Value reference document:https://ffmpeg.org/ffmpeg-codecs.html |
{
"rId":"fffffffbb0006708",
"id":"5bb0575054744f71839bd36003bbfffd",
"targetId":52846403399680,
"platform":"pp",
"origin":"pp",
"module":"Studio",
"sessionId":10027572
}{
"errorCode": "0x0",
"errorInfo": "Success",
"result": [
{
"platformType": null,
"id": "5bb0575054744f71839bd36003bbfffd",
"nickname": "HLS_20230410",
"pushTime": "1681193477872",
"CopierNickName": "HLS_20230410",
"RtmpUrl": "https://54.234.114.108:8298/1.m3u8?n=10&d=6",
"EncoderIndex": "1",
"Type": 2,
"CopierType": "M3U8",
"RetryTimes": 0,
"Extra": "{\"duration\":6,\"sliceCount\":10,\"index\":\"1\"}"
}
]
}curl --location 'https://media-search.tvunetworks.com/media/tvucc-share/output/goLive' \
--header 'SID: ' \
--header 'Cookie: mediasearch10=10mstfri' \
--header 'Content-Type: application/json' \
--data '{
"rId": "fffffffbb0006708",
"id": "5bb0575054744f71839bd36003bbfffd",
"targetId": 52846403399680,
"platform": "pp",
"origin": "pp",
"module": "Studio",
"sessionId": 10027572,
"colorStandard": {
"colorPrimaries": "bt709",
"colorTrc": "bt709",
"colorSpace": "rgb",
"colorRange": "tv"
}
}'{
"errorCode": "0x0",
"errorInfo": "Success",
"result": [
{
"platformType": null,
"id": "5bb0575054744f71839bd36003bbfffd",
"nickname": "HLS_20230410",
"pushTime": "1681193477872",
"CopierNickName": "HLS_20230410",
"RtmpUrl": "https://54.234.114.108:8298/1.m3u8?n=10&d=6",
"EncoderIndex": "1",
"Type": 2,
"CopierType": "M3U8",
"RetryTimes": 0,
"Extra": "{\"duration\":6,\"sliceCount\":10,\"index\":\"1\"}"
}
]
}