Checking Transcoding Server Status
Local installations of Flow Production Tracking are no longer offered. This documentation is intended only for those with existing instances of Flow Production Tracking Enterprise Docker. Click here for a list of our current offerings.
The transcoding server is responsible for receiving and managing the transcoding jobs generated by the Flow Production Tracking application.
Transcoder server status
A simple health check can be performed against the transcoder server, to see whether it is up and responding to requests.
curl -XGET transcoderserver/test
The status of the server, including the number jobs and other statistics can be queried using an HTTP request from any location that has access to the server.
curl -XGET transcoderserver/stats
In the commands above, transcoderserver
can be replaced by the hostname or IP address of the transcoding server.