From: Guillaume Pellerin Date: Mon, 26 May 2025 13:11:57 +0000 (+0200) Subject: update streaming server X-Git-Tag: 2.14.1~8^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=56f96419d2fa4286e6807713f03c2760b5edb7f2;p=teleforma.git update streaming server --- diff --git a/app/settings.py b/app/settings.py index 8b53f309..3241ac12 100644 --- a/app/settings.py +++ b/app/settings.py @@ -624,7 +624,7 @@ EMAIL_SUBJECT_PREFIX = '[' + TELEFORMA_ORGANIZATION + '] ' TELECASTER_LIVE_STREAMING_PROTOCOL = 'https' TELECASTER_LIVE_STREAMING_SERVER = 'jimmy.parisson.com' -TELECASTER_LIVE_STREAMING_SERVERS = ['jimmy.parisson.com', 'ron.parisson.com'] +TELECASTER_LIVE_STREAMING_SERVERS = ['jimmy.parisson.com', 'bbb3.parisson.com'] TELECASTER_LIVE_RANDOM_SERVERS = True TELECASTER_LIVE_STREAMING_PORT = 443 TELECASTER_LIVE_ICECAST_STREAMING_PORT = 443