How can I make Windows automatically launch the Discovery Service?
Thanks for sharing the link!
Am I missing something? The link only explains how I can launch the Bridge using command line, not how I can make Windows automatically launch Discovery Service?
Am I missing something? The link only explains how I can launch the Bridge using command line, not how I can make Windows automatically launch Discovery Service?
Sorry, was think you were looking for NDI Bridge autostart.
I like to use Windows Task Schedular to run applications when I log into the computer. I use this to run NDI Screen Capture for NDI-KVM access to a system when they startup, but you could easily make it run Discovery Server.
I like to use Windows Task Schedular to run applications when I log into the computer. I use this to run NDI Screen Capture for NDI-KVM access to a system when they startup, but you could easily make it run Discovery Server.
Here is the solution:
Make a shortcut in the Startup folder. To do this, enter "shell:startup" in the command-r window to open the Startup folder.
Then hold the Alt key and drag the NDI Discovery Service from c:\Program Files\NDI\NDI 6 Tools\Discovery to the Startup folder.
Make a shortcut in the Startup folder. To do this, enter "shell:startup" in the command-r window to open the Startup folder.
Then hold the Alt key and drag the NDI Discovery Service from c:\Program Files\NDI\NDI 6 Tools\Discovery to the Startup folder.
Hi Oliver,
You can find more information about windows task scheduler from the following links:
https://docs.ndi.video/all/faq/ndi-tools/how-can-i-make-ndi-tools-launch-automatically
https://learn.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page"
Zoe
You can find more information about windows task scheduler from the following links:
https://docs.ndi.video/all/faq/ndi-tools/how-can-i-make-ndi-tools-launch-automatically
https://learn.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page"
Zoe
I'd recommend you run the Discovery Server as a windows service. That way it will run before a user is logged in on the PC, so it becomes a true 'always-on' solution.
You need a third-party "Service wrapper"to do this. We've usually recommended NSSM (the Non-Sucking Service Manager) for this, and put together a quick 'how-to'.
https://support.rascular.com/ndi-discovery-server-as-a-windows-service/
That is exactly what I was looking for, thanks!