jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

GUI needs to support the dynamic arming of files based on the current selection #21

Closed jasontbradshaw closed 14 years ago

jasontbradshaw commented 14 years ago

A simple selection of a file in the file list on receiver's end should start the file arming, if a commit time has been received. If no time has been received, it should periodically check for one and arm as soon as one is received. Until it is playing, clicking a different file should arm that one instead. Trying to select a new file while playing should fail. This change goes hand-in-hand with a similar state modification to the server-side code.

elben commented 14 years ago

If a file is already armed, another arm command should (on the server) disarm the current file and arm the new file.