(self)
| 81 | # not take into account if the producer has reached end of |
| 82 | # file stream. |
| 83 | def running(self): |
| 84 | return self.more() or not self.stopped |
| 85 | |
| 86 | def more(self): |
| 87 | # return True if there are still frames in the queue. If stream is not stopped, try to wait a moment |