[FFmpeg-trac] #346(FFserver:new): FFserver passing on rtp stream freezes

FFmpeg trac at avcodec.org
Tue Nov 8 19:40:31 CET 2011


#346: FFserver passing on rtp stream freezes
--------------------------------------+------------------------------------
             Reporter:  schanda       |                    Owner:  baptiste
                 Type:  defect        |                   Status:  new
             Priority:  normal        |                Component:  FFserver
              Version:  git           |               Resolution:
             Keywords:  stream error  |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+------------------------------------

Comment (by thunder.m):

 Replying to [comment:6 michael]:
 > Doesnt the buffer size need to be set before probing ?

 In previous code it was set right after avio_open function, but now it is
 not possible to get it to this place without completly rewrite too many
 lines of code depending on function avformat_open_input, or add extra
 parameter to objects.

 In easy way it is not possible to put it before avformat_open_input, all
 calls of ffio_set_buf_size in patch can't be before because s->pb is not
 yet initialized.

 So this is only easy solution, i was also trying to find function called
 before buffer set which depends on buffer and i didn't find any.

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


More information about the FFmpeg-trac mailing list