From: yomguy Date: Wed, 25 Jul 2012 00:34:00 +0000 (+0200) Subject: bugfix X-Git-Tag: 0.8^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d6721f96a776f98980550bf3fecf0633d4109f18;p=teleforma.git bugfix --- 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)