Opened 9 years ago
Closed 9 years ago
#5314 closed defect (invalid)
hlsenc ignores http method AVOption on index files
Reported by: | Harry | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | hlsenc http |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
report attached.
Use hlsenc output to a http URI and try to override the method AVOption.
In the report, you can see that index files use POST and the chunks use PUT as expected.
An interim fix is to pass &options to the io_open call that creates the index file - but I've only tested this on HTTP and don't know if it will break any other use case.
Note:
See TracTickets
for help on using tickets.