diff --git a/assets/js/lustiges-script.js b/assets/js/lustiges-script.js index 3b38a2d6..e7f8a868 100644 --- a/assets/js/lustiges-script.js +++ b/assets/js/lustiges-script.js @@ -40,6 +40,7 @@ $(function() { baseUrl: 'assets/voc-player/', autoPlay: true, poster: $player.data("poster"), + audioOnly: !!$player.data("audio-only"), events: { onReady: function() { var player = this; diff --git a/template/assemblies/player/audio.phtml b/template/assemblies/player/audio.phtml index c3594eb1..71b01b4d 100644 --- a/template/assemblies/player/audio.phtml +++ b/template/assemblies/player/audio.phtml @@ -1,3 +1,5 @@ + + if($stream->isTranslated()): ?> - + + + else: ?> +
+ endif ?> + diff --git a/template/assemblies/switcher/dash.phtml b/template/assemblies/switcher/dash.phtml index 5aa56b43..485b5e19 100644 --- a/template/assemblies/switcher/dash.phtml +++ b/template/assemblies/switcher/dash.phtml @@ -1,13 +1,5 @@DASH is an adaptive-bitrate HTTP-based streaming solution that is (unlike existing proprietary solutions such as HLS) internationally standardized.
-Support for DASH in open source software such as ffmpeg is still pretty rough, so consider this a technology-preview, it's not yet a stable solution.
-Please report your experience to @c3voc.
-