15 lines
611 B
XML
15 lines
611 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<radio-manifest
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="https://boyska.degenerazione.xyz/radiomanifest/radiomanifest.xsd"
|
||
|
>
|
||
|
<schedule src="https://www.radioexample.org/palinsesto.ics" />
|
||
|
<shows src="https://www.radioexample.org/shows.xml" />
|
||
|
<shows src="https://www.radioexample.org/shows.xml" />
|
||
|
<streaming>
|
||
|
<source name="hi-quality" src="https://www.radioexample.org/stream.m3u" />
|
||
|
<source name="lo-quality" src="https://www.radioexample.org/stream-low.m3u" />
|
||
|
</streaming>
|
||
|
</radio-manifest>
|
||
|
|