I want to use 'cat myclip.avi' command to send the output to three running thread, i am trying to process same clip file to produce three different result.
can i use dup2 ...
Below is my code that will be called by each thread in order to write the output of ping command to a text file. The file is created properly but there ...