Comment 6 for bug 858973

Revision history for this message
Fenix-TX (jesusvpct) wrote : Re: recorditnow doesn't stop 11.10

I think that this is the change that is needed on src/plugins/recorder/ffmpegrecorder/ffmpegrecorder.cpp file

191c191
< kill(m_recorder->pid(), SIGINT);
---
> m_recorder->write("q\n");