Authorization: Bearer ********************
{
"app": "test.domain.com",
"appid": 12345678,
"appname": "live",
"channel_id": "test_stream",
"errcode": 0,
"errmsg": "ok",
"event_time": 1703731478,
"event_type": 1,
"height": 0,
"idc_id": 34,
"node": "42.81.194.37",
"sequence": "2210464508206756938",
"set_id": 2,
"sign": "df49************************f5d4",
"stream_id": "test_stream",
"stream_param": "stream_param=test",
"t": 1703732078,
"user_ip": "1.1.1.1",
"width": 0
}
curl --location --request POST 'http://127.0.0.1:4300/tencentcloud_css/on_publish' \
--header 'Content-Type: application/json' \
--data-raw '{
"app": "test.domain.com",
"appid": 12345678,
"appname": "live",
"channel_id": "test_stream",
"errcode": 0,
"errmsg": "ok",
"event_time": 1703731478,
"event_type": 1,
"height": 0,
"idc_id": 34,
"node": "42.81.194.37",
"sequence": "2210464508206756938",
"set_id": 2,
"sign": "df49************************f5d4",
"stream_id": "test_stream",
"stream_param": "stream_param=test",
"t": 1703732078,
"user_ip": "1.1.1.1",
"width": 0
}'
{}