SplitCam Community

SPLITCAM FORUMS => SPLITCAM TECH SUPPORT => Topic started by: bulentperktas on January 23, 2023, 08:19:19 AM

Title: Is there any a way to restart application with cmdline?
Post by: bulentperktas on January 23, 2023, 08:19:19 AM
Hi Splitcam Community,

While splitcam working with my rtsp stream frozen sometimes, when i click the application it gives this screen; (SplitCam exception, Splitcam is already running.)

(https://mailbaskentedutr-my.sharepoint.com/:i:/g/personal/20594951_m_baskent_edu_tr/EYtkQGpEQ8RMg1hg5v1MFSIBQ4YRkUwU8PcY-7AFTTVtEg?e=EEbHHL)

I do not want to close application and open again, is there any way to restart splitcam application whitout giving above exception using with command line switches? For example;

"C:\Program Files\SplitCam\10\splitcam.exe" /restart

Thank you in advice,
Bulent
Title: Re: Is there any a way to restart application with cmdline?
Post by: Gunnar on January 24, 2023, 04:27:46 AM
You could use taskkill to stop the running splitcam Instance:

Code: [Select]
taskkill /IM splitcam.exe