Table of Contents

34C3 Streaming Website

Contact: dedeibel, MaZderMind

Branch: events/34c3 (deployed!)

https://streaming.media.ccc.de/34c3

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.

Features:

Local translations streaming website

Short: https://c3voc.de/lt

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.

Basically another conference was configured with following specialties:

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:

			<? /* 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">

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.