radiomanifest-spec/radio-manifest/failing/repeated.xml

15 lines
611 B
XML
Raw Normal View History

2022-01-20 22:24:33 +01:00
<?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>