[FFmpeg-trac] #1383(avformat:new): HTTP playback will crash if URL can't be opened for whatever reasons

FFmpeg trac at avcodec.org
Thu May 31 19:01:22 CEST 2012


#1383: HTTP playback will crash if URL can't be opened for whatever reasons
-------------------------------------+------------------------------------
             Reporter:  jyavenard    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  critical     |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by jyavenard):

 Sorry, I made a mistake associating the commit ba354a8c ; that one
 introduced the https issue.

 Git bisect find that this is the culprit for the regression. I'm not 100%
 sure that it is completely the problem as git bisect often acts weird when
 working through merge with remote forks

 {{{
 3bdb438e6517ec342e93298de571688584050d68 is the first bad commit
 commit 3bdb438e6517ec342e93298de571688584050d68
 Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
 Date:   Mon May 28 15:03:19 2012 +0200

     http: Add support for using persistent connections

     Add a new AVOption 'multiple_requests', which indicates if we want
     to use persistent connections (ie. Connection: keep-alive).

     Signed-off-by: Martin Storsjö <martin at martin.st>

 :040000 040000 c28dfba01c195adc1a6b7f7d7c53fb60372d1b66
 2970eae70045726d784ffbedceec6fde48d3a010 M      libavformat
 }}}

 reverting that commit gives me bus error but no av_free error. As such,
 I'm not convinced that the problem can be entirely attributed to this
 commit

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1383#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list