]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/video-watch/video-watch.component.html
Client: clear timeout error timer for video watch
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.html
1 <div *ngIf="error" class="alert alert-danger">
2 The video load seems to be abnormally long. You could:
3 <ul>
4 <li>Check your browser console to see potentials errors</li>
5 <li>Your firewall or NAT could be too restrictive for WebRTC (there is no TURN server)</li>
6 <li>
7 Report an issue on
8 <a href="https://github.com/Chocobozzz/PeerTube/issues" title="Report an issue">
9 https://github.com/Chocobozzz/PeerTube/issues
10 </a>
11 </li>
12 </ul>
13 </div>
14
15 <div class="embed-responsive embed-responsive-19by9">
16 <my-loader [loading]="loading"></my-loader>
17 </div>
18
19 <div id="torrent-info">
20 <div id="torrent-info-download" class="col-md-4 col-sm-4 col-xs-4">Download: {{ downloadSpeed | bytes }}/s</div>
21 <div id="torrent-info-upload" class="col-md-4 col-sm-4 col-xs-4">Upload: {{ uploadSpeed | bytes }}/s</div>
22 <div id="torrent-info-peers" class="col-md-4 col-sm-4 col-xs-4">Number of peers: {{ numPeers }}</div>
23 <div>