#6953 closed defect (fixed)
http(s) hls - the interrupt callback is not copied from parent avctx
Reported by: | perexg | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | hls |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
libavfromat/hls.c - the interrupt_callback should be copied to all context "slaves" - after all avformat_open_input() calls
Perhaps, other protocols are affected too.
There is no way to break the input loop gracefully.
Change History (3)
comment:1 by , 4 years ago
Priority: | important → normal |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 4 years ago
Keywords: | hls added |
---|
comment:3 by , 4 years ago
Keywords: | interrupt removed |
---|---|
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Should have been fixed in 4239a8c9831a0054af47400aaf78167178b97197. Reopen if not.