Tag Archives: XML Data Source

Understanding the XML Data Source

December 31, 2009

0 Comments

In this section, I explain the structure of the sample XML data file, playlist-demo-1.xml, which is included in the sample file ZIP for this tutorial. To add new videos to your playlist dynamically, simply edit this file: <xml> <listitem name=”Wind Sculptures” url=”rtmp://localhost/videosource/”> <stream name=”wind” start=”0″ len=”-1″/> </listitem> <listitem name=”The Trike” url=”rtmp://localhost/videosource/”> <stream name=”trike_final” start=”0″ len=”-1″/> [...]

Continue reading...