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

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