LSP: added help messages to new auto push settings

This commit is contained in:
Cat 2017-11-07 16:40:50 +01:00
parent 7da2327e44
commit 405bf0f054
2 changed files with 9 additions and 9 deletions

View file

@ -4667,7 +4667,7 @@ var UI = {
type: "unix",
label: "Schedule time",
min: 0,
help: "TODO",
help: "The time where the push will become active. The default is to start immediately.",
pointer: {
main: saveas,
index: "scheduletime"
@ -4676,7 +4676,7 @@ var UI = {
type: "unix",
label: "Recording start time",
min: 0,
help: "TODO",
help: "Where in the media buffer the recording will start. Defaults to the most recently received keyframe.<br>Only makes sense for live streams.",
pointer: {
main: saveas,
index: "recstartunix"
@ -4685,7 +4685,7 @@ var UI = {
type: "unix",
label: "Complete time",
min: 0,
help: "TODO",
help: "The time where the push will stop. Defaults to never stop automatically.<br>Only makes sense for live streams.",
pointer: {
main: saveas,
index: "completetime"