radiomanifest-spec/radio-manifest/examples/feed-no-type.xml

11 lines
443 B
XML
Raw Normal View History

2022-01-20 22:24:33 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
<radio-manifest >
<schedule src="https://www.radioexample.org/palinsesto.ics" />
<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>
<feed src="https://www.radioexample.org/all.xml" />
</radio-manifest>