Back to Peertube

Live Stream Information.Component

client/src/app/+videos-publish-manage/shared-manage/live-settings/live-stream-information.component.html

8.1.5479 B
Original Source

@if (latestLiveSessions.length !== 0) {

Latest live sessions @for (session of latestLiveSessions; track session) { @if (!getErrorLabel(session)) { Success } @if (getErrorLabel(session)) { {{ getErrorLabel(session) }} } Started on {{ session.startDate | ptDate:'medium' }} @if (session.endDate) { Ended on {{ session.endDate | ptDate:'medium' }} } @if (session.replayVideo) { Go to replay } @if (isReplayBeingProcessed(session)) { Replay is being processed... } } }