[FFmpeg-trac] #68(avformat:new): mpeg-ts sample fails immediately after successful probing
FFmpeg
trac at avcodec.org
Tue Apr 19 10:59:20 CEST 2011
#68: mpeg-ts sample fails immediately after successful probing
----------------------+----------------------
Reporter: cehoyos | Owner:
Type: defect | Status: new
Priority: normal | Component: avformat
Version: git | Keywords: mpegts
Blocked By: | Blocking:
Reproduced: 0 | Analyzed: 0
----------------------+----------------------
Attached is the beginning of a dvb-recording: It is correctly auto-
detected as mpeg-ts (score 98), but ffmpeg quits immediately after the
detection. The sample is read fine if I cut away the first 148 bytes.
Plays fine with vlc, the problem is also reproducible with MPlayer.
{{{
ffmpeg -v 9 -loglevel 99 -i recording.ts
FFmpeg version git-N-29185-g25347c8, Copyright (c) 2000-2011 the FFmpeg
developers
built on Apr 19 2011 10:49:09 with gcc 4.5.2
configuration: --cc=/usr/local/gcc-4.5.2/bin/gcc --enable-gpl --enable-
libvorbis
libavutil 50. 40. 1 / 50. 40. 1
libavcodec 52.120. 0 / 52.120. 0
libavformat 52.108. 0 / 52.108. 0
libavdevice 52. 4. 0 / 52. 4. 0
libavfilter 1. 79. 0 / 1. 79. 0
libswscale 0. 13. 0 / 0. 13. 0
[NULL @ 0x128e660] mpegts: Probed with size=32768 and score=98
recording.ts: Operation not permitted
}}}
--
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/68>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list