From 107b2b21fb9c806e447d56e13463fc18cf540851 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 01:04:20 +0200 Subject: [PATCH] debug --- teleforma/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5