events:34c3:34c3_streaming_website

Differences

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

Link to this comparison view

Next revision
Previous revision
events:34c3:34c3_streaming_website [2017/12/22 20:21] – created dedeibelevents:34c3:34c3_streaming_website [2017/12/23 18:02] (current) dedeibel
Line 2: Line 2:
  
 Contact: dedeibel, MaZderMind Contact: dedeibel, MaZderMind
-Branch: events/34c3 (deployed!) 
  
-https://streaming.media.ccc.de/34c3+**Branch: events/34c3 (deployed!)** 
 + 
 +**https://streaming.media.ccc.de/34c3** 
  
 Deployment and Servers, see https://c3voc.de/wiki/software:streamingwebsite Deployment and Servers, see https://c3voc.de/wiki/software:streamingwebsite
 +
 +===== Self Organised Sessions Streaming =====
 +
 +The following streams are prepared but might come in later because we can not prepare the ingestion now.
 +
 +  * "sc3tv"
 +  * "sjh"
 +  * "sfsfe"
 +  * "sfreifunk"
 +  * "suewagen"
 +  * "s4k"
 +
 +Features:
 +
 +  * hd
 +  * sd
 +  * native
 +  * kein slides
 +  * keine translations
 +
 +
  
 ===== Local translations streaming website ===== ===== Local translations streaming website =====
  
-Short: https://c3voc.de/lt+**Short: https://c3voc.de/lt** 
 Redirects to: https://streaming.media.ccc.de/34c3_translated Redirects to: https://streaming.media.ccc.de/34c3_translated
 +
  
 Translations are this year delivered locally via a low latency opus icecast stream provided by masterbase. A special version of the streaming website was built to make the streams accessible. Translations are this year delivered locally via a low latency opus icecast stream provided by masterbase. A special version of the streaming website was built to make the streams accessible.
 +
  
 Basically another conference was configured with following specialties: Basically another conference was configured with following specialties:
Line 26: Line 52:
   * The overview page can be and is configured to directly jump to the first translation audio selection when clicking on a room   * The overview page can be and is configured to directly jump to the first translation audio selection when clicking on a room
   * Native audio is not available and hidden via css   * Native audio is not available and hidden via css
-  * A short url was configured in {{/etc/apache2/sites-enabled/001-c3voc.de}} on mng.ber for http and https+  * A short url was configured in ''/etc/apache2/sites-enabled/001-c3voc.de'' on mng.ber for http and https
     * <code>        # 34c3 - Redirect to local translation page, can be removed after event     * <code>        # 34c3 - Redirect to local translation page, can be removed after event
         <Location /lt>         <Location /lt>
                 Redirect "/lt" "https://streaming.media.ccc.de/34c3_translated"                 Redirect "/lt" "https://streaming.media.ccc.de/34c3_translated"
         </Location></code>         </Location></code>
 +  * Endpoints names will be the same as the normal cnd
 +    * <code>
 +    s1_translated.opus
 +    s1_translated-2.opus
 +     
 +    s2_translated.opus
 +    s2_translated-2.opus
 +     
 +    s3_translated.opus
 +    s3_translated-2.opus
 +     
 +    s4_translated.opus
 +    // 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.1513970507.txt.gz
  • Last modified: 2017/12/22 20:21
  • by dedeibel