From: yomguy Date: Wed, 18 Jul 2012 23:09:05 +0000 (+0200) Subject: fic snapshot X-Git-Tag: 0.7-dev^2~67 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a6d0a1a80f90833066f0e52fee90338ba9bbfbf1;p=teleforma.git fic snapshot --- diff --git a/teleforma/views.py b/teleforma/views.py index afc7b6bd..478c702b 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -401,7 +401,7 @@ class ConferenceRecordView(FormView): stream_type=type, streaming=True) stream.save() if server_type == 'stream-m': - time.sleep(5) + #FIXME: # self.snapshot(stream.snapshot_url, station.output_dir) self.snapshot('http://localhost:8080/snapshot/safe', station.output_dir)