Ticket #261 (closed enhancement: wontfix)

Opened 5 years ago

Last modified 4 years ago

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:1 Changed 5 years ago by jeroen

  • Milestone changed from Flash 4.2 to Flash 4.3

comment:2 Changed 5 years ago by jeroen

  • Milestone changed from Flash 4.3 to Flash 4.4

comment:3 Changed 5 years ago by jeroen

  • Owner set to jeroen

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).

Note: See TracTickets for help on using tickets.