aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-11 14:16:15 +0200
committerChocobozzz <me@florianbigard.com>2022-10-11 14:17:27 +0200
commit080f14025ea5113d27b9732e06a1db7eb5489dea (patch)
tree7d8ebfa9c3311050fa020df173d5217181301a5e /client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
parente5fc6b598325c861a7696e320b8de0eecb856cc7 (diff)
downloadPeerTube-080f14025ea5113d27b9732e06a1db7eb5489dea.tar.gz
PeerTube-080f14025ea5113d27b9732e06a1db7eb5489dea.tar.zst
PeerTube-080f14025ea5113d27b9732e06a1db7eb5489dea.zip
Hide wait transcoding for lives
Replays are always transcoded
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
index 4f2276e8c..83a6b2229 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
@@ -160,10 +160,6 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView
160 return this.serverConfig.live.maxDuration / 1000 160 return this.serverConfig.live.maxDuration / 1000
161 } 161 }
162 162
163 isWaitTranscodingEnabled () {
164 return this.form.value['saveReplay'] === true
165 }
166
167 getNormalLiveDescription () { 163 getNormalLiveDescription () {
168 if (this.isReplayAllowed()) { 164 if (this.isReplayAllowed()) {
169 return $localize`Stream only once, replay will replace your live` 165 return $localize`Stream only once, replay will replace your live`