WOW! It works with your sample! Thank you so much efontanta! The thing that you did that made it work was that you used the ManualResetEvent, which I didn't. I'm not the best at threading, I know that in windows I had to handle this using the Dispatcher. What is the reason you needed the ManualResetEvent, is it because the process is spawned in a different thread etc? Anyway, without the ManualResetEvent code I didn't get any response until the process ended, does it lock up my main thread perhaps?
So happy you helped me! Thank you! -- View this message in context: http://mono.1490590.n4.nabble.com/OutputDataReceived-event-not-raised-when-using-the-Process-class-together-with-Ffmpeg-tp4649705p4649760.html Sent from the Mono - OSX mailing list archive at Nabble.com. _______________________________________________ Mono-osx mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-osx
