Get the playback time of the history stream
Users can get the playback time
Request parameter
| field | type | required | desc |
|---|---|---|---|
| zlmStreamID | string | Yes | Stream ID,returned after successful |
Response Data (type:string)
Return to play time
Example
Request example
url
http://localhost:8080/web_api/v1/media/get_playback_time?zlmStreamID=7297425653840742156&_t=1699064312742http://localhost:8080/web_api/v1/media/get_playback_time?zlmStreamID=7297425653840742156&_t=1699064312742Response example
json
{
"hdr":{
"code":200,
"message":"success"
},
"data":"1698803513"
}{
"hdr":{
"code":200,
"message":"success"
},
"data":"1698803513"
}
X-Link API Document