]> git.parisson.com Git - teleforma.git/commitdiff
update streaming server
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 26 May 2025 13:11:57 +0000 (15:11 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 26 May 2025 13:11:57 +0000 (15:11 +0200)
app/settings.py

index 8b53f30927ac1b0edddb237f9e768513848022ba..3241ac129dbe19d715bebcadf94c843542bf54f8 100644 (file)
@@ -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