webstream type file added to sampleData and resetStorage.
This commit is contained in:
parent
02f7969fe3
commit
2fdac68efa
|
@ -33,6 +33,11 @@
|
|||
'type' => 'playlist',
|
||||
'xml' => '../tests/plist1.xml',
|
||||
'gunid' => '0000000000000001'
|
||||
),
|
||||
array(
|
||||
'type' => 'webstream',
|
||||
'xml' => '../tests/wstream1.xml',
|
||||
'gunid' => 'f000000000000001'
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<audioclip>
|
||||
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:ls="http://mdlf.org/livesupport/elements/1.0/" xmlns:xml="http://www.w3.org/XML/1998/namespace" />
|
||||
<ls:url>http://localhost/y</ls:url>
|
||||
</audioclip>
|
Loading…
Reference in New Issue