equal
deleted
inserted
replaced
20 |
20 |
21 BASE_STATIC_URL = BASE_URL + 'static/' |
21 BASE_STATIC_URL = BASE_URL + 'static/' |
22 BASE_STATIC_ROOT = "/static/" |
22 BASE_STATIC_ROOT = "/static/" |
23 |
23 |
24 #STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/" |
24 #STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/" |
25 STREAM_URL = 'rtmp://media.iri.centrepompidou.fr/ddc_player/' |
25 STREAM_URL = 'https://media.iri.centrepompidou.fr/' |
26 |
26 |
27 |
27 |
28 # Absolute path to the directory that holds media. |
28 # Absolute path to the directory that holds media. |
29 # Example: "/home/media/media.lawrence.com/" |
29 # Example: "/home/media/media.lawrence.com/" |
30 MEDIA_ROOT = BASE_STATIC_ROOT + "media/" |
30 MEDIA_ROOT = BASE_STATIC_ROOT + "media/" |