Hide live transcoding features if disabled
This commit is contained in:
parent
a2c3564a31
commit
fe228901ce
1 changed files with 2 additions and 2 deletions
|
@ -74,14 +74,14 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<tr *ngIf="serverConfig.live.enabled">
|
||||
<th i18n class="sub-label" scope="row">Transcode live video in multiple resolutions</th>
|
||||
<td>
|
||||
<my-feature-boolean [value]="serverConfig.live.transcoding.enabled && serverConfig.live.transcoding.enabledResolutions.length > 1"></my-feature-boolean>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<tr *ngIf="serverConfig.live.enabled">
|
||||
<th i18n class="sub-label" scope="row">Max parallel lives</th>
|
||||
<td i18n>
|
||||
{{ maxUserLives }} per user / {{ maxInstanceLives }} per instance
|
||||
|
|
Loading…
Reference in a new issue