I have made own 'test' ppa with this fix included. My first ppa, seems
to work correctly.
→ https://launchpad.net/~ap10336/+archive/ppa
#sudo add-apt-repository ppa:ap10336/ppa
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:/
Deb by Alex10336 with applied patch:
http://www.mediafire.com/?2imujbtzey9p85o
--
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 abo
The attachment "recorditnowfix858973.diff" of this bug report has been
identified as being a patch. The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch. In the
event that this is in fact not a patch you can resolve this situation by
removing the tag '
Fix found. see .diff attached.
I force ffmpeg to stop. and inform recorder to ignore forcing.
(french sorry if u don't understand)
** Patch added: "recorditnowfix858973.diff"
https://bugs.launchpad.net/ubuntu/+source/recorditnow/+bug/858973/+attachment/2591358/+files/recorditnowfix858973.dif
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 n
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");
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
"q" to quit was removed from ffmpeg with this commit:
http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fb566fdf839206584b1dec7da2eb9c9540108fa
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/85
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
--
Same for me after fresh installation 11.10!
--
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.lau
Same for me. upgraded from natty when oneiric go in "rc" state (between
beta2 and final)
--
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 notific
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: recorditnow (Ubuntu)
Status: New => Confirmed
--
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:
11 matches
Mail list logo