Opened 5 months ago

Closed 5 months ago

#10731 closed defect (fixed)

ffplay doesn't play normal .ts file captured from air, VLC plays

Reported by: serql Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
ffplay doesn't play normal .ts file captured from air. VLC plays fine. tsduck reports normal ts structure

Link to the file: https://tsduck.io/streams/uk-freeview/514000000.ts

% ffplay -analyzeduration 1000M -probesize 1000M 514000000.ts
...a lot of errors and warning...
[vvc @ 0x131916af0] Could not find codec parameters for stream 0 (Video: vvc, none): unspecified size
Consider increasing the value for the 'analyzeduration' (1000000000) and 'probesize' (1000000000) options
Input #0, vvc, from '514000000.ts':
  Duration: N/A, bitrate: N/A
  Stream #0:0: Video: vvc, none, 25 fps, 1200k tbr, 1200k tbn
No decoder could be found for codec vvc
Failed to open file '514000000.ts' or configure filtergraph

How to reproduce:

% ffplay 514000000.ts
ffmpeg version
ffmpeg version 6.1 Copyright (c) 2000-2023 the FFmpeg developers
  built with Apple clang version 15.0.0 (clang-1500.0.40.1)
  configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/6.1-with-options_3 --enable-shared --cc=clang --host-cflags= --host-ldflags='-Wl,-ld_classic' --enable-gpl --enable-libaom --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-libsnappy --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-demuxer=dash --enable-opencl --enable-audiotoolbox --enable-videotoolbox --enable-neon --disable-htmlpages --enable-libfdk-aac --enable-nonfree
  libavutil      58. 29.100 / 58. 29.100
  libavcodec     60. 31.102 / 60. 31.102
  libavformat    60. 16.100 / 60. 16.100
  libavdevice    60.  3.100 / 60.  3.100
  libavfilter     9. 12.100 /  9. 12.100
  libswscale      7.  5.100 /  7.  5.100
  libswresample   4. 12.100 /  4. 12.100
  libpostproc    57.  3.100 / 57.  3.100

Attachments (2)

logs-10731.tgz (719.2 KB ) - added by serql 5 months ago.
ffplay log, tsanalyze output (ts structure)
mediainfo.txt (54.3 KB ) - added by serql 5 months ago.
mediainfo output

Download all attachments as: .zip

Change History (5)

by serql, 5 months ago

Attachment: logs-10731.tgz added

ffplay log, tsanalyze output (ts structure)

by serql, 5 months ago

Attachment: mediainfo.txt added

mediainfo output

comment:1 by quinkblack, 5 months ago

Works with

ffplay -f "mpegts" 514000000.ts

comment:3 by quinkblack, 5 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.