#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".