[FFmpeg-trac] #748(avformat:new): av_read_frame() returns error while streaming mp3

FFmpeg trac at avcodec.org
Wed Dec 14 16:30:10 CET 2011


#748: av_read_frame() returns error while streaming mp3
-------------------------------------+-------------------------------------
             Reporter:  blarson      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  0.8.7        |               Resolution:
             Keywords:               |               Blocked By:
  av_read_frame, ffplay              |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Cigaes):

 You should use av_strerror, you would have noticed that -541478725 is
 AVERROR_EOF: lavf considers that your file has ended.

 This seems perfectly normal with the URL you give as an example, as it is
 in fact a redirection to short individual files.

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


More information about the FFmpeg-trac mailing list