From d6721f96a776f98980550bf3fecf0633d4109f18 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 25 Jul 2012 02:34:00 +0200 Subject: [PATCH] bugfix --- teleforma/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views.py b/teleforma/views.py index 25cc5e1c..a1627f78 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -417,7 +417,7 @@ class ConferenceRecordView(FormView): if server_type == 'stream-m': #FIXME: # self.snapshot(stream.snapshot_url, station.output_dir) - self.snapshot('http://'+status.ip+'localhost:8080/snapshot/safe', station.output_dir) + self.snapshot('http://'+status.ip+':8080/snapshot/safe', station.output_dir) try: self.push(self.conference) -- 2.39.5