[FFmpeg-trac] #6885(undetermined:new): Some media files don't work on FFmpeg as HTTP stream-in (worked with much older FFmpeg version)

FFmpeg trac at avcodec.org
Fri Dec 1 03:03:59 EET 2017


#6885: Some media files don't work on FFmpeg as HTTP stream-in (worked with much
older FFmpeg version)
-------------------------------------+-------------------------------------
             Reporter:  jaypadia     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
              Version:  git-master   |  undetermined
             Keywords:  http mov     |               Resolution:
  regression                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by tmm1):

 This definitely seems quite strange:

 {{{
 [https @ 0x33a8de0] header='Content-Range: bytes
 207459243-207500194/207500195'
 [https @ 0x33a8de0] header='Content-Type: video/mp4'
 ...
 [https @ 0x33a8de0] request: GET /frameio-uploads-production/uploads
 /dfd0150a-170f-4422-b1b1-ed6af7cb725f/original.mp4?... HTTP/1.1
 User-Agent: Lavf/58.0.101
 Range: bytes=207500195-
 ...
 [https @ 0x33a8de0] header='HTTP/1.1 416 Requested Range Not Satisfiable'
 }}}

 The first response indicates the file is 207500195 in length, but then the
 next request tries to read from 207500195 onwards which makes no sense.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6885#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list