Opened 16 years ago

Closed 15 years ago

#1091 closed defect (worksforme)

"pts value <= previous", counter reset and video frozen on a FLV file

Reported by: denilsonsa@… Owned by: r_togni@…
Priority: normal Component: demuxer
Version: 1.0rc2 Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Step-by-step:

  1. Get the FLV file from this movie:

http://video.google.com/videoplay?docid=-3412294239230716755&hl=en
(don't worry, I'm going to upload the file to mplayer FTP ASAP)

  1. Play it in mplayer. Advance it to around 15 minutes.
  2. Around 0:15:10, "pts value <= previous" is printed at the terminal and the OSD current time counter is reset to zero.
  3. Around 0:15:14, the video gets frozen, but the audio continues.

If we manually skip this portion, the rest of the video plays fine.

It plays "almost" fine inside flash plugin video player. There is a small hiccup in both video and time counter around 15:10, but it resumes playing without problems a few seconds later.

It plays really fine inside VLC, no problems at all.

My system is Pentium III 800 running a stable Gentoo/Linux, with mplayer version 1.0_rc2_p25993.

P.S.: I don't know what component should I assign this bug to. I've checked Demuxer.

Change History (3)

comment:2 by compn, 16 years ago

could be broken file
check if the problems occur with ffmpeg (e.g. convert the file using an svn ffmpeg build, ffmpeg -i file.flv output.avi )

then if the problem still exists
report it to ffmpeg guys (mplayer uses ffmpeg demuxer and decoder for flv1)
at http://roundup.mplayerhq.hu

comment:3 by denilsonsa@…, 15 years ago

Resolution: worksforme
Status: newclosed

Seems like the original file was broken. Now I've tried downloading it again and playing again, and I couldn't reproduce this bug. So, I'm closing this with WORKSFORME.

Note: See TracTickets for help on using tickets.