video on node red ui - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: Node Red (https://forum.openmarine.net/forumdisplay.php?fid=15) +--- Thread: video on node red ui (/showthread.php?tid=629) |
video on node red ui - jim321 - 2017-07-11 i was looking around the net and picked up this.. looks like it could be easy to use an ip cam also open node red pick a template from the dashboard go to youtube select any video hit the share embed copy that paste it in the template deleting the line that's there choose a group deploy don't worry about the error in the template .. video need's to be resized .. but good trick to know.. Code: [{"id":"11d61fa.875fce","type":"ui_template","z":"5145140c.93970c","group":"d137846.7769678","name":"","order":0,"width":"0","height":"0","format":"<iframe width=\"300\" height=\"300\" src=\"https://www.youtube.com/embed/Vl-JhQINZEk\" frameborder=\"0\" allowfullscreen></iframe>","storeOutMessages":true,"fwdInMessages":true,"x":360,"y":380,"wires":[[]]},{"id":"d137846.7769678","type":"ui_group","z":"","name":"Default","tab":"655d7af8.d83a04","disp":false,"width":"6"},{"id":"655d7af8.d83a04","type":"ui_tab","z":"","name":"testy","icon":"dashboard"}] jim |