You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/documentation/docs/user-guide/installation/installing-package-manager.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ When configuring the http proxy server in sofie, you may need to follow extra co
78
78
79
79
### Distributed setup
80
80
81
-
For setups where you need to interact with multiple CasparCG machines, or want a more resilient/scalable setup, package manager can be partially deployed in docker, with just the workers.
81
+
For setups where you need to interact with multiple CasparCG machines, or want a more resilient/scalable setup, package manager can be partially deployed in docker, with just the workers running on each CasparCG machine.
82
82
83
83
An example docker-compose of the setup is as follows:
84
84
@@ -116,7 +116,7 @@ services:
116
116
DEVICE_TOKEN: 'some-secret'
117
117
WORKFORCE_URL: 'ws://workforce:8070' # referencing the workforce component above
118
118
PACKAGE_MANAGER_PORT: '8060'
119
-
PACKAGE_MANAGER_URL: 'ws://insert-service-ip-here:8060' # the workers connect back to this address, so it needs to be accessible from casparcg
119
+
PACKAGE_MANAGER_URL: 'ws://insert-service-ip-here:8060' # the workers connect back to this address, so it needs to be accessible from CasparCG
120
120
# CONCURRENCY: 10 # How many expectation states can be evaluated at the same time
121
121
ports:
122
122
- '8060:8060'
@@ -150,7 +150,7 @@ Note that each appContainer needs to use a different resourceId and will need it
150
150
1. Give this package container an ID of `casparcgContainer0` and a label of `CasparCG Package Container`.
151
151
1. Click on the dropdown under "Playout devices which use this package container" and select `casparcg0`.
152
152
- If you don't have a `casparcg0` device, add it to the Playout Gateway under the Devices heading, then restart the Playout Gateway.
153
-
- If you are using the distributed setup, you will likely want to repeat this step for each casparcg machine. You will also want to set `Resource Id` to match the `resourceId` value provided in the appContainer command line.
153
+
- If you are using the distributed setup, you will likely want to repeat this step for each CasparCG machine. You will also want to set `Resource Id` to match the `resourceId` value provided in the appContainer command line.
154
154
1. Click the plus button under "Accessors", then click the edit icon to the right of the newly-created accessor.
155
155
1. Give this accessor an ID of `casparcgHttpProxy0`, a Label of `CasparCG HTTP Proxy Accessor`, an Accessor Type of `HTTP_PROXY`, and a Base URL of `http://localhost:8080/package`. Then, ensure that both the "Allow Read access" and "Allow Write access" boxes are checked. Finally, click the done button (checkmark icon) in the bottom right.
156
156
1. Scroll back to the top of the page and select "CasparCG Package Container" for both "Package Containers to use for previews" and "Package Containers to use for thumbnails".
0 commit comments