Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| c3tracker:setup [2024/10/19 16:50] – better document the "decentralised samba" setup stuebinm | c3tracker:setup [2024/11/04 13:34] (current) – try to fix formatting jtbx | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Adjust project properties, recommendations: | * Adjust project properties, recommendations: | ||
| * Compare project properties with previous instalment of the same event | * Compare project properties with previous instalment of the same event | ||
| + | |||
| ==== optimal properties from current project ==== | ==== optimal properties from current project ==== | ||
| Line 51: | Line 52: | ||
| Please note that the conditions in the " | Please note that the conditions in the " | ||
| - | Specifying a property with an empty value, which is often done for EncodingProfile.IsMaster, | + | Specifying a property with an empty value, which is often done for `EncodingProfile.IsMaster`, will match if this property does not exist at all on a ticket. So for `EncodingProfile.IsMaster`, specifying an empty filter will match on recording tickets which never have this property. |
| == Pipeline setup during event | == Pipeline setup during event | ||
| Line 66: | Line 67: | ||
| For every worker: | For every worker: | ||
| - | * set room filters in tracker e.g. `Fahrplan.Room = Foobar` | + | * set `EncodingProfile.IsMaster = yes` to avoid encoding all sub formats |
| + | * (set room filters in tracker e.g. `Fahrplan.Room = Foobar`, but this cannot be used at the same times as the above, see the warning below) | ||
| For every recoding cube: | For every recoding cube: | ||
| Line 75: | Line 77: | ||
| * start tracker scripts for encoding: `sudo systemctl start crs-encoding.service` | * start tracker scripts for encoding: `sudo systemctl start crs-encoding.service` | ||
| + | |||
| + | <panel type=" | ||
| === centralised storage (rsync) (Variant 1) | === centralised storage (rsync) (Variant 1) | ||