1
0
Fork 0
peertube/client/src/app/videos/video-watch/video-watch.component.html

24 lines
845 B
HTML
Raw Normal View History

<div *ngIf="error" class="alert alert-danger">
The video load seems to be abnormally long. You could:
<ul>
<li>Check your browser console to see potentials errors</li>
<li>Your firewall or NAT could be too restrictive for WebRTC (there is no TURN server)</li>
<li>
Report an issue on
<a href="https://github.com/Chocobozzz/PeerTube/issues" title="Report an issue">
https://github.com/Chocobozzz/PeerTube/issues
</a>
</li>
</ul>
</div>
2016-03-14 12:50:19 +00:00
<div class="embed-responsive embed-responsive-19by9">
<my-loader [loading]="loading"></my-loader>
2016-03-14 12:50:19 +00:00
</div>
2016-04-29 12:18:14 +00:00
<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>