From: yomguy Date: Wed, 18 Jul 2012 23:04:20 +0000 (+0200) Subject: debug X-Git-Tag: 0.7-dev^2~69 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=107b2b21fb9c806e447d56e13463fc18cf540851;p=teleforma.git debug --- diff --git a/teleforma/views.py b/teleforma/views.py index 5fa53cc5..2d321af4 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -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)