From: Guillaume Pellerin Date: Mon, 23 Jan 2023 09:05:46 +0000 (+0100) Subject: add stream type to url X-Git-Tag: 2.8.0~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6eef652a08978237c09f50366d453801866e9c32;p=teleforma.git add stream type to url --- diff --git a/bin b/bin index 52d01bc8..877deb91 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd +Subproject commit 877deb91a9d035c74bf726fed8851d38e93014ce diff --git a/teleforma/models/core.py b/teleforma/models/core.py index cc31bb05..249b82d5 100755 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -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