[FFmpeg-trac] #4818(avutil:new): ffmpeg reporting i/o error, ffplay will never stop playing the file
FFmpeg
trac at avcodec.org
Tue Sep 1 11:01:29 CEST 2015
#4818: ffmpeg reporting i/o error, ffplay will never stop playing the file
-------------------------------------+-------------------------------------
Reporter: jose1711 | Type: defect
Status: new | Priority: important
Component: avutil | Version: 2.7
Keywords: infinite | Blocked By:
play input output error io | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
{{{
% ffmpeg -v 9 -loglevel 99 -i io_error_cant_stop_playing.dv -an -vcodec
copy /tmp/test.dv
..
Press [q] to stop, [?] for help
io_error_cant_stop_playing.dv: Input/output errorize= 117000kB
time=00:00:33.28 bitrate=28800.0kbits/s
No more output streams to write to, finishing.
..
% ffplay /tmp/test.dev (or crash.dv) - never stops
% ffmpeg -version
ffmpeg version 2.7.2 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.2.0 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --disable-
stripping --enable-avisynth --enable-avresample --enable-fontconfig
--enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-
libfreetype --enable-libfribidi --enable-libgsm --enable-libmodplug
--enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb
--enable-libopenjpeg --enable-libopus --enable-libpulse --enable-
libschroedinger --enable-libsoxr --enable-libspeex --enable-libssh
--enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid
--enable-shared --enable-version3 --enable-x11grab
libavutil 54. 27.100 / 54. 27.100
libavcodec 56. 41.100 / 56. 41.100
libavformat 56. 36.100 / 56. 36.100
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 16.101 / 5. 16.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.100 / 1. 2.100
libpostproc 53. 3.100 / 53. 3.100
}}}
file in question plays fine in vlc and mplayer, it has been uploaded to a
pc from a camera using kinodv (through firewire). i made a smaller sample
with dd and uploaded it to ffmpeg ftp (io_error_cant_stop_playing.dv).
when converting the file with mencoder, it does not report any io related
error but the resulting file again does not stop playing in ffplay.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4818>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list