[FFmpeg-trac] #9009(ffmpeg:new): SIGINT ignored while awaiting RTP data

FFmpeg trac at avcodec.org
Thu Nov 26 00:52:23 EET 2020


#9009: SIGINT ignored while awaiting RTP data
--------------------------------------+----------------------------------
             Reporter:  juannm        |                    Owner:
                 Type:  defect        |                   Status:  new
             Priority:  normal        |                Component:  ffmpeg
              Version:  git-master    |               Resolution:
             Keywords:  sigint, exit  |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+----------------------------------

Comment (by taliho):

 @juannm, do you want to try this branch?
 https://github.com/talih0/FFmpeg/tree/signal

 There are two commit:
 - first replaces signal() by sigaction() on linux
 - second commit is just an idea to exit demuxers after the first SIGINT.
 Otherwise, two SIGINTs will be needed.. (which also caused errors writing
 muxer's trailer)

--
Ticket URL: <https://trac.ffmpeg.org/ticket/9009#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list