Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
events:34c3:34c3_streaming_website [2017/12/23 14:55] dedeibelevents:34c3:34c3_streaming_website [2017/12/23 18:02] (current) dedeibel
Line 70: Line 70:
     s4_translated.opus     s4_translated.opus
     // only one transl for s4</code>     // only one transl for s4</code>
 +
 +==== 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: ''configs/conferences/34c3/overview.phtml'' which overrides the regular ''overview.phtml'' and change the following variable ''fourkactive'' to ''true'':
 +
 +<code>
 + <? /* Forcefully add 4k stream block here in group "specials" BEGIN */ ?>
 + <? $fourkactive = false; ?> 
 + <? if ($fourkactive && slugify($group) === "specials"): ?>
 + <div class="room room-4k clearfix col-xs-12 col-md-6 has-preview has-schedule">
 + <a href="/configs/conferences/34c3/assets/4k.html">
 +</code>
 +
 +//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://streaming.media.ccc.de/configs/conferences/34c3/assets/4k.html
 +
 +See ''git diff c2d79d97d5 286078ef6'' for the changes.
  • events/34c3/34c3_streaming_website.1514037324.txt.gz
  • Last modified: 2017/12/23 14:55
  • by dedeibel