Opened 13 years ago

Closed 12 years ago

#318 closed defect (invalid)

FFPLAY No Audio TS File with AAC 5.1 Audio Stream

Reported by: Jose Santiago Owned by: Michael Niedermayer
Priority: normal Component: ffplay
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

File is located at:

wget http://208.51.85.91/ffplay-noaudio-001-aac51-full.ts .
wget http://208.51.85.91/ffplay-noaudio-001-aac51-10mb.ts .

File contains MPEG2 TS, 1-H.264 stream, and 1-AAC 5.1 stream, and 1-AAC stereo stream.

File plays with VLC v1.0.6.

Change History (3)

comment:1 by Jose Santiago, 13 years ago

jsantiago@josepc:/mnt/centshare/ffmpeg/trunk/build/build-linux$ SDL_DSP_NOSELECT=1 SDL_AUDIODRIVER=alsa stage/bin/ffplay ./ffplay-noaudio-001-aac51-full.ts
ffplay version 0.7-VF, Copyright (c) 2003-2011 the FFmpeg developers

built on Jun 28 2011 09:58:53 with gcc 4.3.3
configuration: --extra-version=VF --prefix=/mnt/centshare/ffmpeg/trunk/build/build-linux/stage --extra-cflags='-I/mnt/centshare/ffmpeg/trunk/build/../src/libavformat -I/mnt/centshare/ffmpeg/trunk/build/../src/libavcodec -DCONFIG_AUDIO_FLOAT=0' --extra-ldflags='-L/mnt/centshare/ffmpeg/trunk/build/build-linux/stage/lib -Wl,-rpath -Wl,/mnt/centshare/ffmpeg/trunk/build/build-linux/stage/lib' --enable-static --enable-shared --enable-avfilter --enable-pthreads --enable-zlib --enable-bzlib --enable-runtime-cpudetect --enable-hardcoded-tables
libavutil 51. 10. 0 / 51. 10. 0
libavcodec 53. 7. 0 / 53. 7. 0
libavformat 53. 4. 0 / 53. 4. 0
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 24. 0 / 2. 24. 0
libswscale 2. 0. 0 / 2. 0. 0

[h264 @ 0x91d8e00] non-existing SPS 0 referenced in buffering period
[h264 @ 0x91d8e00] non-existing PPS referenced
[h264 @ 0x91d8e00] non-existing SPS 0 referenced in buffering period
[h264 @ 0x91d8e00] non-existing PPS 0 referenced
...
[h264 @ 0x91d8e00] decode_slice_header error
[h264 @ 0x91d8e00] non-existing PPS 0 referenced
[h264 @ 0x91d8e00] decode_slice_header error
[h264 @ 0x91d8e00] no frame!
[mpegts @ 0x91d41e0] max_analyze_duration 5000000 reached at 5013333
[NULL @ 0x91dc240] start time is not set in av_estimate_timings_from_pts
[NULL @ 0x91f2600] start time is not set in av_estimate_timings_from_pts
[NULL @ 0x91f4460] start time is not set in av_estimate_timings_from_pts
[NULL @ 0x91f62c0] start time is not set in av_estimate_timings_from_pts
Input #0, mpegts, from './ffplay-noaudio-001-aac51-full.ts':

Duration: 00:02:01.12, start: 95356.972911, bitrate: 6072 kb/s
Program 17472

Stream #0.0[0x65]: Video: h264 (High), yuv420p, 1440x1080 [PAR 4:3 DAR 16:9], 29.91 fps, 50 tbr, 90k tbn, 50 tbc
Stream #0.1[0x66](eng): Audio: aac_latm, 48000 Hz, 5.1, s16
Stream #0.2[0x6a](eng): Audio: aac_latm, 48000 Hz, 2 channels (FC), s16 (visual impaired)
Stream #0.3[0x69](eng): Subtitle: dvbsub
Stream #0.4[0x96]: Data: [5][0][0][0] / 0x0005
Stream #0.5[0x6e]: Data: [11][0][0][0] / 0x000B
Stream #0.6[0x6f]: Data: [11][0][0][0] / 0x000B
Stream #0.7[0x82]: Data: [11][0][0][0] / 0x000B

95359.86 A-V: 0.000 s:0.0 aq= 0KB vq=15364KB sq= 0B f=0/0 /0

comment:2 by Carl Eugen Hoyos, 13 years ago

Decodes fine with ffmpeg, possibly a duplicate of ticket #319.

comment:3 by Carl Eugen Hoyos, 12 years ago

Resolution: invalid
Status: newclosed

I strongly suspect that this problem depends on sdl (it apparently works fine for many developers).

Note: See TracTickets for help on using tickets.