[FFmpeg-trac] #4103(avformat:new): PLAYPATH_MAX_LENGTH is too small

FFmpeg trac at avcodec.org
Wed Nov 12 16:08:24 CET 2014


#4103: PLAYPATH_MAX_LENGTH is too small
----------------------------------+---------------------------------------
             Reporter:  geNia     |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  unspecified
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 How to reproduce:
 Start streaming to the url which is more than 256 symbols length.
 You'll get I/O error.

 I can't change url so I changed PLAYPATH_MAX_LENGTH to 512 and
 TCURL_MAX_LENGTH to 1024 in rtmpproto.c and everything works well.

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


More information about the FFmpeg-trac mailing list