[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 19:32:22 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 jnvsor):

 Your LD.. line got the bug reproduced without the shlibdir option:

 {{{
 $ ./configure --enable-libopencv --enable-libpulse --enable-gnutls
 --enable-shared
 $ make ffmpeg
 $ export
 LD_LIBRARY_PATH=libavutil/:libavcodec/:libavformat/:libavdevice/:libswscale/:libavfilter/:libswresample/
 $ ./ffmpeg -f pulse -i default -f null -
 ffmpeg version N-59281-g64b98df Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Dec 23 2013 19:28:29 with gcc 4.8 (Debian 4.8.2-10)
   configuration: --enable-libopencv --enable-libpulse --enable-gnutls
 --enable-shared
   libavutil      52. 58.101 / 52. 58.101
   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.013164, bitrate: 1536 kb/s
     Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
 Output #0, null, to 'pipe:':
   Metadata:
     encoder         : Lavf55.22.100
     Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (pcm_s16le -> pcm_s16le)
 Press [q] to stop, [?] for help
 size=N/A time=00:00:02.01 bitrate=N/A
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3235#comment:10>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list