Ticket #261 (closed enhancement: wontfix)
live scrubbing within downloaded parts
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | Flash 4.4 | |
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description
Hello, I'm not sure if this has been asked before (I looked around at older threads but did not find a quick answer): is there a way to make the player update the frames when scrubbing, assuming the video download has been finished? Now it only updates to the new frame when the viewer releases the mouse button. I'm seeking for the way so it updates DURING the mouse (dragging) movement, like what YouTube player would do. Any help would be greatly appreciated.
Change History
comment:4 Changed 4 years ago by jeroen
- Status changed from new to closed
- Resolution set to wontfix
This is too hard to manage, as this would really freeze the stream when using live or streaming protocols (it'd mean sending a SEEK request ever 1/5 second or so).
Logic can be placed in the Controlbar to determine the video protocol and find out whether to do a lot of SEEK requests, but this will counter the current nice separation of logic (Model) and interface (View).
