Add P2P concept for HLS config
This commit is contained in:
parent
9770baeea0
commit
f6f371ae5f
|
@ -772,7 +772,7 @@
|
||||||
<div class="form-group" [ngClass]="{ 'disabled-checkbox-extra': !isTranscodingEnabled() }">
|
<div class="form-group" [ngClass]="{ 'disabled-checkbox-extra': !isTranscodingEnabled() }">
|
||||||
<my-peertube-checkbox
|
<my-peertube-checkbox
|
||||||
inputName="transcodingHlsEnabled" formControlName="enabled"
|
inputName="transcodingHlsEnabled" formControlName="enabled"
|
||||||
i18n-labelText labelText="HLS support enabled"
|
i18n-labelText labelText="HLS with P2P support enabled"
|
||||||
>
|
>
|
||||||
<ng-template ptTemplate="help">
|
<ng-template ptTemplate="help">
|
||||||
<ng-container i18n>
|
<ng-container i18n>
|
||||||
|
|
Loading…
Reference in New Issue