Add HLS Options field in Account Settings > Preferences

- While the this feature is visible in the current dashboard it only works in Dashboard v3
merge-requests/74/merge
Moe 2021-05-18 23:38:51 -07:00
parent 6666db6364
commit 4c34d3e389
2 changed files with 10 additions and 2 deletions

View File

@ -4437,14 +4437,20 @@ module.exports = function(s,config,lang){
"color": "navy", "color": "navy",
"info": [ "info": [
{ {
"field": lang.CSS,
"name": "detail=css", "name": "detail=css",
fieldType:"textarea", fieldType:"textarea",
"placeholder": "#main_header{background:#b59f00}", "placeholder": "#main_header{background:#b59f00}",
"field": lang.CSS,
"description": "", "description": "",
"default": "", "default": "",
"example": "", "example": "",
"possible": "" "possible": ""
},
{
"field": lang.hlsOptions,
"name": "localStorage=hlsOptions",
fieldType:"textarea",
"placeholder": "{}",
}, },
{ {
"field": lang['Force Monitors Per Row'], "field": lang['Force Monitors Per Row'],
@ -6041,7 +6047,7 @@ module.exports = function(s,config,lang){
}, },
} }
}, },
"Montior Configuration Finder": { "Montior Configuration Finder": {
"section": "Montior Configuration Finder", "section": "Montior Configuration Finder",
"blocks": { "blocks": {
"Search Settings": { "Search Settings": {

View File

@ -599,6 +599,8 @@
"Probe Size": "Probe Size", "Probe Size": "Probe Size",
"Stream Type": "Stream Type", "Stream Type": "Stream Type",
"# of Allow MJPEG Clients": "# of Allow MJPEG Clients <small>0 for infinite</small>", "# of Allow MJPEG Clients": "# of Allow MJPEG Clients <small>0 for infinite</small>",
"hlsOptions": "HLS Options",
"hlsOptionsInvalid": "HLS Options are Invalid",
"HLS Video Encoder": "Video Encoder", "HLS Video Encoder": "Video Encoder",
"HLS Audio Encoder": "Audio Encoder", "HLS Audio Encoder": "Audio Encoder",
"HLS Segment Length": "Segment Length <small>in Seconds</small>", "HLS Segment Length": "Segment Length <small>in Seconds</small>",