update azuracast location
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-09-12 17:39:16 -04:00
parent 11f25e9707
commit af6bb5e0df
6 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# redirect proper start # redirect proper start
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine On RewriteEngine On
Redirect 302 /listen https://radio.tildeverse.org/radio/8000/radio.ogg Redirect 302 /listen https://azuracast.tilderadio.org/radio/8000/radio.ogg
</IfModule> </IfModule>
# redirect proper end # redirect proper end

View File

@ -54,7 +54,7 @@ ontop = 1
lcd_auto = 0 lcd_auto = 0
[Tilde] [Tilde]
address = radio.tildeverse.org address = azuracast.tilderadio.org
# live stream # live stream
port = 8005 port = 8005
# test stream # test stream

View File

@ -15,7 +15,7 @@
<dl> <dl>
<dt>Server:</dt> <dt>Server:</dt>
<dd>radio.tildeverse.org</dd> <dd>azuracast.tilderadio.org</dd>
<dt>Port:</dt> <dt>Port:</dt>
<dd>8005</dd> <dd>8005</dd>
<dt>Mount Name:</dt> <dt>Mount Name:</dt>
@ -54,8 +54,8 @@ All volume sliders to 100%
</pre> </pre>
<p>the test stream is available on port 8015 and you can listen to it <p>the test stream is available on port 8015 and you can listen to it
<a href="https://radio.tildeverse.org/public/test">here</a> <a href="https://azuracast.tilderadio.org/public/test">here</a>
or <a href="https://radio.tildeverse.org/radio/8010/radio.ogg">here as ogg</a></p> or <a href="https://azuracast.tilderadio.org/radio/8010/radio.ogg">here as ogg</a></p>
</div> </div>
</body> </body>

View File

@ -17,15 +17,15 @@ TildeRadio is Internet radio streamed by / for users of the <a href="https://til
<h4>how to listen</h4> <h4>how to listen</h4>
<p><em><?php include 'schedule/nextdj.php'; ?></em></p> <p><em><?php include 'schedule/nextdj.php'; ?></em></p>
<iframe src="https://radio.tildeverse.org/public/tilderadio/embed" style="width: 100%; min-height: 160px; border: 0;"></iframe> <iframe src="https://azuracast.tilderadio.org/public/tilderadio/embed" style="width: 100%; min-height: 160px; border: 0;"></iframe>
<p> <p>
Or use the following links in your media player of choice: Or use the following links in your media player of choice:
</p> </p>
<ul> <ul>
<li>https://radio.tildeverse.org/radio/8000/radio.ogg</li> <li>https://azuracast.tilderadio.org/radio/8000/radio.ogg</li>
<li>https://radio.tildeverse.org/radio/8000/radio.mp3</li> <li>https://azuracast.tilderadio.org/radio/8000/radio.mp3</li>
</ul> </ul>
<hr> <hr>

View File

@ -19,7 +19,7 @@ if (empty($apikey)) {
$schedule = json_decode( $schedule = json_decode(
file_get_contents( file_get_contents(
"https://radio.tildeverse.org/api/station/1/schedule?rows=2", "https://azuracast.tilderadio.org/api/station/1/schedule?rows=2",
false, false,
$context $context
), ),

View File

@ -25,7 +25,7 @@ if (empty($apikey)) {
$schedule = json_decode( $schedule = json_decode(
file_get_contents( file_get_contents(
"https://radio.tildeverse.org/api/station/1/streamers/schedule?start=$from&end=$to", "https://azuracast.tilderadio.org/api/station/1/streamers/schedule?start=$from&end=$to",
false, false,
$context $context
), ),