Closed Bug 597714 Opened 14 years ago Closed 14 years ago

jittery cursor for streaming audio

Categories

(Core :: Audio/Video, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 485696

People

(Reporter: dherman, Unassigned)

Details

I just tried http://aminutewithbrendan.com in yesterday's nightly and found that streaming audio is reporting the cursor according to (AFAICT) the ratio

      total played so far
    -----------------------
    total downloaded so far

This isn't a useful ratio for the user to see. Worse, since the total downloaded so far is increasing, the cursor actually moves back and forth as the clip plays. This is distracting and confusing.

Since we don't know the stream length, we can't report

      total played so far
    -----------------------
         stream length

So I suspect we'd be better off doing what 3.6 does, which is just to leave the cursor at the rightmost point.

Dave
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.