Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| software:relive [2016/07/03 19:09] – andi | software:relive [2023/06/09 13:12] – andi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Relive | + | = HLS Relive |
| - | Documentation for the relive system is contained within its git repo: '' | + | Documentation for the relive system is contained within its git repo '' |
| - | == mini howto | + | It's currently deployed at live.alb:/home/relive/git/ |
| - | * ''[9|13:20] < | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | == Anleitung (in progress) | + | == Setting up Relive |
| - | | + | Login to server |
| - | sudo su relive | + | |
| - | screen -x | + | cd git |
| - | # weiter siehe oben | + | screen -dR |
| + | |||
| + | - Create an appropriate config for your event in `live.alb:/ | ||
| + | - either by using `./ | ||
| + | - manually: copy `cfg.example`, | ||
| + | - After a minute, a cronjob will run and download the schedule, etc. (If you are impatient, you can run `/ | ||
| + | - Start the scheduler (run as user relive, inside of a screen/tmux session): `./ | ||
| + | - In the streaming-website configuration, | ||
| + | |||
| + | Note that the '' | ||
| + | |||
| + | |||
| + | == Relive integration in media.ccc.de (voctoweb) | ||
| + | |||
| + | When an event in voctoweb has no recordings, voctoweb will try to find the corresponding | ||
| + | |||
| + | To use this feature, first create the conference in voctoweb and in c3tracker. In theory there are multiple variants, but this one is the one we currently use: | ||
| + | |||
| + | * To enable this workflow for you conference, enable the " | ||
| + | | ||
| + | * [[https:// | ||
| + | * This script can be called during any state transition, we currently use `scheduled` -> `recording` of the recording ticket | ||
| + | |||
| + | If you need re-create the session, run following commands: | ||
| + | |||
| + | |||
| + | ``` | ||
| + | ssh voc@releasing.c3voc.de | ||
| + | screen -x | ||
| + | cd / | ||
| + | source tracker-profile-relive.sh | ||
| + | export LOCALFILE=tracker-profile-relive.sh | ||
| + | ./ | ||
| + | ``` | ||
| + | |||
| + | == README | ||
| + | |||
| + | Please read the [[https:// | ||