]> git.parisson.com Git - teleforma.git/commitdiff
fix stream start
authoryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 22:46:32 +0000 (00:46 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 22:46:32 +0000 (00:46 +0200)
teleforma/views.py

index 41bca6492258401e07356c89d394b0fb4ac55c23..96bdba2cf95b5f873f5e25d5a25ed33f87b065c6 100755 (executable)
@@ -459,7 +459,7 @@ class ConferenceRecordView(FormView):
                     host = stream['host']
                     port = stream['port']
                     server_type = stream['type']
-                    server, c = StreamingServer.objects.get_or_create(host=status.ip,
+                    server, c = StreamingServer.objects.get_or_create(host=host,
                                                                       port=port,
                                                                       type=server_type)
                     stream = LiveStream(conference=conf, server=server,