Reputation: 99
I've created a custom ASF file containing compressed voice + screen streams.
The total duration of the file according to the header is 29 secs.
When opening it in WMP (using custom DMOs to play the streams), the file plays 25 seconds, and then the seek bar snaps to the beginning, but oddly, WMP continues to play 4 more seconds before stopping.
Looking at the ASF with ASF Viewer - there are 29 seconds of packets , and both "play duration" and "send duration" are 29 seconds. Why would WMP only see 25 seconds??
Thanks
Upvotes: 0
Views: 328
Reputation: 160912
I've seen this behavior when the ASF index was corrupted, i.e. when the index entry at 25 seconds points to the first data packet in your case.
Upvotes: 0
Reputation: 51455
My guess is that the WMP progress bar is being updated before the packets are played, instead of after.
Upvotes: 0