I wanted to stop and restart a function in python at regular interval[let's say 1 hour], were function contains os.system();#needed command
Inside os.system, an cvlc program is trying to capture stream and saving in local disk. I need to stop at each one hour , and will be providing new file name for next start.
Sample code will be appreciated...!