]> git.parisson.com Git - teleforma.git/commitdiff
re-add stream type (ohh ogg!)
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Feb 2015 00:43:28 +0000 (01:43 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Feb 2015 00:43:28 +0000 (01:43 +0100)
teleforma/models/core.py

index e1d6edbb19ca245492ea5d536850625e0e2a7c58..8f2519440430440f844012533e1326d41fa241f3 100644 (file)
@@ -428,7 +428,7 @@ class LiveStream(Model):
         if self.server.type == 'stream-m':
             return  'consume/' + self.slug
         else:
-            return self.slug
+            return self.slug + '.' + self.stream_type
 
     @property
     def snapshot_url(self):