diff options
author | Andreas Hubel | 2019-01-24 22:27:38 +0100 |
---|---|---|
committer | GitHub | 2019-01-24 22:27:38 +0100 |
commit | 217a9ac55579b4792f74503fefa5cdd93a0a46eb (patch) | |
tree | 40e2170380c9bcbb378b8909ed345e750b116555 /template/assemblies/switcher/dash.phtml | |
parent | 3d9d559eea89aa0433860955bbb1da3fcc252628 (diff) | |
parent | 593c7c9d719764dd399d89e51c9582731128fe67 (diff) |
Merge pull request #82 from florolf/wording-fixes
improve wording and fix some Gerglish
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/switcher/dash.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/switcher/dash.phtml b/template/assemblies/switcher/dash.phtml index 7c8f617..5aa56b4 100644 --- a/template/assemblies/switcher/dash.phtml +++ b/template/assemblies/switcher/dash.phtml @@ -2,7 +2,7 @@ <div class="notes well"> <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><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/c3voc">@c3voc</a>.</p> </div> |