PeerTube/client/angular/videos/components/watch/videos-watch.component.html

14 lines
486 B
HTML

<!-- Loader -->
<div id="video-loading" class="col-md-12 text-center" *ngIf="loading">
<div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
</div>
<div class="embed-responsive embed-responsive-19by9">
</div>
<div id="torrent-info">
<div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div>
<div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div>
<div id="torrent-info-peers">Number of peers: {{ numPeers }}</div>
<div>