mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
change schedule.xml
This commit is contained in:
parent
6ab48cd679
commit
834f503cf6
1 changed files with 4 additions and 4 deletions
|
@ -174,8 +174,8 @@ $CONFIG['ROOMS'] = array(
|
|||
'SLIDES' => false,
|
||||
'AUDIO' => false,
|
||||
'MUSIC' => false,
|
||||
'SCHEDULE' => false,
|
||||
'SCHEDULE_NAME' => 'C3VOC.TV',
|
||||
'SCHEDULE' => true,
|
||||
'SCHEDULE_NAME' => 'C3VOC.tv',
|
||||
'FEEDBACK' => true,
|
||||
'SUBTITLES' => false,
|
||||
'EMBED' => true,
|
||||
|
@ -393,14 +393,14 @@ $CONFIG['SCHEDULE'] = array(
|
|||
* aufhören zu funktionieren. Wenn die Quelle unverlässlich ist ;) sollte ein
|
||||
* externer HTTP-Cache vorgeschaltet werden.
|
||||
*/
|
||||
'URL' => 'https://pretalx.c3voc.de/camp2023/schedule/export/schedule.xml',
|
||||
'URL' => 'http://data.c3voc.de/camp2023/channels.schedule.xml',
|
||||
|
||||
/**
|
||||
* Nur die angegebenen Räume aus dem Fahrplan beachten
|
||||
*
|
||||
* Wird diese Zeile auskommentiert, werden alle Räume angezeigt
|
||||
*/
|
||||
'ROOMFILTER' => array('Marktplatz', 'Bits & Bäume', 'Digitalcourage', 'Milliways', 'N:O:R:T:x', 'Jugend hackt'),
|
||||
'ROOMFILTER' => array('Marktplatz', 'Bits & Bäume', 'Digitalcourage', 'Milliways', 'N:O:R:T:x', 'Jugend hackt', 'C3VOC.tv'),
|
||||
|
||||
/**
|
||||
* Skalierung der Programm-Vorschau in Sekunden pro Pixel
|
||||
|
|
Loading…
Reference in a new issue