diff options
author | Anton Schubert | 2017-12-23 22:43:41 +0100 |
---|---|---|
committer | MaZderMind | 2018-01-24 23:34:04 +0100 |
commit | 4baa1827cdf4642bd67dd0bbd64b55eca9fe5f70 (patch) | |
tree | df725fe2f84fe701277be1792891d7f8d1cfef8a | |
parent | 317f94d5e3c80f5b342208bad5192a0139a398ea (diff) |
rename dash tab
-rw-r--r-- | model/RoomTab.php | 2 | ||||
-rw-r--r-- | template/assemblies/switcher/dash.phtml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/model/RoomTab.php b/model/RoomTab.php index b986602..cd9e355 100644 --- a/model/RoomTab.php +++ b/model/RoomTab.php @@ -38,7 +38,7 @@ class RoomTab return 'Radio'; case 'dash': - return 'DASH (beta)'; + return 'Adaptive Quality Video'; default: return ucfirst($tab); diff --git a/template/assemblies/switcher/dash.phtml b/template/assemblies/switcher/dash.phtml index 63b8381..70c6405 100644 --- a/template/assemblies/switcher/dash.phtml +++ b/template/assemblies/switcher/dash.phtml @@ -1,10 +1,10 @@ <div class="container-fluid"> <div class="notes well"> - <h3 class="beta">WARNING! BETA!</h3> + <h3 class="beta">WebM DASH</h3> <p><a href="https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP">DASH</a> is an adaptive-bitrate HTTP-based streaming solution, that is (unlike existing proprietary solutions such as HLS) internationally standardized.</p> <p>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.</p> - <p>Please report your experience to <a href="https://twitter.com/c3streaming">@c3streaming</a>, but please don't expect full support.</p> + <p>Please report your experience to <a href="https://twitter.com/c3streaming">@c3streaming</a>.</p> </div> |