Ticket #1082 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

continuous PTS out of range for file and stream types

Reported by: trax Assigned to: courmisch
Priority: highest Milestone: 0.9.0 bugs
Component: Input Version: master
Severity: blocker Keywords:
Cc: Platform(s): Win32
Difficulty: unknown Work status: Not started

Description (Last modified by trax)

The mtime changes in commit [19085] (and [19092] compile fix) break win32 decoding.

vlc-0.9.0-svn-20070301-0110-win32.exe works. vlc-0.9.0-svn-20070302-0000-win32.exe fails (there is data coming in but no audio output). It spams PTS warnings continuously and eventually crashes:

[00000321] main audio output warning: PTS is out of range (30081950918784923),
dropping buffer
[00000321] main audio output warning: PTS is out of range (30094835820646800),
dropping buffer

Also time/duration values are strange now. File, Open Capture Device, Dshow, OK. This normally shows a reasonable time value 20:01:02/00:00:00 (no duration, it's live), but with the failing svn version it will produce weird numbers for HH:MM:SS even negative ones. This is also accompanied by PTS out of range values in logging.

Change History

02/03/07 19:03:16 changed by trax

  • description changed.

02/03/07 19:15:14 changed by trax

  • description changed.

03/03/07 12:21:34 changed by trax

  • priority changed from high to highest.
  • description changed.
  • summary changed from shoutcast radio not working to continuous PTS out of range for various stream types (shoutcast, mmsh).

according to ILEoo there were no issues on linux so this seems to be win32 specific

05/03/07 20:59:13 changed by trax

  • summary changed from continuous PTS out of range for various stream types (shoutcast, mmsh) to continuous PTS out of range for file and stream types.
  • description changed.
  • severity changed from normal to blocker.

this also affects files

(follow-up: ↓ 6 ) 01/04/07 01:42:32 changed by trax

Tested against 0.9.0-svn-20070401-0001 the problem is reproducable on a Intel P2 400mhz, P4 3.0 and 3.2Ghz (both with HT) but not on an AMD 3500+

(in reply to: ↑ 5 ) 04/04/07 06:10:41 changed by adanecito

Replying to trax:

Tested against 0.9.0-svn-20070401-0001 the problem is reproducable on a Intel P2 400mhz, P4 3.0 and 3.2Ghz (both with HT) but not on an AMD 3500+

You might want to check my reported issue regarding something that looks identical to this. I am using an AMD64 X2 4200+ and I have a friend using P4 3.4Ghz also having the same issue. I am using Windows 2000 SP4 and he is using Windows XP SP2. I also put debug output in my listing in Trac.

Hope this Helps, -Tony

05/04/07 18:51:11 changed by courmisch

  • status changed from new to assigned.
  • owner set to courmisch.

05/04/07 18:53:23 changed by courmisch

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [19697]) Revert [19092] and really fix the variable naming problem - closes #1082