Add basic persistent viewership stats

This commit is contained in:
Gabe Kangas
2020-06-10 23:59:36 -07:00
parent 9ebec675b5
commit b47ea89c06
5 changed files with 128 additions and 7 deletions
+2
View File
@@ -41,6 +41,8 @@
</video>
<div id="app">
{{ streamStatus }} {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}.
Max {{ sessionMaxViewerCount }} {{ 'viewer' | plural(sessionMaxViewerCount) }},
{{ overallMaxViewerCount }} overall.
</div>
</div>