View Issue Details

IDProjectCategoryView StatusLast Update
0004332MMW v4Playerpublic2008-01-30 04:43
ReporterLudek Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Product Version3.0 
Summary0004332: Some tracks never ends
DescriptionI found one track in my library that never ends if is played by MM. The track is uploaded on our FTP (11-Likufanele-FuNGeS.mp3). Time indicator keep showing, e.g. 13:09/6:24 despite the fact that the track should ended long ago.
TagsNo tags attached.
Fixed in build

Relationships

related to 0005071 closedLudek Player Seekbar locks playback If moved to 100% (Regression) 
related to 0002961 closedLudek MediaMonkey audio sometimes repeats endlessly 

Activities

Ludek

2008-01-25 13:24

developer   ~0012959

Note: When playing it by using WMP it ends correctly (i.e. at 6:24).

jiri

2008-01-28 16:30

administrator   ~0012975

I can't reproduce, the track correctly terminates. Please check out more details.

Ludek

2008-01-28 21:49

developer   ~0012982

Upon some investigating, debuging and discussion with Jiri:
The problem seems to be in WM, where IWMStatusCallback is not called for this track -> i.e. OnStatus() is not called from in_wmp3.dll and therefore the track is not terminated, we found out by using GSPot, that my audio path for the track is
(S) --> MPEG-I Stream Splitter --> MPEG Layer-3 Decoder --> (R)
but Jiri's is
(S) --> MPEG-I Stream Splitter --> MPEG Layer-3 Decoder --> AC3Filter --> (R)

i.e. the stream is not going through AC3Filter in my case and probably it is the root problem.

As Jiri indicated we currently cannot fix this.

rusty

2008-01-30 04:43

administrator   ~0013010

Last edited: 2008-01-30 04:43

Closing--no action required.