CC-1665: Scheduled stream rebroadcasting and recording
-info about current pre-buffering webstream should be persistent...
This commit is contained in:
parent
284b028521
commit
b3ef67e617
2 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue