]> git.parisson.com Git - teleforma.git/commitdiff
Avoid stream_type for audio
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 29 Jun 2018 08:57:19 +0000 (10:57 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 29 Jun 2018 08:57:19 +0000 (10:57 +0200)
teleforma/models/core.py

index 48c1264769b60e99d0cee55fc3ee6d404b3b39ac..5685c7ffcd3970d76c42c0f8282de2a833a02606 100644 (file)
@@ -478,7 +478,7 @@ class LiveStream(Model):
         if self.server.type == 'stream-m':
             mount_point += '/consume/' + self.slug
         else:
-            mount_point += '/' + self.slug + '.' + self.stream_type
+            mount_point += '/' + self.slug
         return mount_point
 
     @property