[Windows] Remove redundant DirectSound error codes
[xbmc.git] / xbmc / playlists / test / test.pxml
blobcca84fdd8c3a9c86c155a12f15731757a6366924
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <streams>
3 <!-- Stream definition. To have multiple streams, just add another <stream>...</stream> set. !-->
4 <stream>
5 <!-- Stream URL !-->
6 <url>mms://stream02.rambler.ru/eurosport</url>
7 <!-- Stream name - used for display !-->
8 <name>Евроспорт</name>
9 <!-- Stream category - currently only LIVETV is supported !-->
10 <category>LIVETV</category>
11 <!-- Stream language code !-->
12 <lang>RU</lang>
13 <!-- Stream channel number - will be used to select stream by channel number !-->
14 <channel>1</channel>
15 <!-- Stream is password-protected !-->
16 <lockpassword>123</lockpassword>
17 </stream>
19 <stream>
20 <url>mms://video.rfn.ru/vesti_24</url>
21 <category>LIVETV</category>
22 <channel>2</channel>
23 </stream>
25 <stream>
26 <url>mms://video.rfn.ru/stream3</url>
27 <name>Test Name</name>
28 <category>Sports</category>
29 <channel>6</channel>
30 </stream>
32 </streams>