Don't work, I all-ready tested this. He report has "The recorder has
crashed!"

Maybe from (line 315 src/plugins/recorder/ffmpegrecorder/ffmpegrecorder.cpp): 
    if (status == KProcess::CrashExit || ret != 0) {
        clean();
        emit finished(Crash);
        return;
    }


Tested too and not work (I'm not c++ programmer, but can compile it):
        char ctrlC = 0x03;
        m_recorder->write( &ctrlC );
and
        m_recorder->write("^c");

-- 
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