CC-1665: Scheduled stream rebroadcasting and recording

-info about current pre-buffering webstream should be persistent...
This commit is contained in:
Martin Konecny 2012-08-17 17:10:42 -04:00
parent 284b028521
commit b3ef67e617
2 changed files with 4 additions and 5 deletions

View file

@ -436,9 +436,6 @@ class PypoFetch(Thread):
media_item['dst'] = dst
media_item['file_ready'] = False
media_filtered[key] = media_item
elif media_item['type'] == 'stream':
#flag to indicate whether the stream started prebuffering
media_item['prebuffer_started'] = False
self.media_prepare_queue.put(copy.copy(media_filtered))
except Exception, e: self.logger.error("%s", e)