You can run the action GetLatestRecord
to verify that Media Server is processing media. This action returns the latest records that have been added to the tracks you specify in the action.
For example, send the following action:
http://localhost:14000/action=GetLatestRecord
&Token=...
&Tracks=Keyframe.Result,OCR.Result
token
parameter specifies the asynchronous action token returned by the process
action,tracks
specifies the tracks to retrieve the latest records from. You can set this parameter to an asterisk (*
) to retrieve the latest records from all tracks.
|