aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-live/live-stream-information.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-14 12:21:07 +0100
committerChocobozzz <me@florianbigard.com>2020-12-14 12:21:07 +0100
commitcd5dc7188b27c227d4cb0d4e569180822ecfa250 (patch)
tree2f6755f4175f408bf8764c956a1cacf341d22f1b /client/src/app/shared/shared-video-live/live-stream-information.component.html
parent402145b8630d1908c35f8c22846ddc4475f25d3e (diff)
downloadPeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.tar.gz
PeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.tar.zst
PeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.zip
Add link to the documentation for live streaming
Diffstat (limited to 'client/src/app/shared/shared-video-live/live-stream-information.component.html')
-rw-r--r--client/src/app/shared/shared-video-live/live-stream-information.component.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html
index 8d9467fe5..e7b00cd01 100644
--- a/client/src/app/shared/shared-video-live/live-stream-information.component.html
+++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html
@@ -11,6 +11,10 @@
11 <div class="badge badge-info" *ngIf="live.saveReplay" i18n>Replay will be saved</div> 11 <div class="badge badge-info" *ngIf="live.saveReplay" i18n>Replay will be saved</div>
12 </div> 12 </div>
13 13
14 <div class="alert alert-info">
15 <my-live-documentation-link></my-live-documentation-link>
16 </div>
17
14 <div class="form-group"> 18 <div class="form-group">
15 <label for="liveVideoRTMPUrl" i18n>Live RTMP Url</label> 19 <label for="liveVideoRTMPUrl" i18n>Live RTMP Url</label>
16 <my-input-toggle-hidden id="liveVideoRTMPUrl" [value]="live.rtmpUrl" [withToggle]="false" [withCopy]="true" [show]="true" [readonly]="true"></my-input-toggle-hidden> 20 <my-input-toggle-hidden id="liveVideoRTMPUrl" [value]="live.rtmpUrl" [withToggle]="false" [withCopy]="true" [show]="true" [readonly]="true"></my-input-toggle-hidden>