Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| events:34c3:34c3_streaming_website [2017/12/23 13:55] – dedeibel | events:34c3:34c3_streaming_website [2026/07/26 22:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ###### |
| Contact: dedeibel, MaZderMind | Contact: dedeibel, MaZderMind | ||
| Line 10: | Line 10: | ||
| Deployment and Servers, see https:// | Deployment and Servers, see https:// | ||
| - | ===== Self Organised Sessions Streaming | + | ##### Self Organised Sessions Streaming |
| The following streams are prepared but might come in later because we can not prepare the ingestion now. | The following streams are prepared but might come in later because we can not prepare the ingestion now. | ||
| Line 31: | Line 31: | ||
| - | ===== Local translations streaming website | + | ##### Local translations streaming website |
| **Short: https:// | **Short: https:// | ||
| Line 70: | Line 70: | ||
| s4_translated.opus | s4_translated.opus | ||
| // only one transl for s4</ | // only one transl for s4</ | ||
| + | |||
| + | #### 4k Streaming | ||
| + | |||
| + | Since we will most likely only be able to serve 4k as HLS we cannot use the normal streaming website mechanism. webm is automatically activated. Additonally this could confuse API clients. | ||
| + | |||
| + | Therefore 4k is added statically, to enabled it open: '' | ||
| + | |||
| + | < | ||
| + | <? /* Forcefully add 4k stream block here in group " | ||
| + | <? $fourkactive = false; ?> | ||
| + | <? if ($fourkactive && slugify($group) === " | ||
| + | <div class=" | ||
| + | <a href="/ | ||
| + | </ | ||
| + | |||
| + | //Are we going to hell for this? Well … chances are high.// | ||
| + | |||
| + | The target is a static html page, looking similar to the streaming website. It only offers the HLS Stream. | ||
| + | |||
| + | https:// | ||
| + | |||
| + | See '' | ||