You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task of transcribing audio remotely is very useful. Therefore, it would be interesting to have a script to run the server and also a script to create a service on Windows. To create a Windows service we can use the free nssm software ( command line ). This software is quite powerful, it is even possible to create log rotation.
Initial idea:
Create a 'server' folder in the root of iped. Place two other subfolders 'discovery' and 'transcriptor'.
Within each one we would have the following batches, for example:
run_discovery.bat
install_discovery_service.bat
remove_discovery_service.bat
discovery_log.txt
dicovery_config.txt
In 'discovery_config.txt' we would have the port value and the log file name.
I'm almost finished writing the scripts... if it's of interest...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The task of transcribing audio remotely is very useful. Therefore, it would be interesting to have a script to run the server and also a script to create a service on Windows. To create a Windows service we can use the free nssm software ( command line ). This software is quite powerful, it is even possible to create log rotation.
Initial idea:
Create a 'server' folder in the root of iped. Place two other subfolders 'discovery' and 'transcriptor'.
Within each one we would have the following batches, for example:
run_discovery.bat
install_discovery_service.bat
remove_discovery_service.bat
discovery_log.txt
dicovery_config.txt
In 'discovery_config.txt' we would have the port value and the log file name.
I'm almost finished writing the scripts... if it's of interest...
Beta Was this translation helpful? Give feedback.
All reactions