Opened 14 years ago
Closed 14 years ago
#51 closed defect (fixed)
FFMpeg hangs on some iptv stream.
Reported by: | igor | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Sometimes on euronews stream, ffmpeg hangs.
FFmpeg version git-N-28947-gd0df293, Copyright (c) 2000-2011 the FFmpeg developers built on Apr 8 2011 12:32:22 with gcc 4.5.2 20101111 (prerelease) configuration: --cc=gcc45 --extra-cflags='-march=core2' --enable-version3 --enable-gpl --enable-nonfree --disable-devices --enable-avfilter --enable-postproc --enable-network --enable-libx264 --enable-libxvid --enable-libfaac --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-shared --enable-libmp3lame --enable-libtheora --enable-libvorbis --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib libavutil 50. 40. 1 / 50. 40. 1 libavcodec 52.117. 0 / 52.117. 0 libavformat 52.106. 0 / 52.106. 0 libavdevice 52. 4. 0 / 52. 4. 0 libavfilter 1. 77. 1 / 1. 77. 1 libswscale 0. 13. 0 / 0. 13. 0 libpostproc 51. 2. 0 / 51. 2. 0 [mpeg2video @ 0x2950d000] mpeg_decode_postinit() failure Last message repeated 4 times [mpegts @ 0x29536000] max_analyze_duration reached Input #0, mpegts, from './euronews_not_working.ts': Duration: 19:53:39.47, start: 192.164489, bitrate: 2 kb/s Program 8211 Stream #0.0[0x300](ita): Subtitle: [6][0][0][0] / 0x0006 Stream #0.1[0x8ad]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 3095 kb/s, 25.60 fps, 25 tbr, 90k tbn, 50 tbc Stream #0.2[0x8b7](fra): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.3[0x8b8](eng): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.4[0x8b9](deu): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.5[0x8ba](ita): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.6[0x8bb](spa): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.7[0x8bc](por): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.8[0x8bd](rus): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.9[0x8be](ara): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.10[0x8bf](tur): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s (clean effects) Stream #0.11[0x8c0](per): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s Stream #0.12[0x8c6]: Audio: mp2, 48000 Hz, mono, s16, 64 kb/s
ffmpeg -i ./euronews_not_working.ts -map 0:1 -map 0:3 ./test.mov ffmpeg -i ./euronews_not_working.ts -an ./test.mov Hangs with 100% CPU, and always increasing memory. But: ffmpeg -i ./euronews_not_working.ts -vn ./test.mp3 Transcode ok.
Attach file: http://www.2shared.com/file/jYD_XAnS/euronews_not_working.html
Attachments (1)
Change History (4)
comment:1 by , 14 years ago
by , 14 years ago
comment:2 by , 14 years ago
Reproduced by developer: | set |
---|---|
Status: | new → open |
comment:3 by , 14 years ago
Component: | undetermined → avformat |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Version: | git → git-master |
Fixed in latest git master
Note:
See TracTickets
for help on using tickets.
The original file plays fine with mplayer (-demuxer mpegts and -demuxer lavf) and ffplay, ffmpeg produces an unplayable avi file (MPlayer reports "Badly interleaved AVI file detected"), -map makes no difference.
The following produces grey frames ad infinitum: