Verify Media Server is Processing
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
- where the
token
parameter specifies the asynchronous action token returned by theprocess
action, - and
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.