Opened 9 years ago
Closed 8 years ago
#5315 closed defect (fixed)
hlsenc ignores http method AVOption on index files
Reported by: | Harry | Owned by: | Steven Liu |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | hls 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.
Attachments (1)
Change History (5)
by , 9 years ago
Attachment: | ffmpeg-20160308-145808.log added |
---|
comment:1 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → open |
you can try the patch: in maillist: avformat/hlsenc: set default http method to PUT when method is null
comment:2 by , 8 years ago
Keywords: | hls added; hlsenc removed |
---|
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
log