Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:streamingwebsite [2016/10/11 18:41] – [add a new conference] andi | software:streamingwebsite [2026/07/10 15:01] (current) – ischluff | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| = Streaming website | = Streaming website | ||
| - | * https:// | + | ---- dataentry project ---- |
| + | name : streaming-website | ||
| + | project-owner : | ||
| + | git-url : https:// | ||
| + | project-description : website to playout the video streams | ||
| + | project-owner : | ||
| + | project-member : | ||
| + | project-status : in production | ||
| + | ---- | ||
| == add a new conference | == add a new conference | ||
| - | The side is deployed on lb.dus.c3voc.de (currently a vm on dus). | ||
| - | To add another conference: clone the internal | + | The streaming website is deployed on lb.***.c3voc.de |
| - | git clone git@c3voc.de: | + | |
| + | To add another conference | ||
| + | git clone https:// | ||
| - | 1. create a new folder below ''/ | + | - first check if the series already has a mandator folder and reuse the existing one – otherwise |
| - | | + | |
| - | 2. copy the following files from the most recent conference and edit it to your needs | + | * config.json |
| + | * main.less | ||
| + | * if no main.less is provided, the default-theme will be used | ||
| + | * if one is provided, it should '' | ||
| + | * assets (images, fonts) can be placed inside the conference-folder or below it and can be referenced with a relative path (so a logo in ''/ | ||
| + | - commit and push you changes to `master` | ||
| + | - call deploy.sh which will deploy to all lb-servers, clear their caches and fixes the file-permissions | ||
| - | * config.php | + | See also: https://github.com/voc/streaming-website/blob/master/README.md# |
| - | * download.sh | + | |
| - | * main.less | + | |
| - | * if not main.less is provided, the default-theme will be used | + | |
| - | * if one is provided, it should '' | + | |
| - | * assets (images, fonts) can be placed inside the conference-folder or below it and can be referenced with a relative path (so a logo in ''/ | + | |
| - | 3. commit and push you changes to master | ||
| - | 4. use deploy.sh or login to the site host and pull the repo as ' | + | == now streaming banner on media.ccc.de |
| + | To highlight the live streams on media.ccc.de' | ||
| - | ssh voc@lb.dus.c3voc.de | + | == operation hints |
| - | cd /srv/nginx/streaming-website | + | You can add ''? |
| - | git pull origin master | + | |
| - | chown -R voc: | + | |
| - | chown -R downloader configs | + | |
| - | | + | |
| + | The streaming-website downloads the relive index json file of the active conferences via cronjob. | ||
| - | 5. make sure that the conference directory is group writable ( '' | + | The thumbnails are generated via crontab of user //downloader// on each lb-server. |
| - | + | ||
| - | See also: https://github.com/voc/ | + | |
| - | + | ||
| - | == operation hints | + | |
| - | You can add ''? | + | |
| - | + | ||
| - | TODO Translate: | + | |
| - | * die streaming-website hat einen cronjob, der sich das relive-manifest runterzieht. das iteriert aber automatisch ueber alle existierenden konferenzen. pro konferenz muss da nur die download.sh richtig angelegt werden (siehe existierende configs) | + | |