ffmpeg does not stop on "q"
Here is how recorditnow tries to stop ffmpeg:

void FfmpegRecorder::stop()
{
    if (m_recorder) {
        m_recorder->write("q\n");
        m_paused = false;
    }
}

Starting ffmpeg on a commanline, it does not recognize "q" as a signal
to stop, only ctrl-c works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/858973

Title:
  recorditnow doesn't stop 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/recorditnow/+bug/858973/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to