]> git.parisson.com Git - teleforma.git/commitdiff
debug
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 22:59:12 +0000 (00:59 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 22:59:12 +0000 (00:59 +0200)
teleforma/views.py

index a30e4431542dd98f7ded83d815a11f7895e527be..5fa53cc559ab519d1a2144dcd90d99e80f916c9b 100755 (executable)
@@ -400,9 +400,8 @@ class ConferenceRecordView(FormView):
             stream = LiveStream(conference=self.conference, server=server,
                             stream_type=type, streaming=True)
             stream.save()
-            time.sleep(2)
-
             if server_type == 'stream-m':
+                time.sleep(5)
                 self.snapshot(stream.snapshot_url, station.output_dir)
 
         return super(ConferenceRecordView, self).form_valid(form)