]> git.parisson.com Git - teleforma.git/commitdiff
debug
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 23:04:20 +0000 (01:04 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 23:04:20 +0000 (01:04 +0200)
teleforma/views.py

index 5fa53cc559ab519d1a2144dcd90d99e80f916c9b..2d321af485b471611b1f40c837e809cbe9244e07 100755 (executable)
@@ -402,7 +402,8 @@ class ConferenceRecordView(FormView):
             stream.save()
             if server_type == 'stream-m':
                 time.sleep(5)
-                self.snapshot(stream.snapshot_url, station.output_dir)
+#                self.snapshot(stream.snapshot_url, station.output_dir)
+                self.snapshot('http://localhost:8080/consume/safe', station.output_dir)
 
         return super(ConferenceRecordView, self).form_valid(form)