bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.55k stars 8.13k forks source link

Crash when playing ts file #5534

Open flyling opened 1 year ago

flyling commented 1 year ago

ff_ffplay.c

ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags);

This code crashs because seek_target = 3000000 .why it happens.I have a IJKMediaPlayer.framework I builded it about two years ago,Ts file can be played correctly with it ..But this time.I build a new framework in new version ,It crashed.... Can you help me ?

jiangxiaobin1011 commented 1 year ago

me too ask someone to help us