From: Guillaume Pellerin Date: Wed, 17 Jul 2013 16:06:06 +0000 (+0200) Subject: fix streaming X-Git-Tag: 1.3-TC~31^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d429e7f015b0011d6d7051b2f25c634c19a6094f;p=teleforma.git fix streaming --- diff --git a/teleforma/models/core.py b/teleforma/models/core.py index 803b3a2a..9e9a74b3 100644 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -324,7 +324,7 @@ class Conference(Model): data['organization'] = self.room.organization.name streams = self.livestream.all() - if streams and streaming: + if streams: for stream in streams: data['streams'].append({'host': stream.server.host, 'port': stream.server.port,