Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
50a66a69
Verified
Commit
50a66a69
authored
Nov 25, 2021
by
Chocobozzz
Browse files
Optimize HLS/WebTorrent videos only
parent
1255f22d
Pipeline
#460756
passed with stage
in 12 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
client/src/app/+admin/overview/videos/video-admin.service.ts
View file @
50a66a69
...
...
@@ -59,19 +59,19 @@ export class VideoAdminService {
title
:
$localize
`Video files`
,
children
:
[
{
value
:
'
webtorrent:true
'
,
value
:
'
webtorrent:true
isLocal:true
'
,
label
:
$localize
`With WebTorrent`
},
{
value
:
'
webtorrent:false
'
,
value
:
'
webtorrent:false
isLocal:true
'
,
label
:
$localize
`Without WebTorrent`
},
{
value
:
'
hls:true
'
,
value
:
'
hls:true
isLocal:true
'
,
label
:
$localize
`With HLS`
},
{
value
:
'
hls:false
'
,
value
:
'
hls:false
isLocal:true
'
,
label
:
$localize
`Without HLS`
}
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment