Update index.html

このコミットが含まれているのは:
n9k 2021-04-13 13:17:21 +00:00
コミット 86764e15a7
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -21,7 +21,7 @@
<source src="{{ url_for('playlist') }}" type="application/x-mpegURL">
</video>
<noscript>
<video style="width: 100%;height: 100%;" controls autoplay src="{{ url_for('stream') }}">
<video style="width: 100%;height: 100%;" controls autoplay src="{{ url_for('segments') }}">
</noscript>
</div>
<iframe id="stream-info" style="height:9em;" src="/stream-info"></iframe>