[FFmpeg-trac] #3235(FFmpeg:new): ffmpeg doesn't respond to SIGINT on debian sid when using pulse input
FFmpeg
trac at avcodec.org
Mon Dec 23 13:48:55 CET 2013
#3235: ffmpeg doesn't respond to SIGINT on debian sid when using pulse input
------------------------------------+----------------------------------
Reporter: jnvsor | Owner:
Type: defect | Status: new
Priority: minor | Component: FFmpeg
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+----------------------------------
Comment (by cehoyos):
As said, I never install to avoid this issue. I suggest doing the same
when reporting bugs / simplifying a report.
I still cannot reproduce with your exact configure line:
{{{
$ ffmpeg -f pulse -i default -c copy out.avi
ffmpeg version N-59296-g5a1bfa7 Copyright (c) 2000-2013 the FFmpeg
developers
built on Dec 23 2013 13:44:13 with gcc 4.7 (SUSE Linux)
configuration: --enable-libopencv --enable-libpulse --enable-gnutls
--shlibdir=/usr/lib/x86_64-linux-gnu --libdir=/usr/lib/x86_64-linux-gnu
--enable-shared --disable-static --prefix=/home/c/FFmpeg
libavutil 52. 59.100 / 52. 59.100
libavcodec 55. 46.100 / 55. 46.100
libavformat 55. 22.100 / 55. 22.100
libavdevice 55. 5.102 / 55. 5.102
libavfilter 4. 0.100 / 4. 0.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
Guessed Channel Layout for Input Stream #0.0 : stereo
Input #0, pulse, from 'default':
Duration: N/A, start: 0.641061, bitrate: 1536 kb/s
Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Output #0, avi, to 'out.avi':
Metadata:
ISFT : Lavf55.22.100
Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz,
stereo, 1536 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
size= 250kB time=00:00:01.27 bitrate=1607.6kbits/s
video:0kB audio:239kB subtitle:0 global headers:0kB muxing overhead
4.656446%
Received signal 2: terminating.
}}}
To simplify the command line, could you test the following?
{{{
$ ffmpeg -f pulse -i default -f null -
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3235#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list