Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| c3tracker:setup [2025/10/01 06:48] – kunsi | c3tracker:setup [2026/08/19 14:36] (current) – commanderred | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | == Project setup | + | ## Project setup |
| * Create tracker project (you can also clone a matching project to have prefilled properties) | * Create tracker project (you can also clone a matching project to have prefilled properties) | ||
| Line 8: | Line 8: | ||
| - | ==== optimal properties from current project | + | #### optimal properties from current project |
| Replace `camp2023` with your chosen tracker project slug. | Replace `camp2023` with your chosen tracker project slug. | ||
| - | | + | ``` |
| - | Meta.Album | + | Meta.Acronym |
| - | Meta.License | + | Meta.Album |
| - | Meta.Year | + | Meta.License |
| + | Meta.Year | ||
| | | ||
| - | | + | Processing.Auphonic.Enable |
| - | Processing.BasePath | + | Processing.BasePath |
| - | Processing.MasterMe.Enable | + | Processing.MasterMe.Enable |
| - | Processing.Path.Intros | + | Processing.Path.Intros |
| - | Processing.Path.Outro | + | Processing.Path.Outro |
| | | ||
| - | Publishing.Upload.SkipSlaves | + | Publishing.UploadTarget |
| - | | + | Publishing.Tags |
| - | Publishing.Tags | + | Publishing.Voctoweb.Enable |
| - | Publishing.Voctoweb.Enable | + | Publishing.Voctoweb.Path |
| - | Publishing.Voctoweb.Path | + | Publishing.Voctoweb.Slug |
| - | Publishing.Voctoweb.Slug | + | Publishing.Voctoweb.Thumbpath |
| - | Publishing.Voctoweb.Thumbpath | + | Publishing.YouTube.Category |
| - | Publishing.YouTube.Category | + | Publishing.YouTube.Enable |
| - | Publishing.YouTube.Enable | + | Publishing.YouTube.Playlists |
| - | Publishing.YouTube.Playlists | + | Publishing.YouTube.Privacy |
| - | Publishing.YouTube.Privacy | + | Publishing.YouTube.Token |
| - | Publishing.YouTube.Token | + | |
| | | ||
| - | | + | Record.Container |
| - | Record.EndPadding | + | Record.EndPadding |
| - | Record.Slides | + | Record.Slides |
| - | Record.StartPadding | + | Record.StartPadding |
| + | ``` | ||
| + | ### Worker Filter Examples | ||
| - | === Worker Filter Examples | + | |
| # get all non-master tickets | # get all non-master tickets | ||
| EncodingProfile.IsMaster=no | EncodingProfile.IsMaster=no | ||
| Line 63: | Line 64: | ||
| {{.: | {{.: | ||
| - | == Pipeline setup during event | + | ## Pipeline setup during event |
| During event setup of the pipeline, you have to decide if you want leave the MPEG TS snippets only on the [[hardware: | During event setup of the pipeline, you have to decide if you want leave the MPEG TS snippets only on the [[hardware: | ||
| - | === Simple: single-room setup (Variant A) | + | ### Simple: single-room setup (Variant A) |
| {{drawio> | {{drawio> | ||
| Line 90: | Line 91: | ||
| <panel type=" | <panel type=" | ||
| - | === centralised storage (rsync) (Variant B) | + | ### centralised storage (rsync) (Variant B) |
| {{drawio> | {{drawio> | ||
| Line 124: | Line 125: | ||
| - | ==== Minion setup | + | #### Minion setup |
| To allow get additional release encoding workers on the (other) minions, you need to connect to these an mount the storage machine first: | To allow get additional release encoding workers on the (other) minions, you need to connect to these an mount the storage machine first: | ||
| Line 138: | Line 139: | ||
| | | ||
| - | ==== Encoder PCs as release encoding workers | + | #### Encoder PCs as release encoding workers |
| At small events, when all talks are finished for today, you can use the recording encoder PCs to encode master MP4 files. | At small events, when all talks are finished for today, you can use the recording encoder PCs to encode master MP4 files. | ||
| Line 157: | Line 158: | ||
| | | ||
| - | === decentralised pipeline aka "even more samba" (Variant C) | + | ### decentralised pipeline aka "even more samba" (Variant C) |
| <panel type=" | <panel type=" | ||
| Line 189: | Line 190: | ||
| - | ==== Old example with systemd units and case 1 and 5, which was used during jev22 in Munich: | + | #### Old example with systemd units and case 1 and 5, which was used during jev22 in Munich: |
| {{drawio> | {{drawio> | ||
| Line 238: | Line 239: | ||
| - | ==== Old example with custom screenrc and case 5 and 6: | + | #### Old example with custom screenrc and case 5 and 6: |
| on recording cube, without intros either copy or mount the intros from their source | on recording cube, without intros either copy or mount the intros from their source | ||