Change Transcoding URL
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 default app container is configured to use a transcoding server that is in the same docker network as the app. To setup a transcoding server differently than the default, the URL must be changed in the Flow Production Tracking preferences page in Advanced section.
Transcoding URL: http://<new_transcoder_hostname>/job/create
The Transcoding URL field also support expanding an environment variable beginning with SHOTGUN_.
Transcoding URL: $SHOTGUN_TRANSCODING_URL
Start the Flow Production Tracking app container with the environment variable SHOTGUN_TRANSCODING_URL to set to the address of the transcoding url (http://<new_transcoder_hostname>/job/create). It can useful to use customize it for the staging and production environments.
