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

FFmpeg trac at avcodec.org
Wed Feb 13 19:26:13 EET 2019


#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:  open
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  http mov     |               Blocked By:
  regression                         |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by npryan):

 I can confirm this fix worked for me as well:


 {{{
 if ((whence == AVSEEK_SIZE) || (h->is_streamed ==0 && whence == SEEK_SET
 && off == s->filesize))
         return s->filesize;
 }}}

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


More information about the FFmpeg-trac mailing list