Dear All,
I am using Media node for running a video on Node red dashboard.
Everything works well except that video does not start automatically. I have enabled "run on start" option. Still everytime, I have to press play button to make it play.
Node Red version: v2.2.2
Media node version: 1.2.0
my flow is as below:
[
{
"id": "66a893890f0d1afc",
"type": "ui_media",
"z": "2a49a3ed09ee2b01",
"group": "2ead0f3054aaadd1",
"name": "",
"width": 24,
"height": 16,
"order": 1,
"category": "videos",
"file": "Saral Technologies_Presentation - 02102022.mp4",
"layout": "adjust",
"showcontrols": true,
"loop": true,
"onstart": true,
"scope": "local",
"tooltip": "",
"x": 410,
"y": 280,
"wires": [
[]
]
},
{
"id": "2ead0f3054aaadd1",
"type": "ui_group",
"name": "Screen1",
"tab": "2a3bf24941459982",
"order": 1,
"disp": false,
"width": 30,
"collapse": false,
"className": ""
},
{
"id": "2a3bf24941459982",
"type": "ui_tab",
"name": "CTQ_Screen",
"icon": "dashboard",
"order": 1,
"disabled": false,
"hidden": false
}
]
Screen shot for Media node configuration:
Please help with suggestion to make it Auto Play everytime any user open the dashboard.
thanks.