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

Status from receiver should not return the armed status until truly armed #8

Open jasontbradshaw opened 14 years ago

jasontbradshaw commented 14 years ago

Currently, querying receiver for its armed status returns 'True' as soon as 'arm' has been pressed. Intended behavior is to only return 'True' once the rtpplay process has finished arming.

jasontbradshaw commented 14 years ago

This can be implemented once we have truly asynchronous process communication.

jasontbradshaw commented 14 years ago

Also, this should be superseded by having an indexable file. Having that removed the need to arm at all and makes this issue a moot point.