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",
|
"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'],
|
||||||
|
|
|
||||||
|
|
@ -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>",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue