[FFmpeg-trac] #8675(undetermined:new): "Unable to open resource" with the lastest git-master build

FFmpeg trac at avcodec.org
Sat May 16 20:42:00 EEST 2020


#8675: "Unable to open resource" with the lastest git-master build
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  CrazyRedElephant                   |
               Status:  new          |                 Priority:  important
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:  hls m3u8     |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 When dealing with a .m3u8 file, I'm getting errors like "Unable to open
 resource: cmy_actual_filename.ts" while there's no letter "c" before
 filename in any of the filenames in my chunklist.

 Same if I use absolute paths, the error would be like "Unable to open
 resource: cD:\path\to\my_actual_filename.ts"

 Looks like it just appends "c" to the filename/path.

 One of the older builds that I have works fine with the very same command
 so I believe it's a bug.

 Looks like this issue is similar to ticket #8674.

 How to reproduce:

 Any operation with .m3u8 like:

 {{{
 ffmpeg -i chunklist.m3u8 -c copy output.mp4
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8675>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list