diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-14 12:21:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-14 12:21:07 +0100 |
commit | cd5dc7188b27c227d4cb0d4e569180822ecfa250 (patch) | |
tree | 2f6755f4175f408bf8764c956a1cacf341d22f1b /client/src/app/+videos | |
parent | 402145b8630d1908c35f8c22846ddc4475f25d3e (diff) | |
download | PeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.tar.gz PeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.tar.zst PeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.zip |
Add link to the documentation for live streaming
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-edit/shared/video-edit.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html index 0c60ec4ec..d75f37074 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html | |||
@@ -210,6 +210,9 @@ | |||
210 | <ng-template ngbNavContent> | 210 | <ng-template ngbNavContent> |
211 | <div class="row live-settings"> | 211 | <div class="row live-settings"> |
212 | <div class="col-md-12"> | 212 | <div class="col-md-12"> |
213 | <div class="alert alert-info"> | ||
214 | <my-live-documentation-link></my-live-documentation-link> | ||
215 | </div> | ||
213 | 216 | ||
214 | <div class="form-group"> | 217 | <div class="form-group"> |
215 | <label for="liveVideoRTMPUrl" i18n>Live RTMP Url</label> | 218 | <label for="liveVideoRTMPUrl" i18n>Live RTMP Url</label> |