Add HLS Options field in Account Settings > Preferences
- While the this feature is visible in the current dashboard it only works in Dashboard v3merge-requests/74/merge
parent
6666db6364
commit
4c34d3e389
|
|
@ -4437,14 +4437,20 @@ module.exports = function(s,config,lang){
|
|||
"color": "navy",
|
||||
"info": [
|
||||
{
|
||||
"field": lang.CSS,
|
||||
"name": "detail=css",
|
||||
fieldType:"textarea",
|
||||
"placeholder": "#main_header{background:#b59f00}",
|
||||
"field": lang.CSS,
|
||||
"description": "",
|
||||
"default": "",
|
||||
"example": "",
|
||||
"possible": ""
|
||||
},
|
||||
{
|
||||
"field": lang.hlsOptions,
|
||||
"name": "localStorage=hlsOptions",
|
||||
fieldType:"textarea",
|
||||
"placeholder": "{}",
|
||||
},
|
||||
{
|
||||
"field": lang['Force Monitors Per Row'],
|
||||
|
|
|
|||
|
|
@ -599,6 +599,8 @@
|
|||
"Probe Size": "Probe Size",
|
||||
"Stream Type": "Stream Type",
|
||||
"# 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 Audio Encoder": "Audio Encoder",
|
||||
"HLS Segment Length": "Segment Length <small>in Seconds</small>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue