]> git.parisson.com Git - teleforma.git/commitdiff
add stream type to url
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 09:05:46 +0000 (10:05 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 09:05:46 +0000 (10:05 +0100)
bin
teleforma/models/core.py

diff --git a/bin b/bin
index 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd..877deb91a9d035c74bf726fed8851d38e93014ce 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
+Subproject commit 877deb91a9d035c74bf726fed8851d38e93014ce
index cc31bb05d0a26d16393a5873f3035cf65817f770..249b82d5a19a3b161f417bfa06d757716fb20a9c 100755 (executable)
@@ -679,7 +679,7 @@ class LiveStream(models.Model):
         if self.server.type == 'stream-m':
             mount_point += 'consume/' + self.slug
         else:
-            mount_point += self.slug
+            mount_point += self.slug + '.' + self.stream_type
         return mount_point
 
     @property